Shades of Olivetone #706C19
Tints of Olivetone #706C19
RGB
CMYK
RGB Variations
Color information
#706C19 (or 0x706C19) is known color: Olivetone. HEX triplet: 70, 6C and 19. RGB value is (112,108,25). Sum of RGB (Red+Green+Blue) = 112+108+25=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #706C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706C19 is #8F93E6. Grayscale: #646464. Windows color (decimal): -9409511 or 1666160. OLE color: 1666160.
HSL color Cylindrical-coordinate representation of color #706C19: hue angle of 57.24º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #706C19 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 25 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.56 |
| HSL | 57.24º | 0.64% | 0.27% | - |
| HSV(B) | 57.24º | 0.78% | 0.44% | - |
| XYZ | 12.22 | 14.24 | 3.02 | - |
| YUV | 99.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 25 | 0 | 0.04 | 0.78 | 0.56 | 57.24 | 0.64 | 0.27 |
| Hex | 70 | 6C | 19 | 0 | 4 | 4E | 38 | 39 | 40 | 1B |
| Octal | 160 | 154 | 31 | 0 | 4 | 116 | 70 | 71 | 100 | 33 |
| Binary | 1110000 | 1101100 | 11001 | 0 | 100 | 1001110 | 111000 | 111001 | 1000000 | 11011 |
Color Harmonies of #706C19
Complementary color
Monochromatic Colors of #706C19
Black with #706C19
Text Example
Text Example
White with #706C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C19; }
p { color: rgb(112,108,25); }
H1.HeaderClassName
{
color: #706C19;
}
.AnyTagClassName
{
color: #706C19;
}
</style>
background-color css
<style>
a { background-color: #706C19; }
a { background-color: rgb(112,108,25); }
div.DivClassName
{
background-color: #706C19;
}
.BgClassName
{
background-color: #706C19;
}
</style>
border-color css
<style>
span { border-color: #706C19; }
span { border-color: rgb(112,108,25); }
td.TdClassName
{
border-color: #706C19;
}
.TagClassName
{
border-color: #706C19;
}
</style>