Shades of Olivetone #706E27
Tints of Olivetone #706E27
RGB
CMYK
RGB Variations
Color information
#706E27 (or 0x706E27) is known color: Olivetone. HEX triplet: 70, 6E and 27. RGB value is (112,110,39). Sum of RGB (Red+Green+Blue) = 112+110+39=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #706E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E27 is #8F91D8. Grayscale: #666666. Windows color (decimal): -9408985 or 2584176. OLE color: 2584176.
HSL color Cylindrical-coordinate representation of color #706E27: hue angle of 58.36º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #706E27 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 39 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.56 |
| HSL | 58.36º | 0.48% | 0.3% | - |
| HSV(B) | 58.36º | 0.65% | 0.44% | - |
| XYZ | 12.62 | 14.74 | 4.1 | - |
| YUV | 102.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 39 | 0 | 0.02 | 0.65 | 0.56 | 58.36 | 0.48 | 0.3 |
| Hex | 70 | 6E | 27 | 0 | 2 | 41 | 38 | 3A | 30 | 1E |
| Octal | 160 | 156 | 47 | 0 | 2 | 101 | 70 | 72 | 60 | 36 |
| Binary | 1110000 | 1101110 | 100111 | 0 | 10 | 1000001 | 111000 | 111010 | 110000 | 11110 |
Color Harmonies of #706E27
Complementary color
Monochromatic Colors of #706E27
Black with #706E27
Text Example
Text Example
White with #706E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E27; }
p { color: rgb(112,110,39); }
H1.HeaderClassName
{
color: #706E27;
}
.AnyTagClassName
{
color: #706E27;
}
</style>
background-color css
<style>
a { background-color: #706E27; }
a { background-color: rgb(112,110,39); }
div.DivClassName
{
background-color: #706E27;
}
.BgClassName
{
background-color: #706E27;
}
</style>
border-color css
<style>
span { border-color: #706E27; }
span { border-color: rgb(112,110,39); }
td.TdClassName
{
border-color: #706E27;
}
.TagClassName
{
border-color: #706E27;
}
</style>