Shades of Olivetone #72702F
Tints of Olivetone #72702F
RGB
CMYK
RGB Variations
Color information
#72702F (or 0x72702F) is known color: Olivetone. HEX triplet: 72, 70 and 2F. RGB value is (114,112,47). Sum of RGB (Red+Green+Blue) = 114+112+47=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72702F is #8D8FD0. Grayscale: #696969. Windows color (decimal): -9277393 or 3108978. OLE color: 3108978.
HSL color Cylindrical-coordinate representation of color #72702F: hue angle of 58.21º 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 #72702F is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 47 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.55 |
| HSL | 58.21º | 0.42% | 0.32% | - |
| HSV(B) | 58.21º | 0.59% | 0.45% | - |
| XYZ | 13.25 | 15.37 | 4.96 | - |
| YUV | 105.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 47 | 0 | 0.02 | 0.59 | 0.55 | 58.21 | 0.42 | 0.32 |
| Hex | 72 | 70 | 2F | 0 | 2 | 3B | 37 | 3A | 2A | 20 |
| Octal | 162 | 160 | 57 | 0 | 2 | 73 | 67 | 72 | 52 | 40 |
| Binary | 1110010 | 1110000 | 101111 | 0 | 10 | 111011 | 110111 | 111010 | 101010 | 100000 |
Color Harmonies of #72702F
Complementary color
Monochromatic Colors of #72702F
Black with #72702F
Text Example
Text Example
White with #72702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72702F; }
p { color: rgb(114,112,47); }
H1.HeaderClassName
{
color: #72702F;
}
.AnyTagClassName
{
color: #72702F;
}
</style>
background-color css
<style>
a { background-color: #72702F; }
a { background-color: rgb(114,112,47); }
div.DivClassName
{
background-color: #72702F;
}
.BgClassName
{
background-color: #72702F;
}
</style>
border-color css
<style>
span { border-color: #72702F; }
span { border-color: rgb(114,112,47); }
td.TdClassName
{
border-color: #72702F;
}
.TagClassName
{
border-color: #72702F;
}
</style>