Shades of Olive Drab #598E0A
Tints of Olive Drab #598E0A
RGB
CMYK
RGB Variations
Color information
#598E0A (or 0x598E0A) is known color: Olive Drab. HEX triplet: 59, 8E and 0A. RGB value is (89,142,10). Sum of RGB (Red+Green+Blue) = 89+142+10=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #598E0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598E0A is #A671F5. Grayscale: #6F6F6F. Windows color (decimal): -10908150 or 691801. OLE color: 691801.
HSL color Cylindrical-coordinate representation of color #598E0A: hue angle of 84.09º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #598E0A is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 142 | 10 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.44 |
| HSL | 84.09º | 0.87% | 0.3% | - |
| HSV(B) | 84.09º | 0.93% | 0.56% | - |
| XYZ | 13.85 | 21.49 | 3.71 | - |
| YUV | 111.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 10 | 0.37 | 0 | 0.93 | 0.44 | 84.09 | 0.87 | 0.3 |
| Hex | 59 | 8E | A | 25 | 0 | 5D | 2C | 54 | 57 | 1E |
| Octal | 131 | 216 | 12 | 45 | 0 | 135 | 54 | 124 | 127 | 36 |
| Binary | 1011001 | 10001110 | 1010 | 100101 | 0 | 1011101 | 101100 | 1010100 | 1010111 | 11110 |
Color Harmonies of #598E0A
Complementary color
Monochromatic Colors of #598E0A
Black with #598E0A
Text Example
Text Example
White with #598E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E0A; }
p { color: rgb(89,142,10); }
H1.HeaderClassName
{
color: #598E0A;
}
.AnyTagClassName
{
color: #598E0A;
}
</style>
background-color css
<style>
a { background-color: #598E0A; }
a { background-color: rgb(89,142,10); }
div.DivClassName
{
background-color: #598E0A;
}
.BgClassName
{
background-color: #598E0A;
}
</style>
border-color css
<style>
span { border-color: #598E0A; }
span { border-color: rgb(89,142,10); }
td.TdClassName
{
border-color: #598E0A;
}
.TagClassName
{
border-color: #598E0A;
}
</style>