Shades of Olive Drab #598711
Tints of Olive Drab #598711
RGB
CMYK
RGB Variations
Color information
#598711 (or 0x598711) is known color: Olive Drab. HEX triplet: 59, 87 and 11. RGB value is (89,135,17). Sum of RGB (Red+Green+Blue) = 89+135+17=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #598711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598711 is #A678EE. Grayscale: #6C6C6C. Windows color (decimal): -10909935 or 1148761. OLE color: 1148761.
HSL color Cylindrical-coordinate representation of color #598711: hue angle of 83.39º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #598711 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 135 | 17 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.47 |
| HSL | 83.39º | 0.78% | 0.3% | - |
| HSV(B) | 83.39º | 0.87% | 0.53% | - |
| XYZ | 12.88 | 19.49 | 3.61 | - |
| YUV | 107.79 | 76.76 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 17 | 0.34 | 0 | 0.87 | 0.47 | 83.39 | 0.78 | 0.3 |
| Hex | 59 | 87 | 11 | 22 | 0 | 57 | 2F | 53 | 4E | 1E |
| Octal | 131 | 207 | 21 | 42 | 0 | 127 | 57 | 123 | 116 | 36 |
| Binary | 1011001 | 10000111 | 10001 | 100010 | 0 | 1010111 | 101111 | 1010011 | 1001110 | 11110 |
Color Harmonies of #598711
Complementary color
Monochromatic Colors of #598711
Black with #598711
Text Example
Text Example
White with #598711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598711; }
p { color: rgb(89,135,17); }
H1.HeaderClassName
{
color: #598711;
}
.AnyTagClassName
{
color: #598711;
}
</style>
background-color css
<style>
a { background-color: #598711; }
a { background-color: rgb(89,135,17); }
div.DivClassName
{
background-color: #598711;
}
.BgClassName
{
background-color: #598711;
}
</style>
border-color css
<style>
span { border-color: #598711; }
span { border-color: rgb(89,135,17); }
td.TdClassName
{
border-color: #598711;
}
.TagClassName
{
border-color: #598711;
}
</style>