Shades of Olive Drab #598710
Tints of Olive Drab #598710
RGB
CMYK
RGB Variations
Color information
#598710 (or 0x598710) is known color: Olive Drab. HEX triplet: 59, 87 and 10. RGB value is (89,135,16). Sum of RGB (Red+Green+Blue) = 89+135+16=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #598710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598710 is #A678EF. Grayscale: #6C6C6C. Windows color (decimal): -10909936 or 1083225. OLE color: 1083225.
HSL color Cylindrical-coordinate representation of color #598710: hue angle of 83.19º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #598710 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 135 | 16 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.47 |
| HSL | 83.19º | 0.79% | 0.3% | - |
| HSV(B) | 83.19º | 0.88% | 0.53% | - |
| XYZ | 12.88 | 19.49 | 3.57 | - |
| YUV | 107.68 | 76.26 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 16 | 0.34 | 0 | 0.88 | 0.47 | 83.19 | 0.79 | 0.3 |
| Hex | 59 | 87 | 10 | 22 | 0 | 58 | 2F | 53 | 4F | 1E |
| Octal | 131 | 207 | 20 | 42 | 0 | 130 | 57 | 123 | 117 | 36 |
| Binary | 1011001 | 10000111 | 10000 | 100010 | 0 | 1011000 | 101111 | 1010011 | 1001111 | 11110 |
Color Harmonies of #598710
Complementary color
Monochromatic Colors of #598710
Black with #598710
Text Example
Text Example
White with #598710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598710; }
p { color: rgb(89,135,16); }
H1.HeaderClassName
{
color: #598710;
}
.AnyTagClassName
{
color: #598710;
}
</style>
background-color css
<style>
a { background-color: #598710; }
a { background-color: rgb(89,135,16); }
div.DivClassName
{
background-color: #598710;
}
.BgClassName
{
background-color: #598710;
}
</style>
border-color css
<style>
span { border-color: #598710; }
span { border-color: rgb(89,135,16); }
td.TdClassName
{
border-color: #598710;
}
.TagClassName
{
border-color: #598710;
}
</style>