Shades of Olivetone #706B10
Tints of Olivetone #706B10
RGB
CMYK
RGB Variations
Color information
#706B10 (or 0x706B10) is known color: Olivetone. HEX triplet: 70, 6B and 10. RGB value is (112,107,16). Sum of RGB (Red+Green+Blue) = 112+107+16=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #706B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706B10 is #8F94EF. Grayscale: #626262. Windows color (decimal): -9409776 or 1076080. OLE color: 1076080.
HSL color Cylindrical-coordinate representation of color #706B10: hue angle of 56.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #706B10 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 16 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.56 |
| HSL | 56.88º | 0.75% | 0.25% | - |
| HSV(B) | 56.88º | 0.86% | 0.44% | - |
| XYZ | 12.03 | 14 | 2.56 | - |
| YUV | 98.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 16 | 0 | 0.04 | 0.86 | 0.56 | 56.88 | 0.75 | 0.25 |
| Hex | 70 | 6B | 10 | 0 | 4 | 56 | 38 | 39 | 4B | 19 |
| Octal | 160 | 153 | 20 | 0 | 4 | 126 | 70 | 71 | 113 | 31 |
| Binary | 1110000 | 1101011 | 10000 | 0 | 100 | 1010110 | 111000 | 111001 | 1001011 | 11001 |
Color Harmonies of #706B10
Complementary color
Monochromatic Colors of #706B10
Black with #706B10
Text Example
Text Example
White with #706B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B10; }
p { color: rgb(112,107,16); }
H1.HeaderClassName
{
color: #706B10;
}
.AnyTagClassName
{
color: #706B10;
}
</style>
background-color css
<style>
a { background-color: #706B10; }
a { background-color: rgb(112,107,16); }
div.DivClassName
{
background-color: #706B10;
}
.BgClassName
{
background-color: #706B10;
}
</style>
border-color css
<style>
span { border-color: #706B10; }
span { border-color: rgb(112,107,16); }
td.TdClassName
{
border-color: #706B10;
}
.TagClassName
{
border-color: #706B10;
}
</style>