Shades of Olivetone #706D15
Tints of Olivetone #706D15
RGB
CMYK
RGB Variations
Color information
#706D15 (or 0x706D15) is known color: Olivetone. HEX triplet: 70, 6D and 15. RGB value is (112,109,21). Sum of RGB (Red+Green+Blue) = 112+109+21=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #706D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D15 is #8F92EA. Grayscale: #646464. Windows color (decimal): -9409259 or 1404272. OLE color: 1404272.
HSL color Cylindrical-coordinate representation of color #706D15: hue angle of 58.02º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #706D15 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 21 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.56 |
| HSL | 58.02º | 0.68% | 0.26% | - |
| HSV(B) | 58.02º | 0.81% | 0.44% | - |
| XYZ | 12.29 | 14.44 | 2.85 | - |
| YUV | 99.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 21 | 0 | 0.03 | 0.81 | 0.56 | 58.02 | 0.68 | 0.26 |
| Hex | 70 | 6D | 15 | 0 | 3 | 51 | 38 | 3A | 44 | 1A |
| Octal | 160 | 155 | 25 | 0 | 3 | 121 | 70 | 72 | 104 | 32 |
| Binary | 1110000 | 1101101 | 10101 | 0 | 11 | 1010001 | 111000 | 111010 | 1000100 | 11010 |
Color Harmonies of #706D15
Complementary color
Monochromatic Colors of #706D15
Black with #706D15
Text Example
Text Example
White with #706D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D15; }
p { color: rgb(112,109,21); }
H1.HeaderClassName
{
color: #706D15;
}
.AnyTagClassName
{
color: #706D15;
}
</style>
background-color css
<style>
a { background-color: #706D15; }
a { background-color: rgb(112,109,21); }
div.DivClassName
{
background-color: #706D15;
}
.BgClassName
{
background-color: #706D15;
}
</style>
border-color css
<style>
span { border-color: #706D15; }
span { border-color: rgb(112,109,21); }
td.TdClassName
{
border-color: #706D15;
}
.TagClassName
{
border-color: #706D15;
}
</style>