Shades of Olivetone #706A1A
Tints of Olivetone #706A1A
RGB
CMYK
RGB Variations
Color information
#706A1A (or 0x706A1A) is known color: Olivetone. HEX triplet: 70, 6A and 1A. RGB value is (112,106,26). Sum of RGB (Red+Green+Blue) = 112+106+26=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #706A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A1A is #8F95E5. Grayscale: #636363. Windows color (decimal): -9410022 or 1731184. OLE color: 1731184.
HSL color Cylindrical-coordinate representation of color #706A1A: hue angle of 55.81º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #706A1A is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 26 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.56 |
| HSL | 55.81º | 0.62% | 0.27% | - |
| HSV(B) | 55.81º | 0.77% | 0.44% | - |
| XYZ | 12.02 | 13.83 | 3.01 | - |
| YUV | 98.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 26 | 0 | 0.05 | 0.77 | 0.56 | 55.81 | 0.62 | 0.27 |
| Hex | 70 | 6A | 1A | 0 | 5 | 4D | 38 | 38 | 3E | 1B |
| Octal | 160 | 152 | 32 | 0 | 5 | 115 | 70 | 70 | 76 | 33 |
| Binary | 1110000 | 1101010 | 11010 | 0 | 101 | 1001101 | 111000 | 111000 | 111110 | 11011 |
Color Harmonies of #706A1A
Complementary color
Monochromatic Colors of #706A1A
Black with #706A1A
Text Example
Text Example
White with #706A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A1A; }
p { color: rgb(112,106,26); }
H1.HeaderClassName
{
color: #706A1A;
}
.AnyTagClassName
{
color: #706A1A;
}
</style>
background-color css
<style>
a { background-color: #706A1A; }
a { background-color: rgb(112,106,26); }
div.DivClassName
{
background-color: #706A1A;
}
.BgClassName
{
background-color: #706A1A;
}
</style>
border-color css
<style>
span { border-color: #706A1A; }
span { border-color: rgb(112,106,26); }
td.TdClassName
{
border-color: #706A1A;
}
.TagClassName
{
border-color: #706A1A;
}
</style>