Shades of Olivetone #70682C
Tints of Olivetone #70682C
RGB
CMYK
RGB Variations
Color information
#70682C (or 0x70682C) is known color: Olivetone. HEX triplet: 70, 68 and 2C. RGB value is (112,104,44). Sum of RGB (Red+Green+Blue) = 112+104+44=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70682C is #8F97D3. Grayscale: #636363. Windows color (decimal): -9410516 or 2910320. OLE color: 2910320.
HSL color Cylindrical-coordinate representation of color #70682C: hue angle of 52.94º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70682C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 44 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.56 |
| HSL | 52.94º | 0.44% | 0.31% | - |
| HSV(B) | 52.94º | 0.61% | 0.44% | - |
| XYZ | 12.09 | 13.53 | 4.36 | - |
| YUV | 99.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 44 | 0 | 0.07 | 0.61 | 0.56 | 52.94 | 0.44 | 0.31 |
| Hex | 70 | 68 | 2C | 0 | 7 | 3D | 38 | 35 | 2C | 1F |
| Octal | 160 | 150 | 54 | 0 | 7 | 75 | 70 | 65 | 54 | 37 |
| Binary | 1110000 | 1101000 | 101100 | 0 | 111 | 111101 | 111000 | 110101 | 101100 | 11111 |
Color Harmonies of #70682C
Complementary color
Monochromatic Colors of #70682C
Black with #70682C
Text Example
Text Example
White with #70682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70682C; }
p { color: rgb(112,104,44); }
H1.HeaderClassName
{
color: #70682C;
}
.AnyTagClassName
{
color: #70682C;
}
</style>
background-color css
<style>
a { background-color: #70682C; }
a { background-color: rgb(112,104,44); }
div.DivClassName
{
background-color: #70682C;
}
.BgClassName
{
background-color: #70682C;
}
</style>
border-color css
<style>
span { border-color: #70682C; }
span { border-color: rgb(112,104,44); }
td.TdClassName
{
border-color: #70682C;
}
.TagClassName
{
border-color: #70682C;
}
</style>