Shades of Olive Drab #609505
Tints of Olive Drab #609505
RGB
CMYK
RGB Variations
Color information
#609505 (or 0x609505) is known color: Olive Drab. HEX triplet: 60, 95 and 05. RGB value is (96,149,5). Sum of RGB (Red+Green+Blue) = 96+149+5=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #609505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609505 is #9F6AFA. Grayscale: #757575. Windows color (decimal): -10447611 or 365920. OLE color: 365920.
HSL color Cylindrical-coordinate representation of color #609505: hue angle of 82.08º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #609505 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 5 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.42 |
| HSL | 82.08º | 0.94% | 0.3% | - |
| HSV(B) | 82.08º | 0.97% | 0.58% | - |
| XYZ | 15.6 | 23.99 | 3.95 | - |
| YUV | 116.74 | 64.94 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 5 | 0.36 | 0 | 0.97 | 0.42 | 82.08 | 0.94 | 0.3 |
| Hex | 60 | 95 | 5 | 24 | 0 | 61 | 2A | 52 | 5E | 1E |
| Octal | 140 | 225 | 5 | 44 | 0 | 141 | 52 | 122 | 136 | 36 |
| Binary | 1100000 | 10010101 | 101 | 100100 | 0 | 1100001 | 101010 | 1010010 | 1011110 | 11110 |
Color Harmonies of #609505
Complementary color
Monochromatic Colors of #609505
Black with #609505
Text Example
Text Example
White with #609505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609505; }
p { color: rgb(96,149,5); }
H1.HeaderClassName
{
color: #609505;
}
.AnyTagClassName
{
color: #609505;
}
</style>
background-color css
<style>
a { background-color: #609505; }
a { background-color: rgb(96,149,5); }
div.DivClassName
{
background-color: #609505;
}
.BgClassName
{
background-color: #609505;
}
</style>
border-color css
<style>
span { border-color: #609505; }
span { border-color: rgb(96,149,5); }
td.TdClassName
{
border-color: #609505;
}
.TagClassName
{
border-color: #609505;
}
</style>