Shades of Olive #70770F
Tints of Olive #70770F
RGB
CMYK
RGB Variations
Color information
#70770F (or 0x70770F) is known color: Olive. HEX triplet: 70, 77 and 0F. RGB value is (112,119,15). Sum of RGB (Red+Green+Blue) = 112+119+15=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #70770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70770F is #8F88F0. Grayscale: #696969. Windows color (decimal): -9406705 or 1013616. OLE color: 1013616.
HSL color Cylindrical-coordinate representation of color #70770F: hue angle of 64.04º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70770F is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 15 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.53 |
| HSL | 64.04º | 0.78% | 0.26% | - |
| HSV(B) | 64.04º | 0.87% | 0.47% | - |
| XYZ | 13.37 | 16.67 | 2.97 | - |
| YUV | 105.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 15 | 0.06 | 0 | 0.87 | 0.53 | 64.04 | 0.78 | 0.26 |
| Hex | 70 | 77 | F | 6 | 0 | 57 | 35 | 40 | 4E | 1A |
| Octal | 160 | 167 | 17 | 6 | 0 | 127 | 65 | 100 | 116 | 32 |
| Binary | 1110000 | 1110111 | 1111 | 110 | 0 | 1010111 | 110101 | 1000000 | 1001110 | 11010 |
Color Harmonies of #70770F
Complementary color
Monochromatic Colors of #70770F
Black with #70770F
Text Example
Text Example
White with #70770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70770F; }
p { color: rgb(112,119,15); }
H1.HeaderClassName
{
color: #70770F;
}
.AnyTagClassName
{
color: #70770F;
}
</style>
background-color css
<style>
a { background-color: #70770F; }
a { background-color: rgb(112,119,15); }
div.DivClassName
{
background-color: #70770F;
}
.BgClassName
{
background-color: #70770F;
}
</style>
border-color css
<style>
span { border-color: #70770F; }
span { border-color: rgb(112,119,15); }
td.TdClassName
{
border-color: #70770F;
}
.TagClassName
{
border-color: #70770F;
}
</style>