Shades of Olive Drab #668C09
Tints of Olive Drab #668C09
RGB
CMYK
RGB Variations
Color information
#668C09 (or 0x668C09) is known color: Olive Drab. HEX triplet: 66, 8C and 09. RGB value is (102,140,9). Sum of RGB (Red+Green+Blue) = 102+140+9=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 140 (55.08% from 255 or 55.78% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 140 - color contains mainly: green. Hex color #668C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668C09 is #9973F6. Grayscale: #727272. Windows color (decimal): -10056695 or 625766. OLE color: 625766.
HSL color Cylindrical-coordinate representation of color #668C09: hue angle of 77.4º 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 #668C09 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 140 | 9 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.45 |
| HSL | 77.4º | 0.88% | 0.29% | - |
| HSV(B) | 77.4º | 0.94% | 0.55% | - |
| XYZ | 14.91 | 21.6 | 3.64 | - |
| YUV | 113.7 | 68.91 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 9 | 0.27 | 0 | 0.94 | 0.45 | 77.4 | 0.88 | 0.29 |
| Hex | 66 | 8C | 9 | 1B | 0 | 5E | 2D | 4D | 58 | 1D |
| Octal | 146 | 214 | 11 | 33 | 0 | 136 | 55 | 115 | 130 | 35 |
| Binary | 1100110 | 10001100 | 1001 | 11011 | 0 | 1011110 | 101101 | 1001101 | 1011000 | 11101 |
Color Harmonies of #668C09
Complementary color
Monochromatic Colors of #668C09
Black with #668C09
Text Example
Text Example
White with #668C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668C09; }
p { color: rgb(102,140,9); }
H1.HeaderClassName
{
color: #668C09;
}
.AnyTagClassName
{
color: #668C09;
}
</style>
background-color css
<style>
a { background-color: #668C09; }
a { background-color: rgb(102,140,9); }
div.DivClassName
{
background-color: #668C09;
}
.BgClassName
{
background-color: #668C09;
}
</style>
border-color css
<style>
span { border-color: #668C09; }
span { border-color: rgb(102,140,9); }
td.TdClassName
{
border-color: #668C09;
}
.TagClassName
{
border-color: #668C09;
}
</style>