Shades of Olive Drab #598F07
Tints of Olive Drab #598F07
RGB
CMYK
RGB Variations
Color information
#598F07 (or 0x598F07) is known color: Olive Drab. HEX triplet: 59, 8F and 07. RGB value is (89,143,7). Sum of RGB (Red+Green+Blue) = 89+143+7=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 143 (56.25% from 255 or 59.83% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 143 - color contains mainly: green. Hex color #598F07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598F07 is #A670F8. Grayscale: #6F6F6F. Windows color (decimal): -10907897 or 495449. OLE color: 495449.
HSL color Cylindrical-coordinate representation of color #598F07: hue angle of 83.82º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #598F07 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 143 | 7 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.44 |
| HSL | 83.82º | 0.91% | 0.29% | - |
| HSV(B) | 83.82º | 0.95% | 0.56% | - |
| XYZ | 13.98 | 21.78 | 3.67 | - |
| YUV | 111.35 | 69.11 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 7 | 0.38 | 0 | 0.95 | 0.44 | 83.82 | 0.91 | 0.29 |
| Hex | 59 | 8F | 7 | 26 | 0 | 5F | 2C | 54 | 5B | 1D |
| Octal | 131 | 217 | 7 | 46 | 0 | 137 | 54 | 124 | 133 | 35 |
| Binary | 1011001 | 10001111 | 111 | 100110 | 0 | 1011111 | 101100 | 1010100 | 1011011 | 11101 |
Color Harmonies of #598F07
Complementary color
Monochromatic Colors of #598F07
Black with #598F07
Text Example
Text Example
White with #598F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598F07; }
p { color: rgb(89,143,7); }
H1.HeaderClassName
{
color: #598F07;
}
.AnyTagClassName
{
color: #598F07;
}
</style>
background-color css
<style>
a { background-color: #598F07; }
a { background-color: rgb(89,143,7); }
div.DivClassName
{
background-color: #598F07;
}
.BgClassName
{
background-color: #598F07;
}
</style>
border-color css
<style>
span { border-color: #598F07; }
span { border-color: rgb(89,143,7); }
td.TdClassName
{
border-color: #598F07;
}
.TagClassName
{
border-color: #598F07;
}
</style>