Shades of Olive Drab #609510
Tints of Olive Drab #609510
RGB
CMYK
RGB Variations
Color information
#609510 (or 0x609510) is known color: Olive Drab. HEX triplet: 60, 95 and 10. RGB value is (96,149,16). Sum of RGB (Red+Green+Blue) = 96+149+16=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #609510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609510 is #9F6AEF. Grayscale: #767676. Windows color (decimal): -10447600 or 1086816. OLE color: 1086816.
HSL color Cylindrical-coordinate representation of color #609510: hue angle of 83.91º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #609510 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 16 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.42 |
| HSL | 83.91º | 0.81% | 0.32% | - |
| HSV(B) | 83.91º | 0.89% | 0.58% | - |
| XYZ | 15.66 | 24.02 | 4.3 | - |
| YUV | 117.99 | 70.44 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 16 | 0.36 | 0 | 0.89 | 0.42 | 83.91 | 0.81 | 0.32 |
| Hex | 60 | 95 | 10 | 24 | 0 | 59 | 2A | 54 | 51 | 20 |
| Octal | 140 | 225 | 20 | 44 | 0 | 131 | 52 | 124 | 121 | 40 |
| Binary | 1100000 | 10010101 | 10000 | 100100 | 0 | 1011001 | 101010 | 1010100 | 1010001 | 100000 |
Color Harmonies of #609510
Complementary color
Monochromatic Colors of #609510
Black with #609510
Text Example
Text Example
White with #609510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609510; }
p { color: rgb(96,149,16); }
H1.HeaderClassName
{
color: #609510;
}
.AnyTagClassName
{
color: #609510;
}
</style>
background-color css
<style>
a { background-color: #609510; }
a { background-color: rgb(96,149,16); }
div.DivClassName
{
background-color: #609510;
}
.BgClassName
{
background-color: #609510;
}
</style>
border-color css
<style>
span { border-color: #609510; }
span { border-color: rgb(96,149,16); }
td.TdClassName
{
border-color: #609510;
}
.TagClassName
{
border-color: #609510;
}
</style>