Shades of Olive Drab #609017
Tints of Olive Drab #609017
RGB
CMYK
RGB Variations
Color information
#609017 (or 0x609017) is known color: Olive Drab. HEX triplet: 60, 90 and 17. RGB value is (96,144,23). Sum of RGB (Red+Green+Blue) = 96+144+23=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #609017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609017 is #9F6FE8. Grayscale: #747474. Windows color (decimal): -10448873 or 1544288. OLE color: 1544288.
HSL color Cylindrical-coordinate representation of color #609017: hue angle of 83.8º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #609017 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 144 | 23 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.44 |
| HSL | 83.8º | 0.72% | 0.33% | - |
| HSV(B) | 83.8º | 0.84% | 0.56% | - |
| XYZ | 14.95 | 22.5 | 4.36 | - |
| YUV | 115.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 23 | 0.33 | 0 | 0.84 | 0.44 | 83.8 | 0.72 | 0.33 |
| Hex | 60 | 90 | 17 | 21 | 0 | 54 | 2C | 54 | 48 | 21 |
| Octal | 140 | 220 | 27 | 41 | 0 | 124 | 54 | 124 | 110 | 41 |
| Binary | 1100000 | 10010000 | 10111 | 100001 | 0 | 1010100 | 101100 | 1010100 | 1001000 | 100001 |
Color Harmonies of #609017
Complementary color
Monochromatic Colors of #609017
Black with #609017
Text Example
Text Example
White with #609017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609017; }
p { color: rgb(96,144,23); }
H1.HeaderClassName
{
color: #609017;
}
.AnyTagClassName
{
color: #609017;
}
</style>
background-color css
<style>
a { background-color: #609017; }
a { background-color: rgb(96,144,23); }
div.DivClassName
{
background-color: #609017;
}
.BgClassName
{
background-color: #609017;
}
</style>
border-color css
<style>
span { border-color: #609017; }
span { border-color: rgb(96,144,23); }
td.TdClassName
{
border-color: #609017;
}
.TagClassName
{
border-color: #609017;
}
</style>