Shades of Olive Drab #597F13
Tints of Olive Drab #597F13
RGB
CMYK
RGB Variations
Color information
#597F13 (or 0x597F13) is known color: Olive Drab. HEX triplet: 59, 7F and 13. RGB value is (89,127,19). Sum of RGB (Red+Green+Blue) = 89+127+19=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 127 (50% from 255 or 54.04% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 127 - color contains mainly: green. Hex color #597F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #597F13 is #A680EC. Grayscale: #676767. Windows color (decimal): -10911981 or 1277785. OLE color: 1277785.
HSL color Cylindrical-coordinate representation of color #597F13: hue angle of 81.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #597F13 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 127 | 19 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.50 |
| HSL | 81.11º | 0.74% | 0.29% | - |
| HSV(B) | 81.11º | 0.85% | 0.5% | - |
| XYZ | 11.83 | 17.35 | 3.34 | - |
| YUV | 103.33 | 80.41 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 19 | 0.30 | 0 | 0.85 | 0.50 | 81.11 | 0.74 | 0.29 |
| Hex | 59 | 7F | 13 | 1E | 0 | 55 | 32 | 51 | 4A | 1D |
| Octal | 131 | 177 | 23 | 36 | 0 | 125 | 62 | 121 | 112 | 35 |
| Binary | 1011001 | 1111111 | 10011 | 11110 | 0 | 1010101 | 110010 | 1010001 | 1001010 | 11101 |
Color Harmonies of #597F13
Complementary color
Monochromatic Colors of #597F13
Black with #597F13
Text Example
Text Example
White with #597F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597F13; }
p { color: rgb(89,127,19); }
H1.HeaderClassName
{
color: #597F13;
}
.AnyTagClassName
{
color: #597F13;
}
</style>
background-color css
<style>
a { background-color: #597F13; }
a { background-color: rgb(89,127,19); }
div.DivClassName
{
background-color: #597F13;
}
.BgClassName
{
background-color: #597F13;
}
</style>
border-color css
<style>
span { border-color: #597F13; }
span { border-color: rgb(89,127,19); }
td.TdClassName
{
border-color: #597F13;
}
.TagClassName
{
border-color: #597F13;
}
</style>