Shades of Olivetone #706C2A
Tints of Olivetone #706C2A
RGB
CMYK
RGB Variations
Color information
#706C2A (or 0x706C2A) is known color: Olivetone. HEX triplet: 70, 6C and 2A. RGB value is (112,108,42). Sum of RGB (Red+Green+Blue) = 112+108+42=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #706C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C2A is #8F93D5. Grayscale: #656565. Windows color (decimal): -9409494 or 2780272. OLE color: 2780272.
HSL color Cylindrical-coordinate representation of color #706C2A: hue angle of 56.57º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #706C2A is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 42 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.56 |
| HSL | 56.57º | 0.45% | 0.3% | - |
| HSV(B) | 56.57º | 0.63% | 0.44% | - |
| XYZ | 12.46 | 14.34 | 4.3 | - |
| YUV | 101.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 42 | 0 | 0.04 | 0.62 | 0.56 | 56.57 | 0.45 | 0.3 |
| Hex | 70 | 6C | 2A | 0 | 4 | 3E | 38 | 39 | 2D | 1E |
| Octal | 160 | 154 | 52 | 0 | 4 | 76 | 70 | 71 | 55 | 36 |
| Binary | 1110000 | 1101100 | 101010 | 0 | 100 | 111110 | 111000 | 111001 | 101101 | 11110 |
Color Harmonies of #706C2A
Complementary color
Monochromatic Colors of #706C2A
Black with #706C2A
Text Example
Text Example
White with #706C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C2A; }
p { color: rgb(112,108,42); }
H1.HeaderClassName
{
color: #706C2A;
}
.AnyTagClassName
{
color: #706C2A;
}
</style>
background-color css
<style>
a { background-color: #706C2A; }
a { background-color: rgb(112,108,42); }
div.DivClassName
{
background-color: #706C2A;
}
.BgClassName
{
background-color: #706C2A;
}
</style>
border-color css
<style>
span { border-color: #706C2A; }
span { border-color: rgb(112,108,42); }
td.TdClassName
{
border-color: #706C2A;
}
.TagClassName
{
border-color: #706C2A;
}
</style>