Shades of Asparagus #72A04E
Tints of Asparagus #72A04E
RGB
CMYK
RGB Variations
Color information
#72A04E (or 0x72A04E) is known color: Asparagus. HEX triplet: 72, A0 and 4E. RGB value is (114,160,78). Sum of RGB (Red+Green+Blue) = 114+160+78=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #72A04E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A04E is #8D5FB1. Grayscale: #898989. Windows color (decimal): -9265074 or 5152882. OLE color: 5152882.
HSL color Cylindrical-coordinate representation of color #72A04E: hue angle of 93.66º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72A04E is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 78 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.37 |
| HSL | 93.66º | 0.34% | 0.47% | - |
| HSV(B) | 93.66º | 0.51% | 0.63% | - |
| XYZ | 20.89 | 29.27 | 11.76 | - |
| YUV | 136.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 78 | 0.29 | 0 | 0.51 | 0.37 | 93.66 | 0.34 | 0.47 |
| Hex | 72 | A0 | 4E | 1D | 0 | 33 | 25 | 5E | 22 | 2F |
| Octal | 162 | 240 | 116 | 35 | 0 | 63 | 45 | 136 | 42 | 57 |
| Binary | 1110010 | 10100000 | 1001110 | 11101 | 0 | 110011 | 100101 | 1011110 | 100010 | 101111 |
Color Harmonies of #72A04E
Complementary color
Monochromatic Colors of #72A04E
Black with #72A04E
Text Example
Text Example
White with #72A04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A04E; }
p { color: rgb(114,160,78); }
H1.HeaderClassName
{
color: #72A04E;
}
.AnyTagClassName
{
color: #72A04E;
}
</style>
background-color css
<style>
a { background-color: #72A04E; }
a { background-color: rgb(114,160,78); }
div.DivClassName
{
background-color: #72A04E;
}
.BgClassName
{
background-color: #72A04E;
}
</style>
border-color css
<style>
span { border-color: #72A04E; }
span { border-color: rgb(114,160,78); }
td.TdClassName
{
border-color: #72A04E;
}
.TagClassName
{
border-color: #72A04E;
}
</style>