Shades of Olivetone #706A28
Tints of Olivetone #706A28
RGB
CMYK
RGB Variations
Color information
#706A28 (or 0x706A28) is known color: Olivetone. HEX triplet: 70, 6A and 28. RGB value is (112,106,40). Sum of RGB (Red+Green+Blue) = 112+106+40=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #706A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A28 is #8F95D7. Grayscale: #646464. Windows color (decimal): -9410008 or 2648688. OLE color: 2648688.
HSL color Cylindrical-coordinate representation of color #706A28: hue angle of 55º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #706A28 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 40 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.56 |
| HSL | 55º | 0.47% | 0.3% | - |
| HSV(B) | 55º | 0.64% | 0.44% | - |
| XYZ | 12.22 | 13.91 | 4.05 | - |
| YUV | 100.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 40 | 0 | 0.05 | 0.64 | 0.56 | 55 | 0.47 | 0.3 |
| Hex | 70 | 6A | 28 | 0 | 5 | 40 | 38 | 37 | 2F | 1E |
| Octal | 160 | 152 | 50 | 0 | 5 | 100 | 70 | 67 | 57 | 36 |
| Binary | 1110000 | 1101010 | 101000 | 0 | 101 | 1000000 | 111000 | 110111 | 101111 | 11110 |
Color Harmonies of #706A28
Complementary color
Monochromatic Colors of #706A28
Black with #706A28
Text Example
Text Example
White with #706A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A28; }
p { color: rgb(112,106,40); }
H1.HeaderClassName
{
color: #706A28;
}
.AnyTagClassName
{
color: #706A28;
}
</style>
background-color css
<style>
a { background-color: #706A28; }
a { background-color: rgb(112,106,40); }
div.DivClassName
{
background-color: #706A28;
}
.BgClassName
{
background-color: #706A28;
}
</style>
border-color css
<style>
span { border-color: #706A28; }
span { border-color: rgb(112,106,40); }
td.TdClassName
{
border-color: #706A28;
}
.TagClassName
{
border-color: #706A28;
}
</style>