Shades of Olivetone #716D17
Tints of Olivetone #716D17
RGB
CMYK
RGB Variations
Color information
#716D17 (or 0x716D17) is known color: Olivetone. HEX triplet: 71, 6D and 17. RGB value is (113,109,23). Sum of RGB (Red+Green+Blue) = 113+109+23=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #716D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716D17 is #8E92E8. Grayscale: #646464. Windows color (decimal): -9343721 or 1535345. OLE color: 1535345.
HSL color Cylindrical-coordinate representation of color #716D17: hue angle of 57.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #716D17 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 23 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.56 |
| HSL | 57.33º | 0.66% | 0.27% | - |
| HSV(B) | 57.33º | 0.8% | 0.44% | - |
| XYZ | 12.43 | 14.51 | 2.96 | - |
| YUV | 100.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 23 | 0 | 0.04 | 0.80 | 0.56 | 57.33 | 0.66 | 0.27 |
| Hex | 71 | 6D | 17 | 0 | 4 | 50 | 38 | 39 | 42 | 1B |
| Octal | 161 | 155 | 27 | 0 | 4 | 120 | 70 | 71 | 102 | 33 |
| Binary | 1110001 | 1101101 | 10111 | 0 | 100 | 1010000 | 111000 | 111001 | 1000010 | 11011 |
Color Harmonies of #716D17
Complementary color
Monochromatic Colors of #716D17
Black with #716D17
Text Example
Text Example
White with #716D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D17; }
p { color: rgb(113,109,23); }
H1.HeaderClassName
{
color: #716D17;
}
.AnyTagClassName
{
color: #716D17;
}
</style>
background-color css
<style>
a { background-color: #716D17; }
a { background-color: rgb(113,109,23); }
div.DivClassName
{
background-color: #716D17;
}
.BgClassName
{
background-color: #716D17;
}
</style>
border-color css
<style>
span { border-color: #716D17; }
span { border-color: rgb(113,109,23); }
td.TdClassName
{
border-color: #716D17;
}
.TagClassName
{
border-color: #716D17;
}
</style>