Shades of Olive Drab #59880D
Tints of Olive Drab #59880D
RGB
CMYK
RGB Variations
Color information
#59880D (or 0x59880D) is known color: Olive Drab. HEX triplet: 59, 88 and 0D. RGB value is (89,136,13). Sum of RGB (Red+Green+Blue) = 89+136+13=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #59880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59880D is #A677F2. Grayscale: #6C6C6C. Windows color (decimal): -10909683 or 886873. OLE color: 886873.
HSL color Cylindrical-coordinate representation of color #59880D: hue angle of 82.93º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59880D is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 136 | 13 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.47 |
| HSL | 82.93º | 0.83% | 0.29% | - |
| HSV(B) | 82.93º | 0.9% | 0.53% | - |
| XYZ | 13 | 19.76 | 3.51 | - |
| YUV | 107.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 13 | 0.35 | 0 | 0.90 | 0.47 | 82.93 | 0.83 | 0.29 |
| Hex | 59 | 88 | D | 23 | 0 | 5A | 2F | 53 | 53 | 1D |
| Octal | 131 | 210 | 15 | 43 | 0 | 132 | 57 | 123 | 123 | 35 |
| Binary | 1011001 | 10001000 | 1101 | 100011 | 0 | 1011010 | 101111 | 1010011 | 1010011 | 11101 |
Color Harmonies of #59880D
Complementary color
Monochromatic Colors of #59880D
Black with #59880D
Text Example
Text Example
White with #59880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59880D; }
p { color: rgb(89,136,13); }
H1.HeaderClassName
{
color: #59880D;
}
.AnyTagClassName
{
color: #59880D;
}
</style>
background-color css
<style>
a { background-color: #59880D; }
a { background-color: rgb(89,136,13); }
div.DivClassName
{
background-color: #59880D;
}
.BgClassName
{
background-color: #59880D;
}
</style>
border-color css
<style>
span { border-color: #59880D; }
span { border-color: rgb(89,136,13); }
td.TdClassName
{
border-color: #59880D;
}
.TagClassName
{
border-color: #59880D;
}
</style>