Shades of Olivetone #706F24
Tints of Olivetone #706F24
RGB
CMYK
RGB Variations
Color information
#706F24 (or 0x706F24) is known color: Olivetone. HEX triplet: 70, 6F and 24. RGB value is (112,111,36). Sum of RGB (Red+Green+Blue) = 112+111+36=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #706F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F24 is #8F90DB. Grayscale: #676767. Windows color (decimal): -9408732 or 2387824. OLE color: 2387824.
HSL color Cylindrical-coordinate representation of color #706F24: hue angle of 59.21º 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 #706F24 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 36 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.56 |
| HSL | 59.21º | 0.51% | 0.29% | - |
| HSV(B) | 59.21º | 0.68% | 0.44% | - |
| XYZ | 12.68 | 14.94 | 3.88 | - |
| YUV | 102.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 36 | 0 | 0.01 | 0.68 | 0.56 | 59.21 | 0.51 | 0.29 |
| Hex | 70 | 6F | 24 | 0 | 1 | 44 | 38 | 3B | 33 | 1D |
| Octal | 160 | 157 | 44 | 0 | 1 | 104 | 70 | 73 | 63 | 35 |
| Binary | 1110000 | 1101111 | 100100 | 0 | 1 | 1000100 | 111000 | 111011 | 110011 | 11101 |
Color Harmonies of #706F24
Complementary color
Monochromatic Colors of #706F24
Black with #706F24
Text Example
Text Example
White with #706F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F24; }
p { color: rgb(112,111,36); }
H1.HeaderClassName
{
color: #706F24;
}
.AnyTagClassName
{
color: #706F24;
}
</style>
background-color css
<style>
a { background-color: #706F24; }
a { background-color: rgb(112,111,36); }
div.DivClassName
{
background-color: #706F24;
}
.BgClassName
{
background-color: #706F24;
}
</style>
border-color css
<style>
span { border-color: #706F24; }
span { border-color: rgb(112,111,36); }
td.TdClassName
{
border-color: #706F24;
}
.TagClassName
{
border-color: #706F24;
}
</style>