Shades of Olive Drab #598415
Tints of Olive Drab #598415
RGB
CMYK
RGB Variations
Color information
#598415 (or 0x598415) is known color: Olive Drab. HEX triplet: 59, 84 and 15. RGB value is (89,132,21). Sum of RGB (Red+Green+Blue) = 89+132+21=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #598415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598415 is #A67BEA. Grayscale: #6A6A6A. Windows color (decimal): -10910699 or 1410137. OLE color: 1410137.
HSL color Cylindrical-coordinate representation of color #598415: hue angle of 83.24º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #598415 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 132 | 21 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.48 |
| HSL | 83.24º | 0.73% | 0.3% | - |
| HSV(B) | 83.24º | 0.84% | 0.52% | - |
| XYZ | 12.51 | 18.68 | 3.66 | - |
| YUV | 106.49 | 79.75 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 132 | 21 | 0.33 | 0 | 0.84 | 0.48 | 83.24 | 0.73 | 0.3 |
| Hex | 59 | 84 | 15 | 21 | 0 | 54 | 30 | 53 | 49 | 1E |
| Octal | 131 | 204 | 25 | 41 | 0 | 124 | 60 | 123 | 111 | 36 |
| Binary | 1011001 | 10000100 | 10101 | 100001 | 0 | 1010100 | 110000 | 1010011 | 1001001 | 11110 |
Color Harmonies of #598415
Complementary color
Monochromatic Colors of #598415
Black with #598415
Text Example
Text Example
White with #598415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598415; }
p { color: rgb(89,132,21); }
H1.HeaderClassName
{
color: #598415;
}
.AnyTagClassName
{
color: #598415;
}
</style>
background-color css
<style>
a { background-color: #598415; }
a { background-color: rgb(89,132,21); }
div.DivClassName
{
background-color: #598415;
}
.BgClassName
{
background-color: #598415;
}
</style>
border-color css
<style>
span { border-color: #598415; }
span { border-color: rgb(89,132,21); }
td.TdClassName
{
border-color: #598415;
}
.TagClassName
{
border-color: #598415;
}
</style>