Shades of Olivetone #706B17
Tints of Olivetone #706B17
RGB
CMYK
RGB Variations
Color information
#706B17 (or 0x706B17) is known color: Olivetone. HEX triplet: 70, 6B and 17. RGB value is (112,107,23). Sum of RGB (Red+Green+Blue) = 112+107+23=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #706B17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706B17 is #8F94E8. Grayscale: #636363. Windows color (decimal): -9409769 or 1534832. OLE color: 1534832.
HSL color Cylindrical-coordinate representation of color #706B17: hue angle of 56.63º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #706B17 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 23 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.56 |
| HSL | 56.63º | 0.66% | 0.26% | - |
| HSV(B) | 56.63º | 0.79% | 0.44% | - |
| XYZ | 12.09 | 14.02 | 2.88 | - |
| YUV | 98.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 23 | 0 | 0.04 | 0.79 | 0.56 | 56.63 | 0.66 | 0.26 |
| Hex | 70 | 6B | 17 | 0 | 4 | 4F | 38 | 39 | 42 | 1A |
| Octal | 160 | 153 | 27 | 0 | 4 | 117 | 70 | 71 | 102 | 32 |
| Binary | 1110000 | 1101011 | 10111 | 0 | 100 | 1001111 | 111000 | 111001 | 1000010 | 11010 |
Color Harmonies of #706B17
Complementary color
Monochromatic Colors of #706B17
Black with #706B17
Text Example
Text Example
White with #706B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B17; }
p { color: rgb(112,107,23); }
H1.HeaderClassName
{
color: #706B17;
}
.AnyTagClassName
{
color: #706B17;
}
</style>
background-color css
<style>
a { background-color: #706B17; }
a { background-color: rgb(112,107,23); }
div.DivClassName
{
background-color: #706B17;
}
.BgClassName
{
background-color: #706B17;
}
</style>
border-color css
<style>
span { border-color: #706B17; }
span { border-color: rgb(112,107,23); }
td.TdClassName
{
border-color: #706B17;
}
.TagClassName
{
border-color: #706B17;
}
</style>