Shades of Olive #70760E
Tints of Olive #70760E
RGB
CMYK
RGB Variations
Color information
#70760E (or 0x70760E) is known color: Olive. HEX triplet: 70, 76 and 0E. RGB value is (112,118,14). Sum of RGB (Red+Green+Blue) = 112+118+14=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #70760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70760E is #8F89F1. Grayscale: #686868. Windows color (decimal): -9406962 or 947824. OLE color: 947824.
HSL color Cylindrical-coordinate representation of color #70760E: hue angle of 63.46º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70760E is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 14 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.54 |
| HSL | 63.46º | 0.79% | 0.26% | - |
| HSV(B) | 63.46º | 0.88% | 0.46% | - |
| XYZ | 13.24 | 16.43 | 2.89 | - |
| YUV | 104.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 14 | 0.05 | 0 | 0.88 | 0.54 | 63.46 | 0.79 | 0.26 |
| Hex | 70 | 76 | E | 5 | 0 | 58 | 36 | 3F | 4F | 1A |
| Octal | 160 | 166 | 16 | 5 | 0 | 130 | 66 | 77 | 117 | 32 |
| Binary | 1110000 | 1110110 | 1110 | 101 | 0 | 1011000 | 110110 | 111111 | 1001111 | 11010 |
Color Harmonies of #70760E
Complementary color
Monochromatic Colors of #70760E
Black with #70760E
Text Example
Text Example
White with #70760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70760E; }
p { color: rgb(112,118,14); }
H1.HeaderClassName
{
color: #70760E;
}
.AnyTagClassName
{
color: #70760E;
}
</style>
background-color css
<style>
a { background-color: #70760E; }
a { background-color: rgb(112,118,14); }
div.DivClassName
{
background-color: #70760E;
}
.BgClassName
{
background-color: #70760E;
}
</style>
border-color css
<style>
span { border-color: #70760E; }
span { border-color: rgb(112,118,14); }
td.TdClassName
{
border-color: #70760E;
}
.TagClassName
{
border-color: #70760E;
}
</style>