Shades of Olivetone #70732F
Tints of Olivetone #70732F
RGB
CMYK
RGB Variations
Color information
#70732F (or 0x70732F) is known color: Olivetone. HEX triplet: 70, 73 and 2F. RGB value is (112,115,47). Sum of RGB (Red+Green+Blue) = 112+115+47=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #70732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70732F is #8F8CD0. Grayscale: #6A6A6A. Windows color (decimal): -9407697 or 3109744. OLE color: 3109744.
HSL color Cylindrical-coordinate representation of color #70732F: hue angle of 62.65º 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 #70732F is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 47 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.55 |
| HSL | 62.65º | 0.42% | 0.32% | - |
| HSV(B) | 62.65º | 0.59% | 0.45% | - |
| XYZ | 13.33 | 15.91 | 5.06 | - |
| YUV | 106.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 47 | 0.03 | 0 | 0.59 | 0.55 | 62.65 | 0.42 | 0.32 |
| Hex | 70 | 73 | 2F | 3 | 0 | 3B | 37 | 3F | 2A | 20 |
| Octal | 160 | 163 | 57 | 3 | 0 | 73 | 67 | 77 | 52 | 40 |
| Binary | 1110000 | 1110011 | 101111 | 11 | 0 | 111011 | 110111 | 111111 | 101010 | 100000 |
Color Harmonies of #70732F
Complementary color
Monochromatic Colors of #70732F
Black with #70732F
Text Example
Text Example
White with #70732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70732F; }
p { color: rgb(112,115,47); }
H1.HeaderClassName
{
color: #70732F;
}
.AnyTagClassName
{
color: #70732F;
}
</style>
background-color css
<style>
a { background-color: #70732F; }
a { background-color: rgb(112,115,47); }
div.DivClassName
{
background-color: #70732F;
}
.BgClassName
{
background-color: #70732F;
}
</style>
border-color css
<style>
span { border-color: #70732F; }
span { border-color: rgb(112,115,47); }
td.TdClassName
{
border-color: #70732F;
}
.TagClassName
{
border-color: #70732F;
}
</style>