Shades of Olivetone #716B29
Tints of Olivetone #716B29
RGB
CMYK
RGB Variations
Color information
#716B29 (or 0x716B29) is known color: Olivetone. HEX triplet: 71, 6B and 29. RGB value is (113,107,41). Sum of RGB (Red+Green+Blue) = 113+107+41=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #716B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B29 is #8E94D6. Grayscale: #656565. Windows color (decimal): -9344215 or 2714481. OLE color: 2714481.
HSL color Cylindrical-coordinate representation of color #716B29: hue angle of 55º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #716B29 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 41 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.56 |
| HSL | 55º | 0.47% | 0.3% | - |
| HSV(B) | 55º | 0.64% | 0.44% | - |
| XYZ | 12.47 | 14.19 | 4.18 | - |
| YUV | 101.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 41 | 0 | 0.05 | 0.64 | 0.56 | 55 | 0.47 | 0.3 |
| Hex | 71 | 6B | 29 | 0 | 5 | 40 | 38 | 37 | 2F | 1E |
| Octal | 161 | 153 | 51 | 0 | 5 | 100 | 70 | 67 | 57 | 36 |
| Binary | 1110001 | 1101011 | 101001 | 0 | 101 | 1000000 | 111000 | 110111 | 101111 | 11110 |
Color Harmonies of #716B29
Complementary color
Monochromatic Colors of #716B29
Black with #716B29
Text Example
Text Example
White with #716B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B29; }
p { color: rgb(113,107,41); }
H1.HeaderClassName
{
color: #716B29;
}
.AnyTagClassName
{
color: #716B29;
}
</style>
background-color css
<style>
a { background-color: #716B29; }
a { background-color: rgb(113,107,41); }
div.DivClassName
{
background-color: #716B29;
}
.BgClassName
{
background-color: #716B29;
}
</style>
border-color css
<style>
span { border-color: #716B29; }
span { border-color: rgb(113,107,41); }
td.TdClassName
{
border-color: #716B29;
}
.TagClassName
{
border-color: #716B29;
}
</style>