Shades of Olive Drab #598807
Tints of Olive Drab #598807
RGB
CMYK
RGB Variations
Color information
#598807 (or 0x598807) is known color: Olive Drab. HEX triplet: 59, 88 and 07. RGB value is (89,136,7). Sum of RGB (Red+Green+Blue) = 89+136+7=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #598807 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598807 is #A677F8. Grayscale: #6B6B6B. Windows color (decimal): -10909689 or 493657. OLE color: 493657.
HSL color Cylindrical-coordinate representation of color #598807: hue angle of 81.86º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #598807 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 136 | 7 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.47 |
| HSL | 81.86º | 0.9% | 0.28% | - |
| HSV(B) | 81.86º | 0.95% | 0.53% | - |
| XYZ | 12.96 | 19.75 | 3.33 | - |
| YUV | 107.24 | 71.43 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 7 | 0.35 | 0 | 0.95 | 0.47 | 81.86 | 0.9 | 0.28 |
| Hex | 59 | 88 | 7 | 23 | 0 | 5F | 2F | 52 | 5A | 1C |
| Octal | 131 | 210 | 7 | 43 | 0 | 137 | 57 | 122 | 132 | 34 |
| Binary | 1011001 | 10001000 | 111 | 100011 | 0 | 1011111 | 101111 | 1010010 | 1011010 | 11100 |
Color Harmonies of #598807
Complementary color
Monochromatic Colors of #598807
Black with #598807
Text Example
Text Example
White with #598807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598807; }
p { color: rgb(89,136,7); }
H1.HeaderClassName
{
color: #598807;
}
.AnyTagClassName
{
color: #598807;
}
</style>
background-color css
<style>
a { background-color: #598807; }
a { background-color: rgb(89,136,7); }
div.DivClassName
{
background-color: #598807;
}
.BgClassName
{
background-color: #598807;
}
</style>
border-color css
<style>
span { border-color: #598807; }
span { border-color: rgb(89,136,7); }
td.TdClassName
{
border-color: #598807;
}
.TagClassName
{
border-color: #598807;
}
</style>