Shades of Olivetone #706F31
Tints of Olivetone #706F31
RGB
CMYK
RGB Variations
Color information
#706F31 (or 0x706F31) is known color: Olivetone. HEX triplet: 70, 6F and 31. RGB value is (112,111,49). Sum of RGB (Red+Green+Blue) = 112+111+49=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #706F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F31 is #8F90CE. Grayscale: #686868. Windows color (decimal): -9408719 or 3239792. OLE color: 3239792.
HSL color Cylindrical-coordinate representation of color #706F31: hue angle of 59.05º 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 #706F31 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 49 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.56 |
| HSL | 59.05º | 0.39% | 0.32% | - |
| HSV(B) | 59.05º | 0.56% | 0.44% | - |
| XYZ | 12.92 | 15.04 | 5.13 | - |
| YUV | 104.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 49 | 0 | 0.01 | 0.56 | 0.56 | 59.05 | 0.39 | 0.32 |
| Hex | 70 | 6F | 31 | 0 | 1 | 38 | 38 | 3B | 27 | 20 |
| Octal | 160 | 157 | 61 | 0 | 1 | 70 | 70 | 73 | 47 | 40 |
| Binary | 1110000 | 1101111 | 110001 | 0 | 1 | 111000 | 111000 | 111011 | 100111 | 100000 |
Color Harmonies of #706F31
Complementary color
Monochromatic Colors of #706F31
Black with #706F31
Text Example
Text Example
White with #706F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F31; }
p { color: rgb(112,111,49); }
H1.HeaderClassName
{
color: #706F31;
}
.AnyTagClassName
{
color: #706F31;
}
</style>
background-color css
<style>
a { background-color: #706F31; }
a { background-color: rgb(112,111,49); }
div.DivClassName
{
background-color: #706F31;
}
.BgClassName
{
background-color: #706F31;
}
</style>
border-color css
<style>
span { border-color: #706F31; }
span { border-color: rgb(112,111,49); }
td.TdClassName
{
border-color: #706F31;
}
.TagClassName
{
border-color: #706F31;
}
</style>