Shades of Olive Drab #59880A
Tints of Olive Drab #59880A
RGB
CMYK
RGB Variations
Color information
#59880A (or 0x59880A) is known color: Olive Drab. HEX triplet: 59, 88 and 0A. RGB value is (89,136,10). Sum of RGB (Red+Green+Blue) = 89+136+10=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #59880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59880A is #A677F5. Grayscale: #6C6C6C. Windows color (decimal): -10909686 or 690265. OLE color: 690265.
HSL color Cylindrical-coordinate representation of color #59880A: hue angle of 82.38º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59880A is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 136 | 10 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.47 |
| HSL | 82.38º | 0.86% | 0.29% | - |
| HSV(B) | 82.38º | 0.93% | 0.53% | - |
| XYZ | 12.98 | 19.75 | 3.42 | - |
| YUV | 107.58 | 72.93 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 10 | 0.35 | 0 | 0.93 | 0.47 | 82.38 | 0.86 | 0.29 |
| Hex | 59 | 88 | A | 23 | 0 | 5D | 2F | 52 | 56 | 1D |
| Octal | 131 | 210 | 12 | 43 | 0 | 135 | 57 | 122 | 126 | 35 |
| Binary | 1011001 | 10001000 | 1010 | 100011 | 0 | 1011101 | 101111 | 1010010 | 1010110 | 11101 |
Color Harmonies of #59880A
Complementary color
Monochromatic Colors of #59880A
Black with #59880A
Text Example
Text Example
White with #59880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59880A; }
p { color: rgb(89,136,10); }
H1.HeaderClassName
{
color: #59880A;
}
.AnyTagClassName
{
color: #59880A;
}
</style>
background-color css
<style>
a { background-color: #59880A; }
a { background-color: rgb(89,136,10); }
div.DivClassName
{
background-color: #59880A;
}
.BgClassName
{
background-color: #59880A;
}
</style>
border-color css
<style>
span { border-color: #59880A; }
span { border-color: rgb(89,136,10); }
td.TdClassName
{
border-color: #59880A;
}
.TagClassName
{
border-color: #59880A;
}
</style>