Shades of Olive #70840E
Tints of Olive #70840E
RGB
CMYK
RGB Variations
Color information
#70840E (or 0x70840E) is known color: Olive. HEX triplet: 70, 84 and 0E. RGB value is (112,132,14). Sum of RGB (Red+Green+Blue) = 112+132+14=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #70840E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70840E is #8F7BF1. Grayscale: #717171. Windows color (decimal): -9403378 or 951408. OLE color: 951408.
HSL color Cylindrical-coordinate representation of color #70840E: hue angle of 70.17º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70840E is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 132 | 14 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.48 |
| HSL | 70.17º | 0.81% | 0.29% | - |
| HSV(B) | 70.17º | 0.89% | 0.52% | - |
| XYZ | 15.01 | 19.98 | 3.48 | - |
| YUV | 112.57 | 72.37 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 14 | 0.15 | 0 | 0.89 | 0.48 | 70.17 | 0.81 | 0.29 |
| Hex | 70 | 84 | E | F | 0 | 59 | 30 | 46 | 51 | 1D |
| Octal | 160 | 204 | 16 | 17 | 0 | 131 | 60 | 106 | 121 | 35 |
| Binary | 1110000 | 10000100 | 1110 | 1111 | 0 | 1011001 | 110000 | 1000110 | 1010001 | 11101 |
Color Harmonies of #70840E
Complementary color
Monochromatic Colors of #70840E
Black with #70840E
Text Example
Text Example
White with #70840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70840E; }
p { color: rgb(112,132,14); }
H1.HeaderClassName
{
color: #70840E;
}
.AnyTagClassName
{
color: #70840E;
}
</style>
background-color css
<style>
a { background-color: #70840E; }
a { background-color: rgb(112,132,14); }
div.DivClassName
{
background-color: #70840E;
}
.BgClassName
{
background-color: #70840E;
}
</style>
border-color css
<style>
span { border-color: #70840E; }
span { border-color: rgb(112,132,14); }
td.TdClassName
{
border-color: #70840E;
}
.TagClassName
{
border-color: #70840E;
}
</style>