Shades of Olivetone #706D22
Tints of Olivetone #706D22
RGB
CMYK
RGB Variations
Color information
#706D22 (or 0x706D22) is known color: Olivetone. HEX triplet: 70, 6D and 22. RGB value is (112,109,34). Sum of RGB (Red+Green+Blue) = 112+109+34=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #706D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D22 is #8F92DD. Grayscale: #656565. Windows color (decimal): -9409246 or 2256240. OLE color: 2256240.
HSL color Cylindrical-coordinate representation of color #706D22: hue angle of 57.69º 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 #706D22 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 34 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.56 |
| HSL | 57.69º | 0.53% | 0.29% | - |
| HSV(B) | 57.69º | 0.7% | 0.44% | - |
| XYZ | 12.44 | 14.5 | 3.66 | - |
| YUV | 101.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 34 | 0 | 0.03 | 0.70 | 0.56 | 57.69 | 0.53 | 0.29 |
| Hex | 70 | 6D | 22 | 0 | 3 | 46 | 38 | 3A | 35 | 1D |
| Octal | 160 | 155 | 42 | 0 | 3 | 106 | 70 | 72 | 65 | 35 |
| Binary | 1110000 | 1101101 | 100010 | 0 | 11 | 1000110 | 111000 | 111010 | 110101 | 11101 |
Color Harmonies of #706D22
Complementary color
Monochromatic Colors of #706D22
Black with #706D22
Text Example
Text Example
White with #706D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D22; }
p { color: rgb(112,109,34); }
H1.HeaderClassName
{
color: #706D22;
}
.AnyTagClassName
{
color: #706D22;
}
</style>
background-color css
<style>
a { background-color: #706D22; }
a { background-color: rgb(112,109,34); }
div.DivClassName
{
background-color: #706D22;
}
.BgClassName
{
background-color: #706D22;
}
</style>
border-color css
<style>
span { border-color: #706D22; }
span { border-color: rgb(112,109,34); }
td.TdClassName
{
border-color: #706D22;
}
.TagClassName
{
border-color: #706D22;
}
</style>