Shades of Olivetone #71721E
Tints of Olivetone #71721E
RGB
CMYK
RGB Variations
Color information
#71721E (or 0x71721E) is known color: Olivetone. HEX triplet: 71, 72 and 1E. RGB value is (113,114,30). Sum of RGB (Red+Green+Blue) = 113+114+30=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #71721E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71721E is #8E8DE1. Grayscale: #686868. Windows color (decimal): -9342434 or 1995377. OLE color: 1995377.
HSL color Cylindrical-coordinate representation of color #71721E: hue angle of 60.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71721E is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 30 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.55 |
| HSL | 60.71º | 0.58% | 0.28% | - |
| HSV(B) | 60.71º | 0.74% | 0.45% | - |
| XYZ | 13.06 | 15.64 | 3.56 | - |
| YUV | 104.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 30 | 0.01 | 0 | 0.74 | 0.55 | 60.71 | 0.58 | 0.28 |
| Hex | 71 | 72 | 1E | 1 | 0 | 4A | 37 | 3D | 3A | 1C |
| Octal | 161 | 162 | 36 | 1 | 0 | 112 | 67 | 75 | 72 | 34 |
| Binary | 1110001 | 1110010 | 11110 | 1 | 0 | 1001010 | 110111 | 111101 | 111010 | 11100 |
Color Harmonies of #71721E
Complementary color
Monochromatic Colors of #71721E
Black with #71721E
Text Example
Text Example
White with #71721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71721E; }
p { color: rgb(113,114,30); }
H1.HeaderClassName
{
color: #71721E;
}
.AnyTagClassName
{
color: #71721E;
}
</style>
background-color css
<style>
a { background-color: #71721E; }
a { background-color: rgb(113,114,30); }
div.DivClassName
{
background-color: #71721E;
}
.BgClassName
{
background-color: #71721E;
}
</style>
border-color css
<style>
span { border-color: #71721E; }
span { border-color: rgb(113,114,30); }
td.TdClassName
{
border-color: #71721E;
}
.TagClassName
{
border-color: #71721E;
}
</style>