Shades of Olivetone #72762C
Tints of Olivetone #72762C
RGB
CMYK
RGB Variations
Color information
#72762C (or 0x72762C) is known color: Olivetone. HEX triplet: 72, 76 and 2C. RGB value is (114,118,44). Sum of RGB (Red+Green+Blue) = 114+118+44=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #72762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72762C is #8D89D3. Grayscale: #6C6C6C. Windows color (decimal): -9275860 or 2913906. OLE color: 2913906.
HSL color Cylindrical-coordinate representation of color #72762C: hue angle of 63.24º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72762C is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 118 | 44 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.54 |
| HSL | 63.24º | 0.46% | 0.32% | - |
| HSV(B) | 63.24º | 0.63% | 0.46% | - |
| XYZ | 13.87 | 16.72 | 4.88 | - |
| YUV | 108.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 44 | 0.03 | 0 | 0.63 | 0.54 | 63.24 | 0.46 | 0.32 |
| Hex | 72 | 76 | 2C | 3 | 0 | 3F | 36 | 3F | 2E | 20 |
| Octal | 162 | 166 | 54 | 3 | 0 | 77 | 66 | 77 | 56 | 40 |
| Binary | 1110010 | 1110110 | 101100 | 11 | 0 | 111111 | 110110 | 111111 | 101110 | 100000 |
Color Harmonies of #72762C
Complementary color
Monochromatic Colors of #72762C
Black with #72762C
Text Example
Text Example
White with #72762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72762C; }
p { color: rgb(114,118,44); }
H1.HeaderClassName
{
color: #72762C;
}
.AnyTagClassName
{
color: #72762C;
}
</style>
background-color css
<style>
a { background-color: #72762C; }
a { background-color: rgb(114,118,44); }
div.DivClassName
{
background-color: #72762C;
}
.BgClassName
{
background-color: #72762C;
}
</style>
border-color css
<style>
span { border-color: #72762C; }
span { border-color: rgb(114,118,44); }
td.TdClassName
{
border-color: #72762C;
}
.TagClassName
{
border-color: #72762C;
}
</style>