Shades of Olivetone #706C2E
Tints of Olivetone #706C2E
RGB
CMYK
RGB Variations
Color information
#706C2E (or 0x706C2E) is known color: Olivetone. HEX triplet: 70, 6C and 2E. RGB value is (112,108,46). Sum of RGB (Red+Green+Blue) = 112+108+46=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #706C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C2E is #8F93D1. Grayscale: #666666. Windows color (decimal): -9409490 or 3042416. OLE color: 3042416.
HSL color Cylindrical-coordinate representation of color #706C2E: hue angle of 56.36º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #706C2E is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 46 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.56 |
| HSL | 56.36º | 0.42% | 0.31% | - |
| HSV(B) | 56.36º | 0.59% | 0.44% | - |
| XYZ | 12.54 | 14.37 | 4.7 | - |
| YUV | 102.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 46 | 0 | 0.04 | 0.59 | 0.56 | 56.36 | 0.42 | 0.31 |
| Hex | 70 | 6C | 2E | 0 | 4 | 3B | 38 | 38 | 2A | 1F |
| Octal | 160 | 154 | 56 | 0 | 4 | 73 | 70 | 70 | 52 | 37 |
| Binary | 1110000 | 1101100 | 101110 | 0 | 100 | 111011 | 111000 | 111000 | 101010 | 11111 |
Color Harmonies of #706C2E
Complementary color
Monochromatic Colors of #706C2E
Black with #706C2E
Text Example
Text Example
White with #706C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C2E; }
p { color: rgb(112,108,46); }
H1.HeaderClassName
{
color: #706C2E;
}
.AnyTagClassName
{
color: #706C2E;
}
</style>
background-color css
<style>
a { background-color: #706C2E; }
a { background-color: rgb(112,108,46); }
div.DivClassName
{
background-color: #706C2E;
}
.BgClassName
{
background-color: #706C2E;
}
</style>
border-color css
<style>
span { border-color: #706C2E; }
span { border-color: rgb(112,108,46); }
td.TdClassName
{
border-color: #706C2E;
}
.TagClassName
{
border-color: #706C2E;
}
</style>