Shades of Olive Drab #598605
Tints of Olive Drab #598605
RGB
CMYK
RGB Variations
Color information
#598605 (or 0x598605) is known color: Olive Drab. HEX triplet: 59, 86 and 05. RGB value is (89,134,5). Sum of RGB (Red+Green+Blue) = 89+134+5=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #598605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598605 is #A679FA. Grayscale: #6A6A6A. Windows color (decimal): -10910203 or 362073. OLE color: 362073.
HSL color Cylindrical-coordinate representation of color #598605: hue angle of 80.93º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #598605 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 134 | 5 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.47 |
| HSL | 80.93º | 0.93% | 0.27% | - |
| HSV(B) | 80.93º | 0.96% | 0.53% | - |
| XYZ | 12.67 | 19.19 | 3.18 | - |
| YUV | 105.84 | 71.09 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 5 | 0.34 | 0 | 0.96 | 0.47 | 80.93 | 0.93 | 0.27 |
| Hex | 59 | 86 | 5 | 22 | 0 | 60 | 2F | 51 | 5D | 1B |
| Octal | 131 | 206 | 5 | 42 | 0 | 140 | 57 | 121 | 135 | 33 |
| Binary | 1011001 | 10000110 | 101 | 100010 | 0 | 1100000 | 101111 | 1010001 | 1011101 | 11011 |
Color Harmonies of #598605
Complementary color
Monochromatic Colors of #598605
Black with #598605
Text Example
Text Example
White with #598605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598605; }
p { color: rgb(89,134,5); }
H1.HeaderClassName
{
color: #598605;
}
.AnyTagClassName
{
color: #598605;
}
</style>
background-color css
<style>
a { background-color: #598605; }
a { background-color: rgb(89,134,5); }
div.DivClassName
{
background-color: #598605;
}
.BgClassName
{
background-color: #598605;
}
</style>
border-color css
<style>
span { border-color: #598605; }
span { border-color: rgb(89,134,5); }
td.TdClassName
{
border-color: #598605;
}
.TagClassName
{
border-color: #598605;
}
</style>