Shades of Olivetone #706722
Tints of Olivetone #706722
RGB
CMYK
RGB Variations
Color information
#706722 (or 0x706722) is known color: Olivetone. HEX triplet: 70, 67 and 22. RGB value is (112,103,34). Sum of RGB (Red+Green+Blue) = 112+103+34=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #706722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706722 is #8F98DD. Grayscale: #626262. Windows color (decimal): -9410782 or 2254704. OLE color: 2254704.
HSL color Cylindrical-coordinate representation of color #706722: hue angle of 53.08º 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 #706722 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 34 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.56 |
| HSL | 53.08º | 0.53% | 0.29% | - |
| HSV(B) | 53.08º | 0.7% | 0.44% | - |
| XYZ | 11.82 | 13.26 | 3.45 | - |
| YUV | 97.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 34 | 0 | 0.08 | 0.70 | 0.56 | 53.08 | 0.53 | 0.29 |
| Hex | 70 | 67 | 22 | 0 | 8 | 46 | 38 | 35 | 35 | 1D |
| Octal | 160 | 147 | 42 | 0 | 10 | 106 | 70 | 65 | 65 | 35 |
| Binary | 1110000 | 1100111 | 100010 | 0 | 1000 | 1000110 | 111000 | 110101 | 110101 | 11101 |
Color Harmonies of #706722
Complementary color
Monochromatic Colors of #706722
Black with #706722
Text Example
Text Example
White with #706722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706722; }
p { color: rgb(112,103,34); }
H1.HeaderClassName
{
color: #706722;
}
.AnyTagClassName
{
color: #706722;
}
</style>
background-color css
<style>
a { background-color: #706722; }
a { background-color: rgb(112,103,34); }
div.DivClassName
{
background-color: #706722;
}
.BgClassName
{
background-color: #706722;
}
</style>
border-color css
<style>
span { border-color: #706722; }
span { border-color: rgb(112,103,34); }
td.TdClassName
{
border-color: #706722;
}
.TagClassName
{
border-color: #706722;
}
</style>