Shades of Olivetone #70712F
Tints of Olivetone #70712F
RGB
CMYK
RGB Variations
Color information
#70712F (or 0x70712F) is known color: Olivetone. HEX triplet: 70, 71 and 2F. RGB value is (112,113,47). Sum of RGB (Red+Green+Blue) = 112+113+47=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #70712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70712F is #8F8ED0. Grayscale: #696969. Windows color (decimal): -9408209 or 3109232. OLE color: 3109232.
HSL color Cylindrical-coordinate representation of color #70712F: hue angle of 60.91º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70712F is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 47 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.56 |
| HSL | 60.91º | 0.41% | 0.31% | - |
| HSV(B) | 60.91º | 0.58% | 0.44% | - |
| XYZ | 13.1 | 15.46 | 4.98 | - |
| YUV | 105.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 47 | 0.01 | 0 | 0.58 | 0.56 | 60.91 | 0.41 | 0.31 |
| Hex | 70 | 71 | 2F | 1 | 0 | 3A | 38 | 3D | 29 | 1F |
| Octal | 160 | 161 | 57 | 1 | 0 | 72 | 70 | 75 | 51 | 37 |
| Binary | 1110000 | 1110001 | 101111 | 1 | 0 | 111010 | 111000 | 111101 | 101001 | 11111 |
Color Harmonies of #70712F
Complementary color
Monochromatic Colors of #70712F
Black with #70712F
Text Example
Text Example
White with #70712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70712F; }
p { color: rgb(112,113,47); }
H1.HeaderClassName
{
color: #70712F;
}
.AnyTagClassName
{
color: #70712F;
}
</style>
background-color css
<style>
a { background-color: #70712F; }
a { background-color: rgb(112,113,47); }
div.DivClassName
{
background-color: #70712F;
}
.BgClassName
{
background-color: #70712F;
}
</style>
border-color css
<style>
span { border-color: #70712F; }
span { border-color: rgb(112,113,47); }
td.TdClassName
{
border-color: #70712F;
}
.TagClassName
{
border-color: #70712F;
}
</style>