Shades of Olivetone #70761F
Tints of Olivetone #70761F
RGB
CMYK
RGB Variations
Color information
#70761F (or 0x70761F) is known color: Olivetone. HEX triplet: 70, 76 and 1F. RGB value is (112,118,31). Sum of RGB (Red+Green+Blue) = 112+118+31=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #70761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70761F is #8F89E0. Grayscale: #6A6A6A. Windows color (decimal): -9406945 or 2061936. OLE color: 2061936.
HSL color Cylindrical-coordinate representation of color #70761F: hue angle of 64.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70761F is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 31 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.54 |
| HSL | 64.14º | 0.58% | 0.29% | - |
| HSV(B) | 64.14º | 0.74% | 0.46% | - |
| XYZ | 13.41 | 16.5 | 3.77 | - |
| YUV | 106.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 31 | 0.05 | 0 | 0.74 | 0.54 | 64.14 | 0.58 | 0.29 |
| Hex | 70 | 76 | 1F | 5 | 0 | 4A | 36 | 40 | 3A | 1D |
| Octal | 160 | 166 | 37 | 5 | 0 | 112 | 66 | 100 | 72 | 35 |
| Binary | 1110000 | 1110110 | 11111 | 101 | 0 | 1001010 | 110110 | 1000000 | 111010 | 11101 |
Color Harmonies of #70761F
Complementary color
Monochromatic Colors of #70761F
Black with #70761F
Text Example
Text Example
White with #70761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70761F; }
p { color: rgb(112,118,31); }
H1.HeaderClassName
{
color: #70761F;
}
.AnyTagClassName
{
color: #70761F;
}
</style>
background-color css
<style>
a { background-color: #70761F; }
a { background-color: rgb(112,118,31); }
div.DivClassName
{
background-color: #70761F;
}
.BgClassName
{
background-color: #70761F;
}
</style>
border-color css
<style>
span { border-color: #70761F; }
span { border-color: rgb(112,118,31); }
td.TdClassName
{
border-color: #70761F;
}
.TagClassName
{
border-color: #70761F;
}
</style>