Shades of Olivetone #706F22
Tints of Olivetone #706F22
RGB
CMYK
RGB Variations
Color information
#706F22 (or 0x706F22) is known color: Olivetone. HEX triplet: 70, 6F and 22. RGB value is (112,111,34). Sum of RGB (Red+Green+Blue) = 112+111+34=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #706F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F22 is #8F90DD. Grayscale: #666666. Windows color (decimal): -9408734 or 2256752. OLE color: 2256752.
HSL color Cylindrical-coordinate representation of color #706F22: hue angle of 59.23º 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 #706F22 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 34 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.56 |
| HSL | 59.23º | 0.53% | 0.29% | - |
| HSV(B) | 59.23º | 0.7% | 0.44% | - |
| XYZ | 12.66 | 14.93 | 3.73 | - |
| YUV | 102.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 34 | 0 | 0.01 | 0.70 | 0.56 | 59.23 | 0.53 | 0.29 |
| Hex | 70 | 6F | 22 | 0 | 1 | 46 | 38 | 3B | 35 | 1D |
| Octal | 160 | 157 | 42 | 0 | 1 | 106 | 70 | 73 | 65 | 35 |
| Binary | 1110000 | 1101111 | 100010 | 0 | 1 | 1000110 | 111000 | 111011 | 110101 | 11101 |
Color Harmonies of #706F22
Complementary color
Monochromatic Colors of #706F22
Black with #706F22
Text Example
Text Example
White with #706F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F22; }
p { color: rgb(112,111,34); }
H1.HeaderClassName
{
color: #706F22;
}
.AnyTagClassName
{
color: #706F22;
}
</style>
background-color css
<style>
a { background-color: #706F22; }
a { background-color: rgb(112,111,34); }
div.DivClassName
{
background-color: #706F22;
}
.BgClassName
{
background-color: #706F22;
}
</style>
border-color css
<style>
span { border-color: #706F22; }
span { border-color: rgb(112,111,34); }
td.TdClassName
{
border-color: #706F22;
}
.TagClassName
{
border-color: #706F22;
}
</style>