Shades of Olivetone #716C1E
Tints of Olivetone #716C1E
RGB
CMYK
RGB Variations
Color information
#716C1E (or 0x716C1E) is known color: Olivetone. HEX triplet: 71, 6C and 1E. RGB value is (113,108,30). Sum of RGB (Red+Green+Blue) = 113+108+30=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #716C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C1E is #8E93E1. Grayscale: #646464. Windows color (decimal): -9343970 or 1993841. OLE color: 1993841.
HSL color Cylindrical-coordinate representation of color #716C1E: hue angle of 56.39º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #716C1E is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 30 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.56 |
| HSL | 56.39º | 0.58% | 0.28% | - |
| HSV(B) | 56.39º | 0.73% | 0.44% | - |
| XYZ | 12.41 | 14.33 | 3.34 | - |
| YUV | 100.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 30 | 0 | 0.04 | 0.73 | 0.56 | 56.39 | 0.58 | 0.28 |
| Hex | 71 | 6C | 1E | 0 | 4 | 49 | 38 | 38 | 3A | 1C |
| Octal | 161 | 154 | 36 | 0 | 4 | 111 | 70 | 70 | 72 | 34 |
| Binary | 1110001 | 1101100 | 11110 | 0 | 100 | 1001001 | 111000 | 111000 | 111010 | 11100 |
Color Harmonies of #716C1E
Complementary color
Monochromatic Colors of #716C1E
Black with #716C1E
Text Example
Text Example
White with #716C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C1E; }
p { color: rgb(113,108,30); }
H1.HeaderClassName
{
color: #716C1E;
}
.AnyTagClassName
{
color: #716C1E;
}
</style>
background-color css
<style>
a { background-color: #716C1E; }
a { background-color: rgb(113,108,30); }
div.DivClassName
{
background-color: #716C1E;
}
.BgClassName
{
background-color: #716C1E;
}
</style>
border-color css
<style>
span { border-color: #716C1E; }
span { border-color: rgb(113,108,30); }
td.TdClassName
{
border-color: #716C1E;
}
.TagClassName
{
border-color: #716C1E;
}
</style>