Shades of Olivetone #706C26
Tints of Olivetone #706C26
RGB
CMYK
RGB Variations
Color information
#706C26 (or 0x706C26) is known color: Olivetone. HEX triplet: 70, 6C and 26. RGB value is (112,108,38). Sum of RGB (Red+Green+Blue) = 112+108+38=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #706C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C26 is #8F93D9. Grayscale: #656565. Windows color (decimal): -9409498 or 2518128. OLE color: 2518128.
HSL color Cylindrical-coordinate representation of color #706C26: hue angle of 56.76º 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 #706C26 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 38 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.56 |
| HSL | 56.76º | 0.49% | 0.29% | - |
| HSV(B) | 56.76º | 0.66% | 0.44% | - |
| XYZ | 12.39 | 14.31 | 3.94 | - |
| YUV | 101.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 38 | 0 | 0.04 | 0.66 | 0.56 | 56.76 | 0.49 | 0.29 |
| Hex | 70 | 6C | 26 | 0 | 4 | 42 | 38 | 39 | 31 | 1D |
| Octal | 160 | 154 | 46 | 0 | 4 | 102 | 70 | 71 | 61 | 35 |
| Binary | 1110000 | 1101100 | 100110 | 0 | 100 | 1000010 | 111000 | 111001 | 110001 | 11101 |
Color Harmonies of #706C26
Complementary color
Monochromatic Colors of #706C26
Black with #706C26
Text Example
Text Example
White with #706C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C26; }
p { color: rgb(112,108,38); }
H1.HeaderClassName
{
color: #706C26;
}
.AnyTagClassName
{
color: #706C26;
}
</style>
background-color css
<style>
a { background-color: #706C26; }
a { background-color: rgb(112,108,38); }
div.DivClassName
{
background-color: #706C26;
}
.BgClassName
{
background-color: #706C26;
}
</style>
border-color css
<style>
span { border-color: #706C26; }
span { border-color: rgb(112,108,38); }
td.TdClassName
{
border-color: #706C26;
}
.TagClassName
{
border-color: #706C26;
}
</style>