Shades of Olive Drab #598115
Tints of Olive Drab #598115
RGB
CMYK
RGB Variations
Color information
#598115 (or 0x598115) is known color: Olive Drab. HEX triplet: 59, 81 and 15. RGB value is (89,129,21). Sum of RGB (Red+Green+Blue) = 89+129+21=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #598115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598115 is #A67EEA. Grayscale: #696969. Windows color (decimal): -10911467 or 1409369. OLE color: 1409369.
HSL color Cylindrical-coordinate representation of color #598115: hue angle of 82.22º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #598115 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 129 | 21 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.49 |
| HSL | 82.22º | 0.72% | 0.29% | - |
| HSV(B) | 82.22º | 0.84% | 0.51% | - |
| XYZ | 12.11 | 17.88 | 3.52 | - |
| YUV | 104.73 | 80.75 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 21 | 0.31 | 0 | 0.84 | 0.49 | 82.22 | 0.72 | 0.29 |
| Hex | 59 | 81 | 15 | 1F | 0 | 54 | 31 | 52 | 48 | 1D |
| Octal | 131 | 201 | 25 | 37 | 0 | 124 | 61 | 122 | 110 | 35 |
| Binary | 1011001 | 10000001 | 10101 | 11111 | 0 | 1010100 | 110001 | 1010010 | 1001000 | 11101 |
Color Harmonies of #598115
Complementary color
Monochromatic Colors of #598115
Black with #598115
Text Example
Text Example
White with #598115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598115; }
p { color: rgb(89,129,21); }
H1.HeaderClassName
{
color: #598115;
}
.AnyTagClassName
{
color: #598115;
}
</style>
background-color css
<style>
a { background-color: #598115; }
a { background-color: rgb(89,129,21); }
div.DivClassName
{
background-color: #598115;
}
.BgClassName
{
background-color: #598115;
}
</style>
border-color css
<style>
span { border-color: #598115; }
span { border-color: rgb(89,129,21); }
td.TdClassName
{
border-color: #598115;
}
.TagClassName
{
border-color: #598115;
}
</style>