Shades of Olivetone #716F2A
Tints of Olivetone #716F2A
RGB
CMYK
RGB Variations
Color information
#716F2A (or 0x716F2A) is known color: Olivetone. HEX triplet: 71, 6F and 2A. RGB value is (113,111,42). Sum of RGB (Red+Green+Blue) = 113+111+42=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #716F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F2A is #8E90D5. Grayscale: #686868. Windows color (decimal): -9343190 or 2781041. OLE color: 2781041.
HSL color Cylindrical-coordinate representation of color #716F2A: hue angle of 58.31º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #716F2A is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 42 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.56 |
| HSL | 58.31º | 0.46% | 0.3% | - |
| HSV(B) | 58.31º | 0.63% | 0.44% | - |
| XYZ | 12.91 | 15.05 | 4.41 | - |
| YUV | 103.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 42 | 0 | 0.02 | 0.63 | 0.56 | 58.31 | 0.46 | 0.3 |
| Hex | 71 | 6F | 2A | 0 | 2 | 3F | 38 | 3A | 2E | 1E |
| Octal | 161 | 157 | 52 | 0 | 2 | 77 | 70 | 72 | 56 | 36 |
| Binary | 1110001 | 1101111 | 101010 | 0 | 10 | 111111 | 111000 | 111010 | 101110 | 11110 |
Color Harmonies of #716F2A
Complementary color
Monochromatic Colors of #716F2A
Black with #716F2A
Text Example
Text Example
White with #716F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F2A; }
p { color: rgb(113,111,42); }
H1.HeaderClassName
{
color: #716F2A;
}
.AnyTagClassName
{
color: #716F2A;
}
</style>
background-color css
<style>
a { background-color: #716F2A; }
a { background-color: rgb(113,111,42); }
div.DivClassName
{
background-color: #716F2A;
}
.BgClassName
{
background-color: #716F2A;
}
</style>
border-color css
<style>
span { border-color: #716F2A; }
span { border-color: rgb(113,111,42); }
td.TdClassName
{
border-color: #716F2A;
}
.TagClassName
{
border-color: #716F2A;
}
</style>