Shades of Olivetone #706C17
Tints of Olivetone #706C17
RGB
CMYK
RGB Variations
Color information
#706C17 (or 0x706C17) is known color: Olivetone. HEX triplet: 70, 6C and 17. RGB value is (112,108,23). Sum of RGB (Red+Green+Blue) = 112+108+23=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #706C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706C17 is #8F93E8. Grayscale: #636363. Windows color (decimal): -9409513 or 1535088. OLE color: 1535088.
HSL color Cylindrical-coordinate representation of color #706C17: hue angle of 57.3º 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 #706C17 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 23 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.56 |
| HSL | 57.3º | 0.66% | 0.26% | - |
| HSV(B) | 57.3º | 0.79% | 0.44% | - |
| XYZ | 12.2 | 14.23 | 2.91 | - |
| YUV | 99.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 23 | 0 | 0.04 | 0.79 | 0.56 | 57.3 | 0.66 | 0.26 |
| Hex | 70 | 6C | 17 | 0 | 4 | 4F | 38 | 39 | 42 | 1A |
| Octal | 160 | 154 | 27 | 0 | 4 | 117 | 70 | 71 | 102 | 32 |
| Binary | 1110000 | 1101100 | 10111 | 0 | 100 | 1001111 | 111000 | 111001 | 1000010 | 11010 |
Color Harmonies of #706C17
Complementary color
Monochromatic Colors of #706C17
Black with #706C17
Text Example
Text Example
White with #706C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C17; }
p { color: rgb(112,108,23); }
H1.HeaderClassName
{
color: #706C17;
}
.AnyTagClassName
{
color: #706C17;
}
</style>
background-color css
<style>
a { background-color: #706C17; }
a { background-color: rgb(112,108,23); }
div.DivClassName
{
background-color: #706C17;
}
.BgClassName
{
background-color: #706C17;
}
</style>
border-color css
<style>
span { border-color: #706C17; }
span { border-color: rgb(112,108,23); }
td.TdClassName
{
border-color: #706C17;
}
.TagClassName
{
border-color: #706C17;
}
</style>