Shades of Olive Drab #598612
Tints of Olive Drab #598612
RGB
CMYK
RGB Variations
Color information
#598612 (or 0x598612) is known color: Olive Drab. HEX triplet: 59, 86 and 12. RGB value is (89,134,18). Sum of RGB (Red+Green+Blue) = 89+134+18=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #598612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598612 is #A679ED. Grayscale: #6B6B6B. Windows color (decimal): -10910190 or 1214041. OLE color: 1214041.
HSL color Cylindrical-coordinate representation of color #598612: hue angle of 83.28º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #598612 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 134 | 18 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.47 |
| HSL | 83.28º | 0.76% | 0.3% | - |
| HSV(B) | 83.28º | 0.87% | 0.53% | - |
| XYZ | 12.75 | 19.22 | 3.61 | - |
| YUV | 107.32 | 77.59 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 18 | 0.34 | 0 | 0.87 | 0.47 | 83.28 | 0.76 | 0.3 |
| Hex | 59 | 86 | 12 | 22 | 0 | 57 | 2F | 53 | 4C | 1E |
| Octal | 131 | 206 | 22 | 42 | 0 | 127 | 57 | 123 | 114 | 36 |
| Binary | 1011001 | 10000110 | 10010 | 100010 | 0 | 1010111 | 101111 | 1010011 | 1001100 | 11110 |
Color Harmonies of #598612
Complementary color
Monochromatic Colors of #598612
Black with #598612
Text Example
Text Example
White with #598612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598612; }
p { color: rgb(89,134,18); }
H1.HeaderClassName
{
color: #598612;
}
.AnyTagClassName
{
color: #598612;
}
</style>
background-color css
<style>
a { background-color: #598612; }
a { background-color: rgb(89,134,18); }
div.DivClassName
{
background-color: #598612;
}
.BgClassName
{
background-color: #598612;
}
</style>
border-color css
<style>
span { border-color: #598612; }
span { border-color: rgb(89,134,18); }
td.TdClassName
{
border-color: #598612;
}
.TagClassName
{
border-color: #598612;
}
</style>