Shades of Olive Drab #59870C
Tints of Olive Drab #59870C
RGB
CMYK
RGB Variations
Color information
#59870C (or 0x59870C) is known color: Olive Drab. HEX triplet: 59, 87 and 0C. RGB value is (89,135,12). Sum of RGB (Red+Green+Blue) = 89+135+12=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #59870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59870C is #A678F3. Grayscale: #6B6B6B. Windows color (decimal): -10909940 or 821081. OLE color: 821081.
HSL color Cylindrical-coordinate representation of color #59870C: hue angle of 82.44º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59870C is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 135 | 12 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.47 |
| HSL | 82.44º | 0.84% | 0.29% | - |
| HSV(B) | 82.44º | 0.91% | 0.53% | - |
| XYZ | 12.85 | 19.48 | 3.43 | - |
| YUV | 107.22 | 74.26 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 12 | 0.34 | 0 | 0.91 | 0.47 | 82.44 | 0.84 | 0.29 |
| Hex | 59 | 87 | C | 22 | 0 | 5B | 2F | 52 | 54 | 1D |
| Octal | 131 | 207 | 14 | 42 | 0 | 133 | 57 | 122 | 124 | 35 |
| Binary | 1011001 | 10000111 | 1100 | 100010 | 0 | 1011011 | 101111 | 1010010 | 1010100 | 11101 |
Color Harmonies of #59870C
Complementary color
Monochromatic Colors of #59870C
Black with #59870C
Text Example
Text Example
White with #59870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59870C; }
p { color: rgb(89,135,12); }
H1.HeaderClassName
{
color: #59870C;
}
.AnyTagClassName
{
color: #59870C;
}
</style>
background-color css
<style>
a { background-color: #59870C; }
a { background-color: rgb(89,135,12); }
div.DivClassName
{
background-color: #59870C;
}
.BgClassName
{
background-color: #59870C;
}
</style>
border-color css
<style>
span { border-color: #59870C; }
span { border-color: rgb(89,135,12); }
td.TdClassName
{
border-color: #59870C;
}
.TagClassName
{
border-color: #59870C;
}
</style>