Shades of Olivetone #706E25
Tints of Olivetone #706E25
RGB
CMYK
RGB Variations
Color information
#706E25 (or 0x706E25) is known color: Olivetone. HEX triplet: 70, 6E and 25. RGB value is (112,110,37). Sum of RGB (Red+Green+Blue) = 112+110+37=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #706E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E25 is #8F91DA. Grayscale: #666666. Windows color (decimal): -9408987 or 2453104. OLE color: 2453104.
HSL color Cylindrical-coordinate representation of color #706E25: hue angle of 58.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #706E25 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 37 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.56 |
| HSL | 58.4º | 0.5% | 0.29% | - |
| HSV(B) | 58.4º | 0.67% | 0.44% | - |
| XYZ | 12.59 | 14.73 | 3.93 | - |
| YUV | 102.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 37 | 0 | 0.02 | 0.67 | 0.56 | 58.4 | 0.5 | 0.29 |
| Hex | 70 | 6E | 25 | 0 | 2 | 43 | 38 | 3A | 32 | 1D |
| Octal | 160 | 156 | 45 | 0 | 2 | 103 | 70 | 72 | 62 | 35 |
| Binary | 1110000 | 1101110 | 100101 | 0 | 10 | 1000011 | 111000 | 111010 | 110010 | 11101 |
Color Harmonies of #706E25
Complementary color
Monochromatic Colors of #706E25
Black with #706E25
Text Example
Text Example
White with #706E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E25; }
p { color: rgb(112,110,37); }
H1.HeaderClassName
{
color: #706E25;
}
.AnyTagClassName
{
color: #706E25;
}
</style>
background-color css
<style>
a { background-color: #706E25; }
a { background-color: rgb(112,110,37); }
div.DivClassName
{
background-color: #706E25;
}
.BgClassName
{
background-color: #706E25;
}
</style>
border-color css
<style>
span { border-color: #706E25; }
span { border-color: rgb(112,110,37); }
td.TdClassName
{
border-color: #706E25;
}
.TagClassName
{
border-color: #706E25;
}
</style>