Shades of Olivetone #706729
Tints of Olivetone #706729
RGB
CMYK
RGB Variations
Color information
#706729 (or 0x706729) is known color: Olivetone. HEX triplet: 70, 67 and 29. RGB value is (112,103,41). Sum of RGB (Red+Green+Blue) = 112+103+41=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #706729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706729 is #8F98D6. Grayscale: #626262. Windows color (decimal): -9410775 or 2713456. OLE color: 2713456.
HSL color Cylindrical-coordinate representation of color #706729: hue angle of 52.39º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #706729 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 41 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.56 |
| HSL | 52.39º | 0.46% | 0.3% | - |
| HSV(B) | 52.39º | 0.63% | 0.44% | - |
| XYZ | 11.93 | 13.31 | 4.04 | - |
| YUV | 98.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 41 | 0 | 0.08 | 0.63 | 0.56 | 52.39 | 0.46 | 0.3 |
| Hex | 70 | 67 | 29 | 0 | 8 | 3F | 38 | 34 | 2E | 1E |
| Octal | 160 | 147 | 51 | 0 | 10 | 77 | 70 | 64 | 56 | 36 |
| Binary | 1110000 | 1100111 | 101001 | 0 | 1000 | 111111 | 111000 | 110100 | 101110 | 11110 |
Color Harmonies of #706729
Complementary color
Monochromatic Colors of #706729
Black with #706729
Text Example
Text Example
White with #706729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706729; }
p { color: rgb(112,103,41); }
H1.HeaderClassName
{
color: #706729;
}
.AnyTagClassName
{
color: #706729;
}
</style>
background-color css
<style>
a { background-color: #706729; }
a { background-color: rgb(112,103,41); }
div.DivClassName
{
background-color: #706729;
}
.BgClassName
{
background-color: #706729;
}
</style>
border-color css
<style>
span { border-color: #706729; }
span { border-color: rgb(112,103,41); }
td.TdClassName
{
border-color: #706729;
}
.TagClassName
{
border-color: #706729;
}
</style>