Shades of Olive Drab #608609
Tints of Olive Drab #608609
RGB
CMYK
RGB Variations
Color information
#608609 (or 0x608609) is known color: Olive Drab. HEX triplet: 60, 86 and 09. RGB value is (96,134,9). Sum of RGB (Red+Green+Blue) = 96+134+9=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #608609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608609 is #9F79F6. Grayscale: #6C6C6C. Windows color (decimal): -10451447 or 624224. OLE color: 624224.
HSL color Cylindrical-coordinate representation of color #608609: hue angle of 78.24º 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 #608609 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 9 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.47 |
| HSL | 78.24º | 0.87% | 0.28% | - |
| HSV(B) | 78.24º | 0.93% | 0.53% | - |
| XYZ | 13.4 | 19.56 | 3.33 | - |
| YUV | 108.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 9 | 0.28 | 0 | 0.93 | 0.47 | 78.24 | 0.87 | 0.28 |
| Hex | 60 | 86 | 9 | 1C | 0 | 5D | 2F | 4E | 57 | 1C |
| Octal | 140 | 206 | 11 | 34 | 0 | 135 | 57 | 116 | 127 | 34 |
| Binary | 1100000 | 10000110 | 1001 | 11100 | 0 | 1011101 | 101111 | 1001110 | 1010111 | 11100 |
Color Harmonies of #608609
Complementary color
Monochromatic Colors of #608609
Black with #608609
Text Example
Text Example
White with #608609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608609; }
p { color: rgb(96,134,9); }
H1.HeaderClassName
{
color: #608609;
}
.AnyTagClassName
{
color: #608609;
}
</style>
background-color css
<style>
a { background-color: #608609; }
a { background-color: rgb(96,134,9); }
div.DivClassName
{
background-color: #608609;
}
.BgClassName
{
background-color: #608609;
}
</style>
border-color css
<style>
span { border-color: #608609; }
span { border-color: rgb(96,134,9); }
td.TdClassName
{
border-color: #608609;
}
.TagClassName
{
border-color: #608609;
}
</style>