Shades of Olivetone #706E31
Tints of Olivetone #706E31
RGB
CMYK
RGB Variations
Color information
#706E31 (or 0x706E31) is known color: Olivetone. HEX triplet: 70, 6E and 31. RGB value is (112,110,49). Sum of RGB (Red+Green+Blue) = 112+110+49=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #706E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E31 is #8F91CE. Grayscale: #676767. Windows color (decimal): -9408975 or 3239536. OLE color: 3239536.
HSL color Cylindrical-coordinate representation of color #706E31: hue angle of 58.1º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706E31 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 49 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.56 |
| HSL | 58.1º | 0.39% | 0.32% | - |
| HSV(B) | 58.1º | 0.56% | 0.44% | - |
| XYZ | 12.81 | 14.82 | 5.09 | - |
| YUV | 103.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 49 | 0 | 0.02 | 0.56 | 0.56 | 58.1 | 0.39 | 0.32 |
| Hex | 70 | 6E | 31 | 0 | 2 | 38 | 38 | 3A | 27 | 20 |
| Octal | 160 | 156 | 61 | 0 | 2 | 70 | 70 | 72 | 47 | 40 |
| Binary | 1110000 | 1101110 | 110001 | 0 | 10 | 111000 | 111000 | 111010 | 100111 | 100000 |
Color Harmonies of #706E31
Complementary color
Monochromatic Colors of #706E31
Black with #706E31
Text Example
Text Example
White with #706E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E31; }
p { color: rgb(112,110,49); }
H1.HeaderClassName
{
color: #706E31;
}
.AnyTagClassName
{
color: #706E31;
}
</style>
background-color css
<style>
a { background-color: #706E31; }
a { background-color: rgb(112,110,49); }
div.DivClassName
{
background-color: #706E31;
}
.BgClassName
{
background-color: #706E31;
}
</style>
border-color css
<style>
span { border-color: #706E31; }
span { border-color: rgb(112,110,49); }
td.TdClassName
{
border-color: #706E31;
}
.TagClassName
{
border-color: #706E31;
}
</style>