Shades of Olivetone #72792D
Tints of Olivetone #72792D
RGB
CMYK
RGB Variations
Color information
#72792D (or 0x72792D) is known color: Olivetone. HEX triplet: 72, 79 and 2D. RGB value is (114,121,45). Sum of RGB (Red+Green+Blue) = 114+121+45=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #72792D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72792D is #8D86D2. Grayscale: #6E6E6E. Windows color (decimal): -9275091 or 2980210. OLE color: 2980210.
HSL color Cylindrical-coordinate representation of color #72792D: hue angle of 65.53º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72792D is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 121 | 45 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.53 |
| HSL | 65.53º | 0.46% | 0.33% | - |
| HSV(B) | 65.53º | 0.63% | 0.47% | - |
| XYZ | 14.25 | 17.44 | 5.1 | - |
| YUV | 110.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 45 | 0.06 | 0 | 0.63 | 0.53 | 65.53 | 0.46 | 0.33 |
| Hex | 72 | 79 | 2D | 6 | 0 | 3F | 35 | 42 | 2E | 21 |
| Octal | 162 | 171 | 55 | 6 | 0 | 77 | 65 | 102 | 56 | 41 |
| Binary | 1110010 | 1111001 | 101101 | 110 | 0 | 111111 | 110101 | 1000010 | 101110 | 100001 |
Color Harmonies of #72792D
Complementary color
Monochromatic Colors of #72792D
Black with #72792D
Text Example
Text Example
White with #72792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72792D; }
p { color: rgb(114,121,45); }
H1.HeaderClassName
{
color: #72792D;
}
.AnyTagClassName
{
color: #72792D;
}
</style>
background-color css
<style>
a { background-color: #72792D; }
a { background-color: rgb(114,121,45); }
div.DivClassName
{
background-color: #72792D;
}
.BgClassName
{
background-color: #72792D;
}
</style>
border-color css
<style>
span { border-color: #72792D; }
span { border-color: rgb(114,121,45); }
td.TdClassName
{
border-color: #72792D;
}
.TagClassName
{
border-color: #72792D;
}
</style>