Shades of Olive Drab #598014
Tints of Olive Drab #598014
RGB
CMYK
RGB Variations
Color information
#598014 (or 0x598014) is known color: Olive Drab. HEX triplet: 59, 80 and 14. RGB value is (89,128,20). Sum of RGB (Red+Green+Blue) = 89+128+20=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #598014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598014 is #A67FEB. Grayscale: #686868. Windows color (decimal): -10911724 or 1343577. OLE color: 1343577.
HSL color Cylindrical-coordinate representation of color #598014: hue angle of 81.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #598014 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 128 | 20 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.50 |
| HSL | 81.67º | 0.73% | 0.29% | - |
| HSV(B) | 81.67º | 0.84% | 0.5% | - |
| XYZ | 11.97 | 17.61 | 3.43 | - |
| YUV | 104.03 | 80.58 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 20 | 0.30 | 0 | 0.84 | 0.50 | 81.67 | 0.73 | 0.29 |
| Hex | 59 | 80 | 14 | 1E | 0 | 54 | 32 | 52 | 49 | 1D |
| Octal | 131 | 200 | 24 | 36 | 0 | 124 | 62 | 122 | 111 | 35 |
| Binary | 1011001 | 10000000 | 10100 | 11110 | 0 | 1010100 | 110010 | 1010010 | 1001001 | 11101 |
Color Harmonies of #598014
Complementary color
Monochromatic Colors of #598014
Black with #598014
Text Example
Text Example
White with #598014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598014; }
p { color: rgb(89,128,20); }
H1.HeaderClassName
{
color: #598014;
}
.AnyTagClassName
{
color: #598014;
}
</style>
background-color css
<style>
a { background-color: #598014; }
a { background-color: rgb(89,128,20); }
div.DivClassName
{
background-color: #598014;
}
.BgClassName
{
background-color: #598014;
}
</style>
border-color css
<style>
span { border-color: #598014; }
span { border-color: rgb(89,128,20); }
td.TdClassName
{
border-color: #598014;
}
.TagClassName
{
border-color: #598014;
}
</style>