Shades of Olivetone #70732E
Tints of Olivetone #70732E
RGB
CMYK
RGB Variations
Color information
#70732E (or 0x70732E) is known color: Olivetone. HEX triplet: 70, 73 and 2E. RGB value is (112,115,46). Sum of RGB (Red+Green+Blue) = 112+115+46=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #70732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70732E is #8F8CD1. Grayscale: #6A6A6A. Windows color (decimal): -9407698 or 3044208. OLE color: 3044208.
HSL color Cylindrical-coordinate representation of color #70732E: hue angle of 62.61º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70732E is Cyan = 0.03, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 46 | - |
| CMYK | 0.03 | 0 | 0.6 | 0.55 |
| HSL | 62.61º | 0.43% | 0.32% | - |
| HSV(B) | 62.61º | 0.6% | 0.45% | - |
| XYZ | 13.31 | 15.9 | 4.95 | - |
| YUV | 106.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 46 | 0.03 | 0 | 0.6 | 0.55 | 62.61 | 0.43 | 0.32 |
| Hex | 70 | 73 | 2E | 3 | 0 | 3C | 37 | 3F | 2B | 20 |
| Octal | 160 | 163 | 56 | 3 | 0 | 74 | 67 | 77 | 53 | 40 |
| Binary | 1110000 | 1110011 | 101110 | 11 | 0 | 111100 | 110111 | 111111 | 101011 | 100000 |
Color Harmonies of #70732E
Complementary color
Monochromatic Colors of #70732E
Black with #70732E
Text Example
Text Example
White with #70732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70732E; }
p { color: rgb(112,115,46); }
H1.HeaderClassName
{
color: #70732E;
}
.AnyTagClassName
{
color: #70732E;
}
</style>
background-color css
<style>
a { background-color: #70732E; }
a { background-color: rgb(112,115,46); }
div.DivClassName
{
background-color: #70732E;
}
.BgClassName
{
background-color: #70732E;
}
</style>
border-color css
<style>
span { border-color: #70732E; }
span { border-color: rgb(112,115,46); }
td.TdClassName
{
border-color: #70732E;
}
.TagClassName
{
border-color: #70732E;
}
</style>