Shades of Olivetone #70722F
Tints of Olivetone #70722F
RGB
CMYK
RGB Variations
Color information
#70722F (or 0x70722F) is known color: Olivetone. HEX triplet: 70, 72 and 2F. RGB value is (112,114,47). Sum of RGB (Red+Green+Blue) = 112+114+47=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #70722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70722F is #8F8DD0. Grayscale: #6A6A6A. Windows color (decimal): -9407953 or 3109488. OLE color: 3109488.
HSL color Cylindrical-coordinate representation of color #70722F: hue angle of 61.79º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70722F is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 47 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.55 |
| HSL | 61.79º | 0.42% | 0.32% | - |
| HSV(B) | 61.79º | 0.59% | 0.45% | - |
| XYZ | 13.21 | 15.68 | 5.02 | - |
| YUV | 105.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 47 | 0.02 | 0 | 0.59 | 0.55 | 61.79 | 0.42 | 0.32 |
| Hex | 70 | 72 | 2F | 2 | 0 | 3B | 37 | 3E | 2A | 20 |
| Octal | 160 | 162 | 57 | 2 | 0 | 73 | 67 | 76 | 52 | 40 |
| Binary | 1110000 | 1110010 | 101111 | 10 | 0 | 111011 | 110111 | 111110 | 101010 | 100000 |
Color Harmonies of #70722F
Complementary color
Monochromatic Colors of #70722F
Black with #70722F
Text Example
Text Example
White with #70722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70722F; }
p { color: rgb(112,114,47); }
H1.HeaderClassName
{
color: #70722F;
}
.AnyTagClassName
{
color: #70722F;
}
</style>
background-color css
<style>
a { background-color: #70722F; }
a { background-color: rgb(112,114,47); }
div.DivClassName
{
background-color: #70722F;
}
.BgClassName
{
background-color: #70722F;
}
</style>
border-color css
<style>
span { border-color: #70722F; }
span { border-color: rgb(112,114,47); }
td.TdClassName
{
border-color: #70722F;
}
.TagClassName
{
border-color: #70722F;
}
</style>