Shades of Olive Drab #599202
Tints of Olive Drab #599202
RGB
CMYK
RGB Variations
Color information
#599202 (or 0x599202) is known color: Olive Drab. HEX triplet: 59, 92 and 02. RGB value is (89,146,2). Sum of RGB (Red+Green+Blue) = 89+146+2=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #599202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599202 is #A66DFD. Grayscale: #717171. Windows color (decimal): -10907134 or 168537. OLE color: 168537.
HSL color Cylindrical-coordinate representation of color #599202: hue angle of 83.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #599202 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.43 |
| HSL | 83.75º | 0.97% | 0.29% | - |
| HSV(B) | 83.75º | 0.99% | 0.57% | - |
| XYZ | 14.41 | 22.69 | 3.68 | - |
| YUV | 112.54 | 65.62 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 2 | 0.39 | 0 | 0.99 | 0.43 | 83.75 | 0.97 | 0.29 |
| Hex | 59 | 92 | 2 | 27 | 0 | 63 | 2B | 54 | 61 | 1D |
| Octal | 131 | 222 | 2 | 47 | 0 | 143 | 53 | 124 | 141 | 35 |
| Binary | 1011001 | 10010010 | 10 | 100111 | 0 | 1100011 | 101011 | 1010100 | 1100001 | 11101 |
Color Harmonies of #599202
Complementary color
Monochromatic Colors of #599202
Black with #599202
Text Example
Text Example
White with #599202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599202; }
p { color: rgb(89,146,2); }
H1.HeaderClassName
{
color: #599202;
}
.AnyTagClassName
{
color: #599202;
}
</style>
background-color css
<style>
a { background-color: #599202; }
a { background-color: rgb(89,146,2); }
div.DivClassName
{
background-color: #599202;
}
.BgClassName
{
background-color: #599202;
}
</style>
border-color css
<style>
span { border-color: #599202; }
span { border-color: rgb(89,146,2); }
td.TdClassName
{
border-color: #599202;
}
.TagClassName
{
border-color: #599202;
}
</style>