Shades of Olivetone #716D2F
Tints of Olivetone #716D2F
RGB
CMYK
RGB Variations
Color information
#716D2F (or 0x716D2F) is known color: Olivetone. HEX triplet: 71, 6D and 2F. RGB value is (113,109,47). Sum of RGB (Red+Green+Blue) = 113+109+47=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #716D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D2F is #8E92D0. Grayscale: #676767. Windows color (decimal): -9343697 or 3108209. OLE color: 3108209.
HSL color Cylindrical-coordinate representation of color #716D2F: hue angle of 56.36º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #716D2F is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 47 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.56 |
| HSL | 56.36º | 0.41% | 0.31% | - |
| HSV(B) | 56.36º | 0.58% | 0.44% | - |
| XYZ | 12.79 | 14.65 | 4.84 | - |
| YUV | 103.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 47 | 0 | 0.04 | 0.58 | 0.56 | 56.36 | 0.41 | 0.31 |
| Hex | 71 | 6D | 2F | 0 | 4 | 3A | 38 | 38 | 29 | 1F |
| Octal | 161 | 155 | 57 | 0 | 4 | 72 | 70 | 70 | 51 | 37 |
| Binary | 1110001 | 1101101 | 101111 | 0 | 100 | 111010 | 111000 | 111000 | 101001 | 11111 |
Color Harmonies of #716D2F
Complementary color
Monochromatic Colors of #716D2F
Black with #716D2F
Text Example
Text Example
White with #716D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D2F; }
p { color: rgb(113,109,47); }
H1.HeaderClassName
{
color: #716D2F;
}
.AnyTagClassName
{
color: #716D2F;
}
</style>
background-color css
<style>
a { background-color: #716D2F; }
a { background-color: rgb(113,109,47); }
div.DivClassName
{
background-color: #716D2F;
}
.BgClassName
{
background-color: #716D2F;
}
</style>
border-color css
<style>
span { border-color: #716D2F; }
span { border-color: rgb(113,109,47); }
td.TdClassName
{
border-color: #716D2F;
}
.TagClassName
{
border-color: #716D2F;
}
</style>