Shades of Olive Drab #668609
Tints of Olive Drab #668609
RGB
CMYK
RGB Variations
Color information
#668609 (or 0x668609) is known color: Olive Drab. HEX triplet: 66, 86 and 09. RGB value is (102,134,9). Sum of RGB (Red+Green+Blue) = 102+134+9=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #668609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668609 is #9979F6. Grayscale: #6E6E6E. Windows color (decimal): -10058231 or 624230. OLE color: 624230.
HSL color Cylindrical-coordinate representation of color #668609: hue angle of 75.36º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #668609 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 134 | 9 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.47 |
| HSL | 75.36º | 0.87% | 0.28% | - |
| HSV(B) | 75.36º | 0.93% | 0.53% | - |
| XYZ | 14.05 | 19.89 | 3.36 | - |
| YUV | 110.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 9 | 0.24 | 0 | 0.93 | 0.47 | 75.36 | 0.87 | 0.28 |
| Hex | 66 | 86 | 9 | 18 | 0 | 5D | 2F | 4B | 57 | 1C |
| Octal | 146 | 206 | 11 | 30 | 0 | 135 | 57 | 113 | 127 | 34 |
| Binary | 1100110 | 10000110 | 1001 | 11000 | 0 | 1011101 | 101111 | 1001011 | 1010111 | 11100 |
Color Harmonies of #668609
Complementary color
Monochromatic Colors of #668609
Black with #668609
Text Example
Text Example
White with #668609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668609; }
p { color: rgb(102,134,9); }
H1.HeaderClassName
{
color: #668609;
}
.AnyTagClassName
{
color: #668609;
}
</style>
background-color css
<style>
a { background-color: #668609; }
a { background-color: rgb(102,134,9); }
div.DivClassName
{
background-color: #668609;
}
.BgClassName
{
background-color: #668609;
}
</style>
border-color css
<style>
span { border-color: #668609; }
span { border-color: rgb(102,134,9); }
td.TdClassName
{
border-color: #668609;
}
.TagClassName
{
border-color: #668609;
}
</style>