Shades of Olive Drab #59810C
Tints of Olive Drab #59810C
RGB
CMYK
RGB Variations
Color information
#59810C (or 0x59810C) is known color: Olive Drab. HEX triplet: 59, 81 and 0C. RGB value is (89,129,12). Sum of RGB (Red+Green+Blue) = 89+129+12=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #59810C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59810C is #A67EF3. Grayscale: #686868. Windows color (decimal): -10911476 or 819545. OLE color: 819545.
HSL color Cylindrical-coordinate representation of color #59810C: hue angle of 80.51º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59810C is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 129 | 12 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.49 |
| HSL | 80.51º | 0.83% | 0.28% | - |
| HSV(B) | 80.51º | 0.91% | 0.51% | - |
| XYZ | 12.04 | 17.85 | 3.16 | - |
| YUV | 103.7 | 76.25 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 12 | 0.31 | 0 | 0.91 | 0.49 | 80.51 | 0.83 | 0.28 |
| Hex | 59 | 81 | C | 1F | 0 | 5B | 31 | 51 | 53 | 1C |
| Octal | 131 | 201 | 14 | 37 | 0 | 133 | 61 | 121 | 123 | 34 |
| Binary | 1011001 | 10000001 | 1100 | 11111 | 0 | 1011011 | 110001 | 1010001 | 1010011 | 11100 |
Color Harmonies of #59810C
Complementary color
Monochromatic Colors of #59810C
Black with #59810C
Text Example
Text Example
White with #59810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59810C; }
p { color: rgb(89,129,12); }
H1.HeaderClassName
{
color: #59810C;
}
.AnyTagClassName
{
color: #59810C;
}
</style>
background-color css
<style>
a { background-color: #59810C; }
a { background-color: rgb(89,129,12); }
div.DivClassName
{
background-color: #59810C;
}
.BgClassName
{
background-color: #59810C;
}
</style>
border-color css
<style>
span { border-color: #59810C; }
span { border-color: rgb(89,129,12); }
td.TdClassName
{
border-color: #59810C;
}
.TagClassName
{
border-color: #59810C;
}
</style>