Shades of Olive Drab #59810D
Tints of Olive Drab #59810D
RGB
CMYK
RGB Variations
Color information
#59810D (or 0x59810D) is known color: Olive Drab. HEX triplet: 59, 81 and 0D. RGB value is (89,129,13). Sum of RGB (Red+Green+Blue) = 89+129+13=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #59810D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59810D is #A67EF2. Grayscale: #686868. Windows color (decimal): -10911475 or 885081. OLE color: 885081.
HSL color Cylindrical-coordinate representation of color #59810D: hue angle of 80.69º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59810D is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 129 | 13 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.49 |
| HSL | 80.69º | 0.82% | 0.28% | - |
| HSV(B) | 80.69º | 0.9% | 0.51% | - |
| XYZ | 12.04 | 17.85 | 3.19 | - |
| YUV | 103.82 | 76.75 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 13 | 0.31 | 0 | 0.90 | 0.49 | 80.69 | 0.82 | 0.28 |
| Hex | 59 | 81 | D | 1F | 0 | 5A | 31 | 51 | 52 | 1C |
| Octal | 131 | 201 | 15 | 37 | 0 | 132 | 61 | 121 | 122 | 34 |
| Binary | 1011001 | 10000001 | 1101 | 11111 | 0 | 1011010 | 110001 | 1010001 | 1010010 | 11100 |
Color Harmonies of #59810D
Complementary color
Monochromatic Colors of #59810D
Black with #59810D
Text Example
Text Example
White with #59810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59810D; }
p { color: rgb(89,129,13); }
H1.HeaderClassName
{
color: #59810D;
}
.AnyTagClassName
{
color: #59810D;
}
</style>
background-color css
<style>
a { background-color: #59810D; }
a { background-color: rgb(89,129,13); }
div.DivClassName
{
background-color: #59810D;
}
.BgClassName
{
background-color: #59810D;
}
</style>
border-color css
<style>
span { border-color: #59810D; }
span { border-color: rgb(89,129,13); }
td.TdClassName
{
border-color: #59810D;
}
.TagClassName
{
border-color: #59810D;
}
</style>