Shades of Olivetone #72792C
Tints of Olivetone #72792C
RGB
CMYK
RGB Variations
Color information
#72792C (or 0x72792C) is known color: Olivetone. HEX triplet: 72, 79 and 2C. RGB value is (114,121,44). Sum of RGB (Red+Green+Blue) = 114+121+44=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #72792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72792C is #8D86D3. Grayscale: #6E6E6E. Windows color (decimal): -9275092 or 2914674. OLE color: 2914674.
HSL color Cylindrical-coordinate representation of color #72792C: hue angle of 65.45º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72792C is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 121 | 44 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.53 |
| HSL | 65.45º | 0.47% | 0.32% | - |
| HSV(B) | 65.45º | 0.64% | 0.47% | - |
| XYZ | 14.23 | 17.43 | 5 | - |
| YUV | 110.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 44 | 0.06 | 0 | 0.64 | 0.53 | 65.45 | 0.47 | 0.32 |
| Hex | 72 | 79 | 2C | 6 | 0 | 40 | 35 | 41 | 2F | 20 |
| Octal | 162 | 171 | 54 | 6 | 0 | 100 | 65 | 101 | 57 | 40 |
| Binary | 1110010 | 1111001 | 101100 | 110 | 0 | 1000000 | 110101 | 1000001 | 101111 | 100000 |
Color Harmonies of #72792C
Complementary color
Monochromatic Colors of #72792C
Black with #72792C
Text Example
Text Example
White with #72792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72792C; }
p { color: rgb(114,121,44); }
H1.HeaderClassName
{
color: #72792C;
}
.AnyTagClassName
{
color: #72792C;
}
</style>
background-color css
<style>
a { background-color: #72792C; }
a { background-color: rgb(114,121,44); }
div.DivClassName
{
background-color: #72792C;
}
.BgClassName
{
background-color: #72792C;
}
</style>
border-color css
<style>
span { border-color: #72792C; }
span { border-color: rgb(114,121,44); }
td.TdClassName
{
border-color: #72792C;
}
.TagClassName
{
border-color: #72792C;
}
</style>