Shades of Olive Drab #598E00
Tints of Olive Drab #598E00
RGB
CMYK
RGB Variations
Color information
#598E00 (or 0x598E00) is known color: Olive Drab. HEX triplet: 59, 8E and 00. RGB value is (89,142,0). Sum of RGB (Red+Green+Blue) = 89+142+0=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 142 (55.86% from 255 or 61.47% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 142 - color contains mainly: green. Hex color #598E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598E00 is #A671FF. Grayscale: #6E6E6E. Windows color (decimal): -10908160 or 36441. OLE color: 36441.
HSL color Cylindrical-coordinate representation of color #598E00: hue angle of 82.39º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #598E00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 142 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.44 |
| HSL | 82.39º | 1% | 0.28% | - |
| HSV(B) | 82.39º | 1% | 0.56% | - |
| XYZ | 13.79 | 21.47 | 3.42 | - |
| YUV | 109.97 | 65.94 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 0 | 0.37 | 0 | 1 | 0.44 | 82.39 | 1 | 0.28 |
| Hex | 59 | 8E | 0 | 25 | 0 | 64 | 2C | 52 | 64 | 1C |
| Octal | 131 | 216 | 0 | 45 | 0 | 144 | 54 | 122 | 144 | 34 |
| Binary | 1011001 | 10001110 | 0 | 100101 | 0 | 1100100 | 101100 | 1010010 | 1100100 | 11100 |
Color Harmonies of #598E00
Complementary color
Monochromatic Colors of #598E00
Black with #598E00
Text Example
Text Example
White with #598E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E00; }
p { color: rgb(89,142,0); }
H1.HeaderClassName
{
color: #598E00;
}
.AnyTagClassName
{
color: #598E00;
}
</style>
background-color css
<style>
a { background-color: #598E00; }
a { background-color: rgb(89,142,0); }
div.DivClassName
{
background-color: #598E00;
}
.BgClassName
{
background-color: #598E00;
}
</style>
border-color css
<style>
span { border-color: #598E00; }
span { border-color: rgb(89,142,0); }
td.TdClassName
{
border-color: #598E00;
}
.TagClassName
{
border-color: #598E00;
}
</style>