Shades of Olive Drab #59820F
Tints of Olive Drab #59820F
RGB
CMYK
RGB Variations
Color information
#59820F (or 0x59820F) is known color: Olive Drab. HEX triplet: 59, 82 and 0F. RGB value is (89,130,15). Sum of RGB (Red+Green+Blue) = 89+130+15=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #59820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59820F is #A67DF0. Grayscale: #696969. Windows color (decimal): -10911217 or 1016409. OLE color: 1016409.
HSL color Cylindrical-coordinate representation of color #59820F: hue angle of 81.39º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59820F is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 130 | 15 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.49 |
| HSL | 81.39º | 0.79% | 0.28% | - |
| HSV(B) | 81.39º | 0.88% | 0.51% | - |
| XYZ | 12.19 | 18.12 | 3.31 | - |
| YUV | 104.63 | 77.42 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 15 | 0.32 | 0 | 0.88 | 0.49 | 81.39 | 0.79 | 0.28 |
| Hex | 59 | 82 | F | 20 | 0 | 58 | 31 | 51 | 4F | 1C |
| Octal | 131 | 202 | 17 | 40 | 0 | 130 | 61 | 121 | 117 | 34 |
| Binary | 1011001 | 10000010 | 1111 | 100000 | 0 | 1011000 | 110001 | 1010001 | 1001111 | 11100 |
Color Harmonies of #59820F
Complementary color
Monochromatic Colors of #59820F
Black with #59820F
Text Example
Text Example
White with #59820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59820F; }
p { color: rgb(89,130,15); }
H1.HeaderClassName
{
color: #59820F;
}
.AnyTagClassName
{
color: #59820F;
}
</style>
background-color css
<style>
a { background-color: #59820F; }
a { background-color: rgb(89,130,15); }
div.DivClassName
{
background-color: #59820F;
}
.BgClassName
{
background-color: #59820F;
}
</style>
border-color css
<style>
span { border-color: #59820F; }
span { border-color: rgb(89,130,15); }
td.TdClassName
{
border-color: #59820F;
}
.TagClassName
{
border-color: #59820F;
}
</style>