Shades of Olivetone #716F20
Tints of Olivetone #716F20
RGB
CMYK
RGB Variations
Color information
#716F20 (or 0x716F20) is known color: Olivetone. HEX triplet: 71, 6F and 20. RGB value is (113,111,32). Sum of RGB (Red+Green+Blue) = 113+111+32=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #716F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F20 is #8E90DF. Grayscale: #666666. Windows color (decimal): -9343200 or 2125681. OLE color: 2125681.
HSL color Cylindrical-coordinate representation of color #716F20: hue angle of 58.52º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #716F20 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 32 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.56 |
| HSL | 58.52º | 0.56% | 0.28% | - |
| HSV(B) | 58.52º | 0.72% | 0.44% | - |
| XYZ | 12.76 | 14.98 | 3.59 | - |
| YUV | 102.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 32 | 0 | 0.02 | 0.72 | 0.56 | 58.52 | 0.56 | 0.28 |
| Hex | 71 | 6F | 20 | 0 | 2 | 48 | 38 | 3B | 38 | 1C |
| Octal | 161 | 157 | 40 | 0 | 2 | 110 | 70 | 73 | 70 | 34 |
| Binary | 1110001 | 1101111 | 100000 | 0 | 10 | 1001000 | 111000 | 111011 | 111000 | 11100 |
Color Harmonies of #716F20
Complementary color
Monochromatic Colors of #716F20
Black with #716F20
Text Example
Text Example
White with #716F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F20; }
p { color: rgb(113,111,32); }
H1.HeaderClassName
{
color: #716F20;
}
.AnyTagClassName
{
color: #716F20;
}
</style>
background-color css
<style>
a { background-color: #716F20; }
a { background-color: rgb(113,111,32); }
div.DivClassName
{
background-color: #716F20;
}
.BgClassName
{
background-color: #716F20;
}
</style>
border-color css
<style>
span { border-color: #716F20; }
span { border-color: rgb(113,111,32); }
td.TdClassName
{
border-color: #716F20;
}
.TagClassName
{
border-color: #716F20;
}
</style>