Shades of Olivetone #72712F
Tints of Olivetone #72712F
RGB
CMYK
RGB Variations
Color information
#72712F (or 0x72712F) is known color: Olivetone. HEX triplet: 72, 71 and 2F. RGB value is (114,113,47). Sum of RGB (Red+Green+Blue) = 114+113+47=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72712F is #8D8ED0. Grayscale: #6A6A6A. Windows color (decimal): -9277137 or 3109234. OLE color: 3109234.
HSL color Cylindrical-coordinate representation of color #72712F: hue angle of 59.1º 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 #72712F is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 113 | 47 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.55 |
| HSL | 59.1º | 0.42% | 0.32% | - |
| HSV(B) | 59.1º | 0.59% | 0.45% | - |
| XYZ | 13.36 | 15.59 | 5 | - |
| YUV | 105.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 47 | 0 | 0.01 | 0.59 | 0.55 | 59.1 | 0.42 | 0.32 |
| Hex | 72 | 71 | 2F | 0 | 1 | 3B | 37 | 3B | 2A | 20 |
| Octal | 162 | 161 | 57 | 0 | 1 | 73 | 67 | 73 | 52 | 40 |
| Binary | 1110010 | 1110001 | 101111 | 0 | 1 | 111011 | 110111 | 111011 | 101010 | 100000 |
Color Harmonies of #72712F
Complementary color
Monochromatic Colors of #72712F
Black with #72712F
Text Example
Text Example
White with #72712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72712F; }
p { color: rgb(114,113,47); }
H1.HeaderClassName
{
color: #72712F;
}
.AnyTagClassName
{
color: #72712F;
}
</style>
background-color css
<style>
a { background-color: #72712F; }
a { background-color: rgb(114,113,47); }
div.DivClassName
{
background-color: #72712F;
}
.BgClassName
{
background-color: #72712F;
}
</style>
border-color css
<style>
span { border-color: #72712F; }
span { border-color: rgb(114,113,47); }
td.TdClassName
{
border-color: #72712F;
}
.TagClassName
{
border-color: #72712F;
}
</style>