Shades of Olivetone #716F26
Tints of Olivetone #716F26
RGB
CMYK
RGB Variations
Color information
#716F26 (or 0x716F26) is known color: Olivetone. HEX triplet: 71, 6F and 26. RGB value is (113,111,38). Sum of RGB (Red+Green+Blue) = 113+111+38=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #716F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F26 is #8E90D9. Grayscale: #676767. Windows color (decimal): -9343194 or 2518897. OLE color: 2518897.
HSL color Cylindrical-coordinate representation of color #716F26: hue angle of 58.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #716F26 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 38 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.56 |
| HSL | 58.4º | 0.5% | 0.3% | - |
| HSV(B) | 58.4º | 0.66% | 0.44% | - |
| XYZ | 12.84 | 15.02 | 4.06 | - |
| YUV | 103.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 38 | 0 | 0.02 | 0.66 | 0.56 | 58.4 | 0.5 | 0.3 |
| Hex | 71 | 6F | 26 | 0 | 2 | 42 | 38 | 3A | 32 | 1E |
| Octal | 161 | 157 | 46 | 0 | 2 | 102 | 70 | 72 | 62 | 36 |
| Binary | 1110001 | 1101111 | 100110 | 0 | 10 | 1000010 | 111000 | 111010 | 110010 | 11110 |
Color Harmonies of #716F26
Complementary color
Monochromatic Colors of #716F26
Black with #716F26
Text Example
Text Example
White with #716F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F26; }
p { color: rgb(113,111,38); }
H1.HeaderClassName
{
color: #716F26;
}
.AnyTagClassName
{
color: #716F26;
}
</style>
background-color css
<style>
a { background-color: #716F26; }
a { background-color: rgb(113,111,38); }
div.DivClassName
{
background-color: #716F26;
}
.BgClassName
{
background-color: #716F26;
}
</style>
border-color css
<style>
span { border-color: #716F26; }
span { border-color: rgb(113,111,38); }
td.TdClassName
{
border-color: #716F26;
}
.TagClassName
{
border-color: #716F26;
}
</style>