In the RGB color space, #669933 is composed of 40% red, 60% green, and 20% blue.
In the CMYK color space, #669933 is composed of 33.33% cyan, 0% magenta, 66.67% yellow, and 40% black,
It has a hue angle of 90 degrees, a saturation of 50.0%, and a lightness of 40%.
This is a websafe color.
The hexadecimal color #669933 has RGB values of R:102, G:153, B:51 and CMYK values of C:33.33, M:0, Y:66.67, K:40. It has a decimal value of 6723891.
Hexadecimal | #669933 | #669933 |
RGB Decimal | 102, 153, 51 | rgb(102, 153, 51) |
RGB Percent | 40, 60, 20 | rgb(40%, 60%, 20%) |
RGB Proportion | 0.4, 0.6, 0.2 | rgb(0.4, 0.6, 0.2) |
CMYK | 33.33, 0, 66.67, 40 | |
HSL | 90ยบ, 50.0, 40 | hsl(90, 50.0%, 40%) |
Websafe | 669933 | #669933 |
XYZ | 17.468, 25.846, 7.2 | |
Yxy | 25.846, 0.346, 0.512 | |
CIE-LAB | 57.891, -34.219, 46.521 | |
CIE-LCH | 57.891, 57.751, 126.337 | |
CIE-LUV | 57.891, -25.672, 57.75 | |
Hunter-Lab | 50.839, -27.637, 27.19 |
Colors that go well with #669933.
Common HTML and CSS shortcodes for #669933.
<div style="color: #669933;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #669933;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #669933;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #669933 to transparent.
<div style="background: linear-gradient(#669933, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #669933 to transparent.
<div style="background: radial-gradient(#669933, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #669933 to #9966CC.
<div style="background: linear-gradient(#669933, #9966CC);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #669933 to #9966CC.
<div style="background: radial-gradient(#669933, #9966CC);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #669933; }
.background { background-color: #669933; }
.border { border: 1px solid #669933; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #020201 while the lightest tint is #FCFDFC.