Shades of Olive Drab #598110
Tints of Olive Drab #598110
RGB
CMYK
RGB Variations
Color information
#598110 (or 0x598110) is known color: Olive Drab. HEX triplet: 59, 81 and 10. RGB value is (89,129,16). Sum of RGB (Red+Green+Blue) = 89+129+16=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #598110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598110 is #A67EEF. Grayscale: #686868. Windows color (decimal): -10911472 or 1081689. OLE color: 1081689.
HSL color Cylindrical-coordinate representation of color #598110: hue angle of 81.24º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #598110 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 129 | 16 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.49 |
| HSL | 81.24º | 0.78% | 0.28% | - |
| HSV(B) | 81.24º | 0.88% | 0.51% | - |
| XYZ | 12.06 | 17.86 | 3.3 | - |
| YUV | 104.16 | 78.25 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 16 | 0.31 | 0 | 0.88 | 0.49 | 81.24 | 0.78 | 0.28 |
| Hex | 59 | 81 | 10 | 1F | 0 | 58 | 31 | 51 | 4E | 1C |
| Octal | 131 | 201 | 20 | 37 | 0 | 130 | 61 | 121 | 116 | 34 |
| Binary | 1011001 | 10000001 | 10000 | 11111 | 0 | 1011000 | 110001 | 1010001 | 1001110 | 11100 |
Color Harmonies of #598110
Complementary color
Monochromatic Colors of #598110
Black with #598110
Text Example
Text Example
White with #598110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598110; }
p { color: rgb(89,129,16); }
H1.HeaderClassName
{
color: #598110;
}
.AnyTagClassName
{
color: #598110;
}
</style>
background-color css
<style>
a { background-color: #598110; }
a { background-color: rgb(89,129,16); }
div.DivClassName
{
background-color: #598110;
}
.BgClassName
{
background-color: #598110;
}
</style>
border-color css
<style>
span { border-color: #598110; }
span { border-color: rgb(89,129,16); }
td.TdClassName
{
border-color: #598110;
}
.TagClassName
{
border-color: #598110;
}
</style>