Shades of Olivetone #706E26
Tints of Olivetone #706E26
RGB
CMYK
RGB Variations
Color information
#706E26 (or 0x706E26) is known color: Olivetone. HEX triplet: 70, 6E and 26. RGB value is (112,110,38). Sum of RGB (Red+Green+Blue) = 112+110+38=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #706E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E26 is #8F91D9. Grayscale: #666666. Windows color (decimal): -9408986 or 2518640. OLE color: 2518640.
HSL color Cylindrical-coordinate representation of color #706E26: hue angle of 58.38º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #706E26 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 38 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.56 |
| HSL | 58.38º | 0.49% | 0.29% | - |
| HSV(B) | 58.38º | 0.66% | 0.44% | - |
| XYZ | 12.61 | 14.74 | 4.01 | - |
| YUV | 102.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 38 | 0 | 0.02 | 0.66 | 0.56 | 58.38 | 0.49 | 0.29 |
| Hex | 70 | 6E | 26 | 0 | 2 | 42 | 38 | 3A | 31 | 1D |
| Octal | 160 | 156 | 46 | 0 | 2 | 102 | 70 | 72 | 61 | 35 |
| Binary | 1110000 | 1101110 | 100110 | 0 | 10 | 1000010 | 111000 | 111010 | 110001 | 11101 |
Color Harmonies of #706E26
Complementary color
Monochromatic Colors of #706E26
Black with #706E26
Text Example
Text Example
White with #706E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E26; }
p { color: rgb(112,110,38); }
H1.HeaderClassName
{
color: #706E26;
}
.AnyTagClassName
{
color: #706E26;
}
</style>
background-color css
<style>
a { background-color: #706E26; }
a { background-color: rgb(112,110,38); }
div.DivClassName
{
background-color: #706E26;
}
.BgClassName
{
background-color: #706E26;
}
</style>
border-color css
<style>
span { border-color: #706E26; }
span { border-color: rgb(112,110,38); }
td.TdClassName
{
border-color: #706E26;
}
.TagClassName
{
border-color: #706E26;
}
</style>