Shades of Olive Drab #599008
Tints of Olive Drab #599008
RGB
CMYK
RGB Variations
Color information
#599008 (or 0x599008) is known color: Olive Drab. HEX triplet: 59, 90 and 08. RGB value is (89,144,8). Sum of RGB (Red+Green+Blue) = 89+144+8=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 144 (56.64% from 255 or 59.75% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 144 - color contains mainly: green. Hex color #599008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599008 is #A66FF7. Grayscale: #707070. Windows color (decimal): -10907640 or 561241. OLE color: 561241.
HSL color Cylindrical-coordinate representation of color #599008: hue angle of 84.26º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #599008 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 8 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.44 |
| HSL | 84.26º | 0.89% | 0.3% | - |
| HSV(B) | 84.26º | 0.94% | 0.56% | - |
| XYZ | 14.14 | 22.09 | 3.75 | - |
| YUV | 112.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 8 | 0.38 | 0 | 0.94 | 0.44 | 84.26 | 0.89 | 0.3 |
| Hex | 59 | 90 | 8 | 26 | 0 | 5E | 2C | 54 | 59 | 1E |
| Octal | 131 | 220 | 10 | 46 | 0 | 136 | 54 | 124 | 131 | 36 |
| Binary | 1011001 | 10010000 | 1000 | 100110 | 0 | 1011110 | 101100 | 1010100 | 1011001 | 11110 |
Color Harmonies of #599008
Complementary color
Monochromatic Colors of #599008
Black with #599008
Text Example
Text Example
White with #599008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599008; }
p { color: rgb(89,144,8); }
H1.HeaderClassName
{
color: #599008;
}
.AnyTagClassName
{
color: #599008;
}
</style>
background-color css
<style>
a { background-color: #599008; }
a { background-color: rgb(89,144,8); }
div.DivClassName
{
background-color: #599008;
}
.BgClassName
{
background-color: #599008;
}
</style>
border-color css
<style>
span { border-color: #599008; }
span { border-color: rgb(89,144,8); }
td.TdClassName
{
border-color: #599008;
}
.TagClassName
{
border-color: #599008;
}
</style>