Shades of Olive Drab #598F08
Tints of Olive Drab #598F08
RGB
CMYK
RGB Variations
Color information
#598F08 (or 0x598F08) is known color: Olive Drab. HEX triplet: 59, 8F and 08. RGB value is (89,143,8). Sum of RGB (Red+Green+Blue) = 89+143+8=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 143 (56.25% from 255 or 59.58% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 143 - color contains mainly: green. Hex color #598F08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598F08 is #A670F7. Grayscale: #6F6F6F. Windows color (decimal): -10907896 or 560985. OLE color: 560985.
HSL color Cylindrical-coordinate representation of color #598F08: hue angle of 84º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #598F08 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 143 | 8 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.44 |
| HSL | 84º | 0.89% | 0.3% | - |
| HSV(B) | 84º | 0.94% | 0.56% | - |
| XYZ | 13.99 | 21.79 | 3.7 | - |
| YUV | 111.46 | 69.61 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 8 | 0.38 | 0 | 0.94 | 0.44 | 84 | 0.89 | 0.3 |
| Hex | 59 | 8F | 8 | 26 | 0 | 5E | 2C | 54 | 59 | 1E |
| Octal | 131 | 217 | 10 | 46 | 0 | 136 | 54 | 124 | 131 | 36 |
| Binary | 1011001 | 10001111 | 1000 | 100110 | 0 | 1011110 | 101100 | 1010100 | 1011001 | 11110 |
Color Harmonies of #598F08
Complementary color
Monochromatic Colors of #598F08
Black with #598F08
Text Example
Text Example
White with #598F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598F08; }
p { color: rgb(89,143,8); }
H1.HeaderClassName
{
color: #598F08;
}
.AnyTagClassName
{
color: #598F08;
}
</style>
background-color css
<style>
a { background-color: #598F08; }
a { background-color: rgb(89,143,8); }
div.DivClassName
{
background-color: #598F08;
}
.BgClassName
{
background-color: #598F08;
}
</style>
border-color css
<style>
span { border-color: #598F08; }
span { border-color: rgb(89,143,8); }
td.TdClassName
{
border-color: #598F08;
}
.TagClassName
{
border-color: #598F08;
}
</style>