Shades of Olive Drab #598608
Tints of Olive Drab #598608
RGB
CMYK
RGB Variations
Color information
#598608 (or 0x598608) is known color: Olive Drab. HEX triplet: 59, 86 and 08. RGB value is (89,134,8). Sum of RGB (Red+Green+Blue) = 89+134+8=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #598608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598608 is #A679F7. Grayscale: #6A6A6A. Windows color (decimal): -10910200 or 558681. OLE color: 558681.
HSL color Cylindrical-coordinate representation of color #598608: hue angle of 81.43º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #598608 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 134 | 8 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.47 |
| HSL | 81.43º | 0.89% | 0.28% | - |
| HSV(B) | 81.43º | 0.94% | 0.53% | - |
| XYZ | 12.69 | 19.19 | 3.27 | - |
| YUV | 106.18 | 72.59 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 8 | 0.34 | 0 | 0.94 | 0.47 | 81.43 | 0.89 | 0.28 |
| Hex | 59 | 86 | 8 | 22 | 0 | 5E | 2F | 51 | 59 | 1C |
| Octal | 131 | 206 | 10 | 42 | 0 | 136 | 57 | 121 | 131 | 34 |
| Binary | 1011001 | 10000110 | 1000 | 100010 | 0 | 1011110 | 101111 | 1010001 | 1011001 | 11100 |
Color Harmonies of #598608
Complementary color
Monochromatic Colors of #598608
Black with #598608
Text Example
Text Example
White with #598608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598608; }
p { color: rgb(89,134,8); }
H1.HeaderClassName
{
color: #598608;
}
.AnyTagClassName
{
color: #598608;
}
</style>
background-color css
<style>
a { background-color: #598608; }
a { background-color: rgb(89,134,8); }
div.DivClassName
{
background-color: #598608;
}
.BgClassName
{
background-color: #598608;
}
</style>
border-color css
<style>
span { border-color: #598608; }
span { border-color: rgb(89,134,8); }
td.TdClassName
{
border-color: #598608;
}
.TagClassName
{
border-color: #598608;
}
</style>