Shades of Olive Drab #599105
Tints of Olive Drab #599105
RGB
CMYK
RGB Variations
Color information
#599105 (or 0x599105) is known color: Olive Drab. HEX triplet: 59, 91 and 05. RGB value is (89,145,5). Sum of RGB (Red+Green+Blue) = 89+145+5=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #599105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599105 is #A66EFA. Grayscale: #707070. Windows color (decimal): -10907387 or 364889. OLE color: 364889.
HSL color Cylindrical-coordinate representation of color #599105: hue angle of 84º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #599105 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 5 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.43 |
| HSL | 84º | 0.93% | 0.29% | - |
| HSV(B) | 84º | 0.97% | 0.57% | - |
| XYZ | 14.27 | 22.39 | 3.71 | - |
| YUV | 112.3 | 67.45 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 5 | 0.39 | 0 | 0.97 | 0.43 | 84 | 0.93 | 0.29 |
| Hex | 59 | 91 | 5 | 27 | 0 | 61 | 2B | 54 | 5D | 1D |
| Octal | 131 | 221 | 5 | 47 | 0 | 141 | 53 | 124 | 135 | 35 |
| Binary | 1011001 | 10010001 | 101 | 100111 | 0 | 1100001 | 101011 | 1010100 | 1011101 | 11101 |
Color Harmonies of #599105
Complementary color
Monochromatic Colors of #599105
Black with #599105
Text Example
Text Example
White with #599105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599105; }
p { color: rgb(89,145,5); }
H1.HeaderClassName
{
color: #599105;
}
.AnyTagClassName
{
color: #599105;
}
</style>
background-color css
<style>
a { background-color: #599105; }
a { background-color: rgb(89,145,5); }
div.DivClassName
{
background-color: #599105;
}
.BgClassName
{
background-color: #599105;
}
</style>
border-color css
<style>
span { border-color: #599105; }
span { border-color: rgb(89,145,5); }
td.TdClassName
{
border-color: #599105;
}
.TagClassName
{
border-color: #599105;
}
</style>