Shades of Olive Drab #598310
Tints of Olive Drab #598310
RGB
CMYK
RGB Variations
Color information
#598310 (or 0x598310) is known color: Olive Drab. HEX triplet: 59, 83 and 10. RGB value is (89,131,16). Sum of RGB (Red+Green+Blue) = 89+131+16=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #598310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598310 is #A67CEF. Grayscale: #696969. Windows color (decimal): -10910960 or 1082201. OLE color: 1082201.
HSL color Cylindrical-coordinate representation of color #598310: hue angle of 81.91º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #598310 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 131 | 16 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.49 |
| HSL | 81.91º | 0.78% | 0.29% | - |
| HSV(B) | 81.91º | 0.88% | 0.51% | - |
| XYZ | 12.33 | 18.39 | 3.39 | - |
| YUV | 105.33 | 77.59 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 16 | 0.32 | 0 | 0.88 | 0.49 | 81.91 | 0.78 | 0.29 |
| Hex | 59 | 83 | 10 | 20 | 0 | 58 | 31 | 52 | 4E | 1D |
| Octal | 131 | 203 | 20 | 40 | 0 | 130 | 61 | 122 | 116 | 35 |
| Binary | 1011001 | 10000011 | 10000 | 100000 | 0 | 1011000 | 110001 | 1010010 | 1001110 | 11101 |
Color Harmonies of #598310
Complementary color
Monochromatic Colors of #598310
Black with #598310
Text Example
Text Example
White with #598310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598310; }
p { color: rgb(89,131,16); }
H1.HeaderClassName
{
color: #598310;
}
.AnyTagClassName
{
color: #598310;
}
</style>
background-color css
<style>
a { background-color: #598310; }
a { background-color: rgb(89,131,16); }
div.DivClassName
{
background-color: #598310;
}
.BgClassName
{
background-color: #598310;
}
</style>
border-color css
<style>
span { border-color: #598310; }
span { border-color: rgb(89,131,16); }
td.TdClassName
{
border-color: #598310;
}
.TagClassName
{
border-color: #598310;
}
</style>