Shades of Olive Drab #609609
Tints of Olive Drab #609609
RGB
CMYK
RGB Variations
Color information
#609609 (or 0x609609) is known color: Olive Drab. HEX triplet: 60, 96 and 09. RGB value is (96,150,9). Sum of RGB (Red+Green+Blue) = 96+150+9=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #609609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609609 is #9F69F6. Grayscale: #767676. Windows color (decimal): -10447351 or 628320. OLE color: 628320.
HSL color Cylindrical-coordinate representation of color #609609: hue angle of 82.98º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #609609 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 96 | 150 | 9 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.41 |
| HSL | 82.98º | 0.89% | 0.31% | - |
| HSV(B) | 82.98º | 0.94% | 0.59% | - |
| XYZ | 15.78 | 24.32 | 4.12 | - |
| YUV | 117.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 9 | 0.36 | 0 | 0.94 | 0.41 | 82.98 | 0.89 | 0.31 |
| Hex | 60 | 96 | 9 | 24 | 0 | 5E | 29 | 53 | 59 | 1F |
| Octal | 140 | 226 | 11 | 44 | 0 | 136 | 51 | 123 | 131 | 37 |
| Binary | 1100000 | 10010110 | 1001 | 100100 | 0 | 1011110 | 101001 | 1010011 | 1011001 | 11111 |
Color Harmonies of #609609
Complementary color
Monochromatic Colors of #609609
Black with #609609
Text Example
Text Example
White with #609609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609609; }
p { color: rgb(96,150,9); }
H1.HeaderClassName
{
color: #609609;
}
.AnyTagClassName
{
color: #609609;
}
</style>
background-color css
<style>
a { background-color: #609609; }
a { background-color: rgb(96,150,9); }
div.DivClassName
{
background-color: #609609;
}
.BgClassName
{
background-color: #609609;
}
</style>
border-color css
<style>
span { border-color: #609609; }
span { border-color: rgb(96,150,9); }
td.TdClassName
{
border-color: #609609;
}
.TagClassName
{
border-color: #609609;
}
</style>