Shades of Olive Drab #668D09
Tints of Olive Drab #668D09
RGB
CMYK
RGB Variations
Color information
#668D09 (or 0x668D09) is known color: Olive Drab. HEX triplet: 66, 8D and 09. RGB value is (102,141,9). Sum of RGB (Red+Green+Blue) = 102+141+9=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #668D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668D09 is #9972F6. Grayscale: #727272. Windows color (decimal): -10056439 or 626022. OLE color: 626022.
HSL color Cylindrical-coordinate representation of color #668D09: hue angle of 77.73º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #668D09 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 9 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.45 |
| HSL | 77.73º | 0.88% | 0.29% | - |
| HSV(B) | 77.73º | 0.94% | 0.55% | - |
| XYZ | 15.05 | 21.89 | 3.69 | - |
| YUV | 114.29 | 68.58 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 9 | 0.28 | 0 | 0.94 | 0.45 | 77.73 | 0.88 | 0.29 |
| Hex | 66 | 8D | 9 | 1C | 0 | 5E | 2D | 4E | 58 | 1D |
| Octal | 146 | 215 | 11 | 34 | 0 | 136 | 55 | 116 | 130 | 35 |
| Binary | 1100110 | 10001101 | 1001 | 11100 | 0 | 1011110 | 101101 | 1001110 | 1011000 | 11101 |
Color Harmonies of #668D09
Complementary color
Monochromatic Colors of #668D09
Black with #668D09
Text Example
Text Example
White with #668D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D09; }
p { color: rgb(102,141,9); }
H1.HeaderClassName
{
color: #668D09;
}
.AnyTagClassName
{
color: #668D09;
}
</style>
background-color css
<style>
a { background-color: #668D09; }
a { background-color: rgb(102,141,9); }
div.DivClassName
{
background-color: #668D09;
}
.BgClassName
{
background-color: #668D09;
}
</style>
border-color css
<style>
span { border-color: #668D09; }
span { border-color: rgb(102,141,9); }
td.TdClassName
{
border-color: #668D09;
}
.TagClassName
{
border-color: #668D09;
}
</style>