Shades of Olivetone #706F2B
Tints of Olivetone #706F2B
RGB
CMYK
RGB Variations
Color information
#706F2B (or 0x706F2B) is known color: Olivetone. HEX triplet: 70, 6F and 2B. RGB value is (112,111,43). Sum of RGB (Red+Green+Blue) = 112+111+43=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #706F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F2B is #8F90D4. Grayscale: #676767. Windows color (decimal): -9408725 or 2846576. OLE color: 2846576.
HSL color Cylindrical-coordinate representation of color #706F2B: hue angle of 59.13º 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 #706F2B is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 43 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.56 |
| HSL | 59.13º | 0.45% | 0.3% | - |
| HSV(B) | 59.13º | 0.62% | 0.44% | - |
| XYZ | 12.8 | 14.99 | 4.5 | - |
| YUV | 103.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 43 | 0 | 0.01 | 0.62 | 0.56 | 59.13 | 0.45 | 0.3 |
| Hex | 70 | 6F | 2B | 0 | 1 | 3E | 38 | 3B | 2D | 1E |
| Octal | 160 | 157 | 53 | 0 | 1 | 76 | 70 | 73 | 55 | 36 |
| Binary | 1110000 | 1101111 | 101011 | 0 | 1 | 111110 | 111000 | 111011 | 101101 | 11110 |
Color Harmonies of #706F2B
Complementary color
Monochromatic Colors of #706F2B
Black with #706F2B
Text Example
Text Example
White with #706F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F2B; }
p { color: rgb(112,111,43); }
H1.HeaderClassName
{
color: #706F2B;
}
.AnyTagClassName
{
color: #706F2B;
}
</style>
background-color css
<style>
a { background-color: #706F2B; }
a { background-color: rgb(112,111,43); }
div.DivClassName
{
background-color: #706F2B;
}
.BgClassName
{
background-color: #706F2B;
}
</style>
border-color css
<style>
span { border-color: #706F2B; }
span { border-color: rgb(112,111,43); }
td.TdClassName
{
border-color: #706F2B;
}
.TagClassName
{
border-color: #706F2B;
}
</style>