Shades of Olivetone #716A2D
Tints of Olivetone #716A2D
RGB
CMYK
RGB Variations
Color information
#716A2D (or 0x716A2D) is known color: Olivetone. HEX triplet: 71, 6A and 2D. RGB value is (113,106,45). Sum of RGB (Red+Green+Blue) = 113+106+45=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #716A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A2D is #8E95D2. Grayscale: #656565. Windows color (decimal): -9344467 or 2976369. OLE color: 2976369.
HSL color Cylindrical-coordinate representation of color #716A2D: hue angle of 53.82º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #716A2D is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 45 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.56 |
| HSL | 53.82º | 0.43% | 0.31% | - |
| HSV(B) | 53.82º | 0.6% | 0.44% | - |
| XYZ | 12.44 | 14.01 | 4.53 | - |
| YUV | 101.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 45 | 0 | 0.06 | 0.60 | 0.56 | 53.82 | 0.43 | 0.31 |
| Hex | 71 | 6A | 2D | 0 | 6 | 3C | 38 | 36 | 2B | 1F |
| Octal | 161 | 152 | 55 | 0 | 6 | 74 | 70 | 66 | 53 | 37 |
| Binary | 1110001 | 1101010 | 101101 | 0 | 110 | 111100 | 111000 | 110110 | 101011 | 11111 |
Color Harmonies of #716A2D
Complementary color
Monochromatic Colors of #716A2D
Black with #716A2D
Text Example
Text Example
White with #716A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A2D; }
p { color: rgb(113,106,45); }
H1.HeaderClassName
{
color: #716A2D;
}
.AnyTagClassName
{
color: #716A2D;
}
</style>
background-color css
<style>
a { background-color: #716A2D; }
a { background-color: rgb(113,106,45); }
div.DivClassName
{
background-color: #716A2D;
}
.BgClassName
{
background-color: #716A2D;
}
</style>
border-color css
<style>
span { border-color: #716A2D; }
span { border-color: rgb(113,106,45); }
td.TdClassName
{
border-color: #716A2D;
}
.TagClassName
{
border-color: #716A2D;
}
</style>