Shades of Olive #70790E
Tints of Olive #70790E
RGB
CMYK
RGB Variations
Color information
#70790E (or 0x70790E) is known color: Olive. HEX triplet: 70, 79 and 0E. RGB value is (112,121,14). Sum of RGB (Red+Green+Blue) = 112+121+14=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #70790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70790E is #8F86F1. Grayscale: #6A6A6A. Windows color (decimal): -9406194 or 948592. OLE color: 948592.
HSL color Cylindrical-coordinate representation of color #70790E: hue angle of 65.05º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70790E is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 14 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.53 |
| HSL | 65.05º | 0.79% | 0.26% | - |
| HSV(B) | 65.05º | 0.88% | 0.47% | - |
| XYZ | 13.6 | 17.15 | 3.01 | - |
| YUV | 106.11 | 76.02 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 14 | 0.07 | 0 | 0.88 | 0.53 | 65.05 | 0.79 | 0.26 |
| Hex | 70 | 79 | E | 7 | 0 | 58 | 35 | 41 | 4F | 1A |
| Octal | 160 | 171 | 16 | 7 | 0 | 130 | 65 | 101 | 117 | 32 |
| Binary | 1110000 | 1111001 | 1110 | 111 | 0 | 1011000 | 110101 | 1000001 | 1001111 | 11010 |
Color Harmonies of #70790E
Complementary color
Monochromatic Colors of #70790E
Black with #70790E
Text Example
Text Example
White with #70790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70790E; }
p { color: rgb(112,121,14); }
H1.HeaderClassName
{
color: #70790E;
}
.AnyTagClassName
{
color: #70790E;
}
</style>
background-color css
<style>
a { background-color: #70790E; }
a { background-color: rgb(112,121,14); }
div.DivClassName
{
background-color: #70790E;
}
.BgClassName
{
background-color: #70790E;
}
</style>
border-color css
<style>
span { border-color: #70790E; }
span { border-color: rgb(112,121,14); }
td.TdClassName
{
border-color: #70790E;
}
.TagClassName
{
border-color: #70790E;
}
</style>