Shades of Olivetone #71722F
Tints of Olivetone #71722F
RGB
CMYK
RGB Variations
Color information
#71722F (or 0x71722F) is known color: Olivetone. HEX triplet: 71, 72 and 2F. RGB value is (113,114,47). Sum of RGB (Red+Green+Blue) = 113+114+47=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #71722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71722F is #8E8DD0. Grayscale: #6A6A6A. Windows color (decimal): -9342417 or 3109489. OLE color: 3109489.
HSL color Cylindrical-coordinate representation of color #71722F: hue angle of 60.9º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71722F is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 47 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.55 |
| HSL | 60.9º | 0.42% | 0.32% | - |
| HSV(B) | 60.9º | 0.59% | 0.45% | - |
| XYZ | 13.34 | 15.75 | 5.03 | - |
| YUV | 106.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 47 | 0.01 | 0 | 0.59 | 0.55 | 60.9 | 0.42 | 0.32 |
| Hex | 71 | 72 | 2F | 1 | 0 | 3B | 37 | 3D | 2A | 20 |
| Octal | 161 | 162 | 57 | 1 | 0 | 73 | 67 | 75 | 52 | 40 |
| Binary | 1110001 | 1110010 | 101111 | 1 | 0 | 111011 | 110111 | 111101 | 101010 | 100000 |
Color Harmonies of #71722F
Complementary color
Monochromatic Colors of #71722F
Black with #71722F
Text Example
Text Example
White with #71722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71722F; }
p { color: rgb(113,114,47); }
H1.HeaderClassName
{
color: #71722F;
}
.AnyTagClassName
{
color: #71722F;
}
</style>
background-color css
<style>
a { background-color: #71722F; }
a { background-color: rgb(113,114,47); }
div.DivClassName
{
background-color: #71722F;
}
.BgClassName
{
background-color: #71722F;
}
</style>
border-color css
<style>
span { border-color: #71722F; }
span { border-color: rgb(113,114,47); }
td.TdClassName
{
border-color: #71722F;
}
.TagClassName
{
border-color: #71722F;
}
</style>