Shades of Olivetone #706C12
Tints of Olivetone #706C12
RGB
CMYK
RGB Variations
Color information
#706C12 (or 0x706C12) is known color: Olivetone. HEX triplet: 70, 6C and 12. RGB value is (112,108,18). Sum of RGB (Red+Green+Blue) = 112+108+18=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #706C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706C12 is #8F93ED. Grayscale: #636363. Windows color (decimal): -9409518 or 1207408. OLE color: 1207408.
HSL color Cylindrical-coordinate representation of color #706C12: hue angle of 57.45º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #706C12 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 18 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.56 |
| HSL | 57.45º | 0.72% | 0.25% | - |
| HSV(B) | 57.45º | 0.84% | 0.44% | - |
| XYZ | 12.15 | 14.21 | 2.68 | - |
| YUV | 98.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 18 | 0 | 0.04 | 0.84 | 0.56 | 57.45 | 0.72 | 0.25 |
| Hex | 70 | 6C | 12 | 0 | 4 | 54 | 38 | 39 | 48 | 19 |
| Octal | 160 | 154 | 22 | 0 | 4 | 124 | 70 | 71 | 110 | 31 |
| Binary | 1110000 | 1101100 | 10010 | 0 | 100 | 1010100 | 111000 | 111001 | 1001000 | 11001 |
Color Harmonies of #706C12
Complementary color
Monochromatic Colors of #706C12
Black with #706C12
Text Example
Text Example
White with #706C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C12; }
p { color: rgb(112,108,18); }
H1.HeaderClassName
{
color: #706C12;
}
.AnyTagClassName
{
color: #706C12;
}
</style>
background-color css
<style>
a { background-color: #706C12; }
a { background-color: rgb(112,108,18); }
div.DivClassName
{
background-color: #706C12;
}
.BgClassName
{
background-color: #706C12;
}
</style>
border-color css
<style>
span { border-color: #706C12; }
span { border-color: rgb(112,108,18); }
td.TdClassName
{
border-color: #706C12;
}
.TagClassName
{
border-color: #706C12;
}
</style>