Shades of Olive Drab #598D07
Tints of Olive Drab #598D07
RGB
CMYK
RGB Variations
Color information
#598D07 (or 0x598D07) is known color: Olive Drab. HEX triplet: 59, 8D and 07. RGB value is (89,141,7). Sum of RGB (Red+Green+Blue) = 89+141+7=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #598D07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598D07 is #A672F8. Grayscale: #6E6E6E. Windows color (decimal): -10908409 or 494937. OLE color: 494937.
HSL color Cylindrical-coordinate representation of color #598D07: hue angle of 83.28º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #598D07 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 141 | 7 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.45 |
| HSL | 83.28º | 0.91% | 0.29% | - |
| HSV(B) | 83.28º | 0.95% | 0.55% | - |
| XYZ | 13.68 | 21.19 | 3.57 | - |
| YUV | 110.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 7 | 0.37 | 0 | 0.95 | 0.45 | 83.28 | 0.91 | 0.29 |
| Hex | 59 | 8D | 7 | 25 | 0 | 5F | 2D | 53 | 5B | 1D |
| Octal | 131 | 215 | 7 | 45 | 0 | 137 | 55 | 123 | 133 | 35 |
| Binary | 1011001 | 10001101 | 111 | 100101 | 0 | 1011111 | 101101 | 1010011 | 1011011 | 11101 |
Color Harmonies of #598D07
Complementary color
Monochromatic Colors of #598D07
Black with #598D07
Text Example
Text Example
White with #598D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598D07; }
p { color: rgb(89,141,7); }
H1.HeaderClassName
{
color: #598D07;
}
.AnyTagClassName
{
color: #598D07;
}
</style>
background-color css
<style>
a { background-color: #598D07; }
a { background-color: rgb(89,141,7); }
div.DivClassName
{
background-color: #598D07;
}
.BgClassName
{
background-color: #598D07;
}
</style>
border-color css
<style>
span { border-color: #598D07; }
span { border-color: rgb(89,141,7); }
td.TdClassName
{
border-color: #598D07;
}
.TagClassName
{
border-color: #598D07;
}
</style>