Shades of Olive Drab #598708
Tints of Olive Drab #598708
RGB
CMYK
RGB Variations
Color information
#598708 (or 0x598708) is known color: Olive Drab. HEX triplet: 59, 87 and 08. RGB value is (89,135,8). Sum of RGB (Red+Green+Blue) = 89+135+8=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #598708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598708 is #A678F7. Grayscale: #6B6B6B. Windows color (decimal): -10909944 or 558937. OLE color: 558937.
HSL color Cylindrical-coordinate representation of color #598708: hue angle of 81.73º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #598708 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 135 | 8 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.47 |
| HSL | 81.73º | 0.89% | 0.28% | - |
| HSV(B) | 81.73º | 0.94% | 0.53% | - |
| XYZ | 12.83 | 19.47 | 3.31 | - |
| YUV | 106.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 8 | 0.34 | 0 | 0.94 | 0.47 | 81.73 | 0.89 | 0.28 |
| Hex | 59 | 87 | 8 | 22 | 0 | 5E | 2F | 52 | 59 | 1C |
| Octal | 131 | 207 | 10 | 42 | 0 | 136 | 57 | 122 | 131 | 34 |
| Binary | 1011001 | 10000111 | 1000 | 100010 | 0 | 1011110 | 101111 | 1010010 | 1011001 | 11100 |
Color Harmonies of #598708
Complementary color
Monochromatic Colors of #598708
Black with #598708
Text Example
Text Example
White with #598708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598708; }
p { color: rgb(89,135,8); }
H1.HeaderClassName
{
color: #598708;
}
.AnyTagClassName
{
color: #598708;
}
</style>
background-color css
<style>
a { background-color: #598708; }
a { background-color: rgb(89,135,8); }
div.DivClassName
{
background-color: #598708;
}
.BgClassName
{
background-color: #598708;
}
</style>
border-color css
<style>
span { border-color: #598708; }
span { border-color: rgb(89,135,8); }
td.TdClassName
{
border-color: #598708;
}
.TagClassName
{
border-color: #598708;
}
</style>