Shades of Olive Drab #709316
Tints of Olive Drab #709316
RGB
CMYK
RGB Variations
Color information
#709316 (or 0x709316) is known color: Olive Drab. HEX triplet: 70, 93 and 16. RGB value is (112,147,22). Sum of RGB (Red+Green+Blue) = 112+147+22=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #709316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709316 is #8F6CE9. Grayscale: #7A7A7A. Windows color (decimal): -9399530 or 1479536. OLE color: 1479536.
HSL color Cylindrical-coordinate representation of color #709316: hue angle of 76.8º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #709316 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 147 | 22 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.42 |
| HSL | 76.8º | 0.74% | 0.33% | - |
| HSV(B) | 76.8º | 0.85% | 0.58% | - |
| XYZ | 17.26 | 24.37 | 4.55 | - |
| YUV | 122.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 22 | 0.24 | 0 | 0.85 | 0.42 | 76.8 | 0.74 | 0.33 |
| Hex | 70 | 93 | 16 | 18 | 0 | 55 | 2A | 4D | 4A | 21 |
| Octal | 160 | 223 | 26 | 30 | 0 | 125 | 52 | 115 | 112 | 41 |
| Binary | 1110000 | 10010011 | 10110 | 11000 | 0 | 1010101 | 101010 | 1001101 | 1001010 | 100001 |
Color Harmonies of #709316
Complementary color
Monochromatic Colors of #709316
Black with #709316
Text Example
Text Example
White with #709316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709316; }
p { color: rgb(112,147,22); }
H1.HeaderClassName
{
color: #709316;
}
.AnyTagClassName
{
color: #709316;
}
</style>
background-color css
<style>
a { background-color: #709316; }
a { background-color: rgb(112,147,22); }
div.DivClassName
{
background-color: #709316;
}
.BgClassName
{
background-color: #709316;
}
</style>
border-color css
<style>
span { border-color: #709316; }
span { border-color: rgb(112,147,22); }
td.TdClassName
{
border-color: #709316;
}
.TagClassName
{
border-color: #709316;
}
</style>