Shades of Olivetone #706929
Tints of Olivetone #706929
RGB
CMYK
RGB Variations
Color information
#706929 (or 0x706929) is known color: Olivetone. HEX triplet: 70, 69 and 29. RGB value is (112,105,41). Sum of RGB (Red+Green+Blue) = 112+105+41=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #706929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706929 is #8F96D6. Grayscale: #646464. Windows color (decimal): -9410263 or 2713968. OLE color: 2713968.
HSL color Cylindrical-coordinate representation of color #706929: hue angle of 54.08º 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 #706929 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 41 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.56 |
| HSL | 54.08º | 0.46% | 0.3% | - |
| HSV(B) | 54.08º | 0.63% | 0.44% | - |
| XYZ | 12.13 | 13.71 | 4.1 | - |
| YUV | 99.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 41 | 0 | 0.06 | 0.63 | 0.56 | 54.08 | 0.46 | 0.3 |
| Hex | 70 | 69 | 29 | 0 | 6 | 3F | 38 | 36 | 2E | 1E |
| Octal | 160 | 151 | 51 | 0 | 6 | 77 | 70 | 66 | 56 | 36 |
| Binary | 1110000 | 1101001 | 101001 | 0 | 110 | 111111 | 111000 | 110110 | 101110 | 11110 |
Color Harmonies of #706929
Complementary color
Monochromatic Colors of #706929
Black with #706929
Text Example
Text Example
White with #706929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706929; }
p { color: rgb(112,105,41); }
H1.HeaderClassName
{
color: #706929;
}
.AnyTagClassName
{
color: #706929;
}
</style>
background-color css
<style>
a { background-color: #706929; }
a { background-color: rgb(112,105,41); }
div.DivClassName
{
background-color: #706929;
}
.BgClassName
{
background-color: #706929;
}
</style>
border-color css
<style>
span { border-color: #706929; }
span { border-color: rgb(112,105,41); }
td.TdClassName
{
border-color: #706929;
}
.TagClassName
{
border-color: #706929;
}
</style>