Shades of Olive Drab #709520
Tints of Olive Drab #709520
RGB
CMYK
RGB Variations
Color information
#709520 (or 0x709520) is known color: Olive Drab. HEX triplet: 70, 95 and 20. RGB value is (112,149,32). Sum of RGB (Red+Green+Blue) = 112+149+32=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #709520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709520 is #8F6ADF. Grayscale: #7D7D7D. Windows color (decimal): -9399008 or 2135408. OLE color: 2135408.
HSL color Cylindrical-coordinate representation of color #709520: hue angle of 78.97º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #709520 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 32 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.42 |
| HSL | 78.97º | 0.65% | 0.35% | - |
| HSV(B) | 78.97º | 0.79% | 0.58% | - |
| XYZ | 17.69 | 25.04 | 5.27 | - |
| YUV | 124.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 32 | 0.25 | 0 | 0.79 | 0.42 | 78.97 | 0.65 | 0.35 |
| Hex | 70 | 95 | 20 | 19 | 0 | 4F | 2A | 4F | 41 | 23 |
| Octal | 160 | 225 | 40 | 31 | 0 | 117 | 52 | 117 | 101 | 43 |
| Binary | 1110000 | 10010101 | 100000 | 11001 | 0 | 1001111 | 101010 | 1001111 | 1000001 | 100011 |
Color Harmonies of #709520
Complementary color
Monochromatic Colors of #709520
Black with #709520
Text Example
Text Example
White with #709520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709520; }
p { color: rgb(112,149,32); }
H1.HeaderClassName
{
color: #709520;
}
.AnyTagClassName
{
color: #709520;
}
</style>
background-color css
<style>
a { background-color: #709520; }
a { background-color: rgb(112,149,32); }
div.DivClassName
{
background-color: #709520;
}
.BgClassName
{
background-color: #709520;
}
</style>
border-color css
<style>
span { border-color: #709520; }
span { border-color: rgb(112,149,32); }
td.TdClassName
{
border-color: #709520;
}
.TagClassName
{
border-color: #709520;
}
</style>