Shades of Olivetone #706C18
Tints of Olivetone #706C18
RGB
CMYK
RGB Variations
Color information
#706C18 (or 0x706C18) is known color: Olivetone. HEX triplet: 70, 6C and 18. RGB value is (112,108,24). Sum of RGB (Red+Green+Blue) = 112+108+24=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #706C18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706C18 is #8F93E7. Grayscale: #636363. Windows color (decimal): -9409512 or 1600624. OLE color: 1600624.
HSL color Cylindrical-coordinate representation of color #706C18: hue angle of 57.27º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #706C18 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 24 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.56 |
| HSL | 57.27º | 0.65% | 0.27% | - |
| HSV(B) | 57.27º | 0.79% | 0.44% | - |
| XYZ | 12.21 | 14.24 | 2.97 | - |
| YUV | 99.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 24 | 0 | 0.04 | 0.79 | 0.56 | 57.27 | 0.65 | 0.27 |
| Hex | 70 | 6C | 18 | 0 | 4 | 4F | 38 | 39 | 41 | 1B |
| Octal | 160 | 154 | 30 | 0 | 4 | 117 | 70 | 71 | 101 | 33 |
| Binary | 1110000 | 1101100 | 11000 | 0 | 100 | 1001111 | 111000 | 111001 | 1000001 | 11011 |
Color Harmonies of #706C18
Complementary color
Monochromatic Colors of #706C18
Black with #706C18
Text Example
Text Example
White with #706C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C18; }
p { color: rgb(112,108,24); }
H1.HeaderClassName
{
color: #706C18;
}
.AnyTagClassName
{
color: #706C18;
}
</style>
background-color css
<style>
a { background-color: #706C18; }
a { background-color: rgb(112,108,24); }
div.DivClassName
{
background-color: #706C18;
}
.BgClassName
{
background-color: #706C18;
}
</style>
border-color css
<style>
span { border-color: #706C18; }
span { border-color: rgb(112,108,24); }
td.TdClassName
{
border-color: #706C18;
}
.TagClassName
{
border-color: #706C18;
}
</style>