Shades of Olive Drab #609511
Tints of Olive Drab #609511
RGB
CMYK
RGB Variations
Color information
#609511 (or 0x609511) is known color: Olive Drab. HEX triplet: 60, 95 and 11. RGB value is (96,149,17). Sum of RGB (Red+Green+Blue) = 96+149+17=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #609511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609511 is #9F6AEE. Grayscale: #767676. Windows color (decimal): -10447599 or 1152352. OLE color: 1152352.
HSL color Cylindrical-coordinate representation of color #609511: hue angle of 84.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #609511 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 17 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.42 |
| HSL | 84.09º | 0.8% | 0.33% | - |
| HSV(B) | 84.09º | 0.89% | 0.58% | - |
| XYZ | 15.67 | 24.02 | 4.34 | - |
| YUV | 118.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 17 | 0.36 | 0 | 0.89 | 0.42 | 84.09 | 0.8 | 0.33 |
| Hex | 60 | 95 | 11 | 24 | 0 | 59 | 2A | 54 | 50 | 21 |
| Octal | 140 | 225 | 21 | 44 | 0 | 131 | 52 | 124 | 120 | 41 |
| Binary | 1100000 | 10010101 | 10001 | 100100 | 0 | 1011001 | 101010 | 1010100 | 1010000 | 100001 |
Color Harmonies of #609511
Complementary color
Monochromatic Colors of #609511
Black with #609511
Text Example
Text Example
White with #609511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609511; }
p { color: rgb(96,149,17); }
H1.HeaderClassName
{
color: #609511;
}
.AnyTagClassName
{
color: #609511;
}
</style>
background-color css
<style>
a { background-color: #609511; }
a { background-color: rgb(96,149,17); }
div.DivClassName
{
background-color: #609511;
}
.BgClassName
{
background-color: #609511;
}
</style>
border-color css
<style>
span { border-color: #609511; }
span { border-color: rgb(96,149,17); }
td.TdClassName
{
border-color: #609511;
}
.TagClassName
{
border-color: #609511;
}
</style>