Shades of Olive Drab #598B05
Tints of Olive Drab #598B05
RGB
CMYK
RGB Variations
Color information
#598B05 (or 0x598B05) is known color: Olive Drab. HEX triplet: 59, 8B and 05. RGB value is (89,139,5). Sum of RGB (Red+Green+Blue) = 89+139+5=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #598B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598B05 is #A674FA. Grayscale: #6D6D6D. Windows color (decimal): -10908923 or 363353. OLE color: 363353.
HSL color Cylindrical-coordinate representation of color #598B05: hue angle of 82.39º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #598B05 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 139 | 5 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.45 |
| HSL | 82.39º | 0.93% | 0.28% | - |
| HSV(B) | 82.39º | 0.96% | 0.55% | - |
| XYZ | 13.38 | 20.6 | 3.41 | - |
| YUV | 108.77 | 69.44 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 5 | 0.36 | 0 | 0.96 | 0.45 | 82.39 | 0.93 | 0.28 |
| Hex | 59 | 8B | 5 | 24 | 0 | 60 | 2D | 52 | 5D | 1C |
| Octal | 131 | 213 | 5 | 44 | 0 | 140 | 55 | 122 | 135 | 34 |
| Binary | 1011001 | 10001011 | 101 | 100100 | 0 | 1100000 | 101101 | 1010010 | 1011101 | 11100 |
Color Harmonies of #598B05
Complementary color
Monochromatic Colors of #598B05
Black with #598B05
Text Example
Text Example
White with #598B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598B05; }
p { color: rgb(89,139,5); }
H1.HeaderClassName
{
color: #598B05;
}
.AnyTagClassName
{
color: #598B05;
}
</style>
background-color css
<style>
a { background-color: #598B05; }
a { background-color: rgb(89,139,5); }
div.DivClassName
{
background-color: #598B05;
}
.BgClassName
{
background-color: #598B05;
}
</style>
border-color css
<style>
span { border-color: #598B05; }
span { border-color: rgb(89,139,5); }
td.TdClassName
{
border-color: #598B05;
}
.TagClassName
{
border-color: #598B05;
}
</style>