Shades of Olivetone #716A1A
Tints of Olivetone #716A1A
RGB
CMYK
RGB Variations
Color information
#716A1A (or 0x716A1A) is known color: Olivetone. HEX triplet: 71, 6A and 1A. RGB value is (113,106,26). Sum of RGB (Red+Green+Blue) = 113+106+26=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #716A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A1A is #8E95E5. Grayscale: #636363. Windows color (decimal): -9344486 or 1731185. OLE color: 1731185.
HSL color Cylindrical-coordinate representation of color #716A1A: hue angle of 55.17º degrees, saturation: 0.63, 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 #716A1A is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 26 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.56 |
| HSL | 55.17º | 0.63% | 0.27% | - |
| HSV(B) | 55.17º | 0.77% | 0.44% | - |
| XYZ | 12.15 | 13.89 | 3.02 | - |
| YUV | 98.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 26 | 0 | 0.06 | 0.77 | 0.56 | 55.17 | 0.63 | 0.27 |
| Hex | 71 | 6A | 1A | 0 | 6 | 4D | 38 | 37 | 3F | 1B |
| Octal | 161 | 152 | 32 | 0 | 6 | 115 | 70 | 67 | 77 | 33 |
| Binary | 1110001 | 1101010 | 11010 | 0 | 110 | 1001101 | 111000 | 110111 | 111111 | 11011 |
Color Harmonies of #716A1A
Complementary color
Monochromatic Colors of #716A1A
Black with #716A1A
Text Example
Text Example
White with #716A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A1A; }
p { color: rgb(113,106,26); }
H1.HeaderClassName
{
color: #716A1A;
}
.AnyTagClassName
{
color: #716A1A;
}
</style>
background-color css
<style>
a { background-color: #716A1A; }
a { background-color: rgb(113,106,26); }
div.DivClassName
{
background-color: #716A1A;
}
.BgClassName
{
background-color: #716A1A;
}
</style>
border-color css
<style>
span { border-color: #716A1A; }
span { border-color: rgb(113,106,26); }
td.TdClassName
{
border-color: #716A1A;
}
.TagClassName
{
border-color: #716A1A;
}
</style>