Shades of Olivetone #716F2B
Tints of Olivetone #716F2B
RGB
CMYK
RGB Variations
Color information
#716F2B (or 0x716F2B) is known color: Olivetone. HEX triplet: 71, 6F and 2B. RGB value is (113,111,43). Sum of RGB (Red+Green+Blue) = 113+111+43=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #716F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F2B is #8E90D4. Grayscale: #686868. Windows color (decimal): -9343189 or 2846577. OLE color: 2846577.
HSL color Cylindrical-coordinate representation of color #716F2B: hue angle of 58.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #716F2B is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 43 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.56 |
| HSL | 58.29º | 0.45% | 0.31% | - |
| HSV(B) | 58.29º | 0.62% | 0.44% | - |
| XYZ | 12.93 | 15.05 | 4.51 | - |
| YUV | 103.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 43 | 0 | 0.02 | 0.62 | 0.56 | 58.29 | 0.45 | 0.31 |
| Hex | 71 | 6F | 2B | 0 | 2 | 3E | 38 | 3A | 2D | 1F |
| Octal | 161 | 157 | 53 | 0 | 2 | 76 | 70 | 72 | 55 | 37 |
| Binary | 1110001 | 1101111 | 101011 | 0 | 10 | 111110 | 111000 | 111010 | 101101 | 11111 |
Color Harmonies of #716F2B
Complementary color
Monochromatic Colors of #716F2B
Black with #716F2B
Text Example
Text Example
White with #716F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F2B; }
p { color: rgb(113,111,43); }
H1.HeaderClassName
{
color: #716F2B;
}
.AnyTagClassName
{
color: #716F2B;
}
</style>
background-color css
<style>
a { background-color: #716F2B; }
a { background-color: rgb(113,111,43); }
div.DivClassName
{
background-color: #716F2B;
}
.BgClassName
{
background-color: #716F2B;
}
</style>
border-color css
<style>
span { border-color: #716F2B; }
span { border-color: rgb(113,111,43); }
td.TdClassName
{
border-color: #716F2B;
}
.TagClassName
{
border-color: #716F2B;
}
</style>