Shades of Olivetone #706522
Tints of Olivetone #706522
RGB
CMYK
RGB Variations
Color information
#706522 (or 0x706522) is known color: Olivetone. HEX triplet: 70, 65 and 22. RGB value is (112,101,34). Sum of RGB (Red+Green+Blue) = 112+101+34=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706522 is #8F9ADD. Grayscale: #606060. Windows color (decimal): -9411294 or 2254192. OLE color: 2254192.
HSL color Cylindrical-coordinate representation of color #706522: hue angle of 51.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #706522 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 34 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.56 |
| HSL | 51.54º | 0.53% | 0.29% | - |
| HSV(B) | 51.54º | 0.7% | 0.44% | - |
| XYZ | 11.62 | 12.87 | 3.38 | - |
| YUV | 96.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 34 | 0 | 0.10 | 0.70 | 0.56 | 51.54 | 0.53 | 0.29 |
| Hex | 70 | 65 | 22 | 0 | A | 46 | 38 | 34 | 35 | 1D |
| Octal | 160 | 145 | 42 | 0 | 12 | 106 | 70 | 64 | 65 | 35 |
| Binary | 1110000 | 1100101 | 100010 | 0 | 1010 | 1000110 | 111000 | 110100 | 110101 | 11101 |
Color Harmonies of #706522
Complementary color
Monochromatic Colors of #706522
Black with #706522
Text Example
Text Example
White with #706522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706522; }
p { color: rgb(112,101,34); }
H1.HeaderClassName
{
color: #706522;
}
.AnyTagClassName
{
color: #706522;
}
</style>
background-color css
<style>
a { background-color: #706522; }
a { background-color: rgb(112,101,34); }
div.DivClassName
{
background-color: #706522;
}
.BgClassName
{
background-color: #706522;
}
</style>
border-color css
<style>
span { border-color: #706522; }
span { border-color: rgb(112,101,34); }
td.TdClassName
{
border-color: #706522;
}
.TagClassName
{
border-color: #706522;
}
</style>