Shades of Olivetone #716D1F
Tints of Olivetone #716D1F
RGB
CMYK
RGB Variations
Color information
#716D1F (or 0x716D1F) is known color: Olivetone. HEX triplet: 71, 6D and 1F. RGB value is (113,109,31). Sum of RGB (Red+Green+Blue) = 113+109+31=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #716D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D1F is #8E92E0. Grayscale: #656565. Windows color (decimal): -9343713 or 2059633. OLE color: 2059633.
HSL color Cylindrical-coordinate representation of color #716D1F: hue angle of 57.07º degrees, saturation: 0.57, 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 #716D1F is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 31 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.56 |
| HSL | 57.07º | 0.57% | 0.28% | - |
| HSV(B) | 57.07º | 0.73% | 0.44% | - |
| XYZ | 12.53 | 14.55 | 3.44 | - |
| YUV | 101.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 31 | 0 | 0.04 | 0.73 | 0.56 | 57.07 | 0.57 | 0.28 |
| Hex | 71 | 6D | 1F | 0 | 4 | 49 | 38 | 39 | 39 | 1C |
| Octal | 161 | 155 | 37 | 0 | 4 | 111 | 70 | 71 | 71 | 34 |
| Binary | 1110001 | 1101101 | 11111 | 0 | 100 | 1001001 | 111000 | 111001 | 111001 | 11100 |
Color Harmonies of #716D1F
Complementary color
Monochromatic Colors of #716D1F
Black with #716D1F
Text Example
Text Example
White with #716D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D1F; }
p { color: rgb(113,109,31); }
H1.HeaderClassName
{
color: #716D1F;
}
.AnyTagClassName
{
color: #716D1F;
}
</style>
background-color css
<style>
a { background-color: #716D1F; }
a { background-color: rgb(113,109,31); }
div.DivClassName
{
background-color: #716D1F;
}
.BgClassName
{
background-color: #716D1F;
}
</style>
border-color css
<style>
span { border-color: #716D1F; }
span { border-color: rgb(113,109,31); }
td.TdClassName
{
border-color: #716D1F;
}
.TagClassName
{
border-color: #716D1F;
}
</style>