Shades of Olivetone #706A24
Tints of Olivetone #706A24
RGB
CMYK
RGB Variations
Color information
#706A24 (or 0x706A24) is known color: Olivetone. HEX triplet: 70, 6A and 24. RGB value is (112,106,36). Sum of RGB (Red+Green+Blue) = 112+106+36=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #706A24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A24 is #8F95DB. Grayscale: #646464. Windows color (decimal): -9410012 or 2386544. OLE color: 2386544.
HSL color Cylindrical-coordinate representation of color #706A24: hue angle of 55.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #706A24 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 36 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.56 |
| HSL | 55.26º | 0.51% | 0.29% | - |
| HSV(B) | 55.26º | 0.68% | 0.44% | - |
| XYZ | 12.15 | 13.88 | 3.71 | - |
| YUV | 99.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 36 | 0 | 0.05 | 0.68 | 0.56 | 55.26 | 0.51 | 0.29 |
| Hex | 70 | 6A | 24 | 0 | 5 | 44 | 38 | 37 | 33 | 1D |
| Octal | 160 | 152 | 44 | 0 | 5 | 104 | 70 | 67 | 63 | 35 |
| Binary | 1110000 | 1101010 | 100100 | 0 | 101 | 1000100 | 111000 | 110111 | 110011 | 11101 |
Color Harmonies of #706A24
Complementary color
Monochromatic Colors of #706A24
Black with #706A24
Text Example
Text Example
White with #706A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A24; }
p { color: rgb(112,106,36); }
H1.HeaderClassName
{
color: #706A24;
}
.AnyTagClassName
{
color: #706A24;
}
</style>
background-color css
<style>
a { background-color: #706A24; }
a { background-color: rgb(112,106,36); }
div.DivClassName
{
background-color: #706A24;
}
.BgClassName
{
background-color: #706A24;
}
</style>
border-color css
<style>
span { border-color: #706A24; }
span { border-color: rgb(112,106,36); }
td.TdClassName
{
border-color: #706A24;
}
.TagClassName
{
border-color: #706A24;
}
</style>