Shades of Olive Drab #599102
Tints of Olive Drab #599102
RGB
CMYK
RGB Variations
Color information
#599102 (or 0x599102) is known color: Olive Drab. HEX triplet: 59, 91 and 02. RGB value is (89,145,2). Sum of RGB (Red+Green+Blue) = 89+145+2=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 145 (57.03% from 255 or 61.44% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 145 - color contains mainly: green. Hex color #599102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599102 is #A66EFD. Grayscale: #707070. Windows color (decimal): -10907390 or 168281. OLE color: 168281.
HSL color Cylindrical-coordinate representation of color #599102: hue angle of 83.5º 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 #599102 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.43 |
| HSL | 83.5º | 0.97% | 0.29% | - |
| HSV(B) | 83.5º | 0.99% | 0.57% | - |
| XYZ | 14.26 | 22.38 | 3.63 | - |
| YUV | 111.95 | 65.95 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 2 | 0.39 | 0 | 0.99 | 0.43 | 83.5 | 0.97 | 0.29 |
| Hex | 59 | 91 | 2 | 27 | 0 | 63 | 2B | 53 | 61 | 1D |
| Octal | 131 | 221 | 2 | 47 | 0 | 143 | 53 | 123 | 141 | 35 |
| Binary | 1011001 | 10010001 | 10 | 100111 | 0 | 1100011 | 101011 | 1010011 | 1100001 | 11101 |
Color Harmonies of #599102
Complementary color
Monochromatic Colors of #599102
Black with #599102
Text Example
Text Example
White with #599102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599102; }
p { color: rgb(89,145,2); }
H1.HeaderClassName
{
color: #599102;
}
.AnyTagClassName
{
color: #599102;
}
</style>
background-color css
<style>
a { background-color: #599102; }
a { background-color: rgb(89,145,2); }
div.DivClassName
{
background-color: #599102;
}
.BgClassName
{
background-color: #599102;
}
</style>
border-color css
<style>
span { border-color: #599102; }
span { border-color: rgb(89,145,2); }
td.TdClassName
{
border-color: #599102;
}
.TagClassName
{
border-color: #599102;
}
</style>