Shades of Olive Drab #598018
Tints of Olive Drab #598018
RGB
CMYK
RGB Variations
Color information
#598018 (or 0x598018) is known color: Olive Drab. HEX triplet: 59, 80 and 18. RGB value is (89,128,24). Sum of RGB (Red+Green+Blue) = 89+128+24=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #598018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598018 is #A67FE7. Grayscale: #686868. Windows color (decimal): -10911720 or 1605721. OLE color: 1605721.
HSL color Cylindrical-coordinate representation of color #598018: hue angle of 82.5º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #598018 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 128 | 24 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.50 |
| HSL | 82.5º | 0.68% | 0.3% | - |
| HSV(B) | 82.5º | 0.81% | 0.5% | - |
| XYZ | 12 | 17.63 | 3.63 | - |
| YUV | 104.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 24 | 0.30 | 0 | 0.81 | 0.50 | 82.5 | 0.68 | 0.3 |
| Hex | 59 | 80 | 18 | 1E | 0 | 51 | 32 | 52 | 44 | 1E |
| Octal | 131 | 200 | 30 | 36 | 0 | 121 | 62 | 122 | 104 | 36 |
| Binary | 1011001 | 10000000 | 11000 | 11110 | 0 | 1010001 | 110010 | 1010010 | 1000100 | 11110 |
Color Harmonies of #598018
Complementary color
Monochromatic Colors of #598018
Black with #598018
Text Example
Text Example
White with #598018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598018; }
p { color: rgb(89,128,24); }
H1.HeaderClassName
{
color: #598018;
}
.AnyTagClassName
{
color: #598018;
}
</style>
background-color css
<style>
a { background-color: #598018; }
a { background-color: rgb(89,128,24); }
div.DivClassName
{
background-color: #598018;
}
.BgClassName
{
background-color: #598018;
}
</style>
border-color css
<style>
span { border-color: #598018; }
span { border-color: rgb(89,128,24); }
td.TdClassName
{
border-color: #598018;
}
.TagClassName
{
border-color: #598018;
}
</style>