Shades of Olivetone #72772F
Tints of Olivetone #72772F
RGB
CMYK
RGB Variations
Color information
#72772F (or 0x72772F) is known color: Olivetone. HEX triplet: 72, 77 and 2F. RGB value is (114,119,47). Sum of RGB (Red+Green+Blue) = 114+119+47=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #72772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72772F is #8D88D0. Grayscale: #6D6D6D. Windows color (decimal): -9275601 or 3110770. OLE color: 3110770.
HSL color Cylindrical-coordinate representation of color #72772F: hue angle of 64.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72772F is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 119 | 47 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.53 |
| HSL | 64.17º | 0.43% | 0.33% | - |
| HSV(B) | 64.17º | 0.61% | 0.47% | - |
| XYZ | 14.05 | 16.98 | 5.23 | - |
| YUV | 109.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 47 | 0.04 | 0 | 0.61 | 0.53 | 64.17 | 0.43 | 0.33 |
| Hex | 72 | 77 | 2F | 4 | 0 | 3D | 35 | 40 | 2B | 21 |
| Octal | 162 | 167 | 57 | 4 | 0 | 75 | 65 | 100 | 53 | 41 |
| Binary | 1110010 | 1110111 | 101111 | 100 | 0 | 111101 | 110101 | 1000000 | 101011 | 100001 |
Color Harmonies of #72772F
Complementary color
Monochromatic Colors of #72772F
Black with #72772F
Text Example
Text Example
White with #72772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72772F; }
p { color: rgb(114,119,47); }
H1.HeaderClassName
{
color: #72772F;
}
.AnyTagClassName
{
color: #72772F;
}
</style>
background-color css
<style>
a { background-color: #72772F; }
a { background-color: rgb(114,119,47); }
div.DivClassName
{
background-color: #72772F;
}
.BgClassName
{
background-color: #72772F;
}
</style>
border-color css
<style>
span { border-color: #72772F; }
span { border-color: rgb(114,119,47); }
td.TdClassName
{
border-color: #72772F;
}
.TagClassName
{
border-color: #72772F;
}
</style>