Shades of Olivetone #706C15
Tints of Olivetone #706C15
RGB
CMYK
RGB Variations
Color information
#706C15 (or 0x706C15) is known color: Olivetone. HEX triplet: 70, 6C and 15. RGB value is (112,108,21). Sum of RGB (Red+Green+Blue) = 112+108+21=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #706C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706C15 is #8F93EA. Grayscale: #636363. Windows color (decimal): -9409515 or 1404016. OLE color: 1404016.
HSL color Cylindrical-coordinate representation of color #706C15: hue angle of 57.36º 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 #706C15 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 21 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.56 |
| HSL | 57.36º | 0.68% | 0.26% | - |
| HSV(B) | 57.36º | 0.81% | 0.44% | - |
| XYZ | 12.18 | 14.22 | 2.81 | - |
| YUV | 99.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 21 | 0 | 0.04 | 0.81 | 0.56 | 57.36 | 0.68 | 0.26 |
| Hex | 70 | 6C | 15 | 0 | 4 | 51 | 38 | 39 | 44 | 1A |
| Octal | 160 | 154 | 25 | 0 | 4 | 121 | 70 | 71 | 104 | 32 |
| Binary | 1110000 | 1101100 | 10101 | 0 | 100 | 1010001 | 111000 | 111001 | 1000100 | 11010 |
Color Harmonies of #706C15
Complementary color
Monochromatic Colors of #706C15
Black with #706C15
Text Example
Text Example
White with #706C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C15; }
p { color: rgb(112,108,21); }
H1.HeaderClassName
{
color: #706C15;
}
.AnyTagClassName
{
color: #706C15;
}
</style>
background-color css
<style>
a { background-color: #706C15; }
a { background-color: rgb(112,108,21); }
div.DivClassName
{
background-color: #706C15;
}
.BgClassName
{
background-color: #706C15;
}
</style>
border-color css
<style>
span { border-color: #706C15; }
span { border-color: rgb(112,108,21); }
td.TdClassName
{
border-color: #706C15;
}
.TagClassName
{
border-color: #706C15;
}
</style>