In the RGB color space, #006600 is composed of 0% red, 40% green, and 0% blue.
In the CMYK color space, #006600 is composed of 100% cyan, 0% magenta, 100% yellow, and 60% black,
It has a hue angle of 120 degrees, a saturation of 100%, and a lightness of 20%.
This is a websafe color.
The hexadecimal color #006600 has RGB values of R:0, G:102, B:0 and CMYK values of C:100, M:0, Y:100, K:60. It has a decimal value of 26112.
Hexadecimal | #006600 | #006600 |
RGB Decimal | 0, 102, 0 | rgb(0, 102, 0) |
RGB Percent | 0, 40, 0 | rgb(0%, 40%, 0%) |
RGB Proportion | 0.0, 0.4, 0.0 | rgb(0.0, 0.4, 0.0) |
CMYK | 100, 0, 100, 60 | |
HSL | 120ยบ, 100, 20 | hsl(120, 100%, 20%) |
Websafe | 006600 | #006600 |
XYZ | 4.751, 9.503, 1.584 | |
Yxy | 9.503, 0.3, 0.6 | |
CIE-LAB | 36.935, -43.985, 42.444 | |
CIE-LCH | 36.935, 61.124, 136.021 | |
CIE-LUV | 36.935, -34.981, 45.213 | |
Hunter-Lab | 30.827, -26.437, 18.532 |
Colors that go well with #006600.
Common HTML and CSS shortcodes for #006600.
<div style="color: #006600;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #006600;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #006600;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #006600 to transparent.
<div style="background: linear-gradient(#006600, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #006600 to transparent.
<div style="background: radial-gradient(#006600, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #006600 to #FF99FF.
<div style="background: linear-gradient(#006600, #FF99FF);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #006600 to #FF99FF.
<div style="background: radial-gradient(#006600, #FF99FF);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #006600; }
.background { background-color: #006600; }
.border { border: 1px solid #006600; }
.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 #000200 while the lightest tint is #FAFCFA.