Shades of Asparagus #72A04F
Tints of Asparagus #72A04F
RGB
CMYK
RGB Variations
Color information
#72A04F (or 0x72A04F) is known color: Asparagus. HEX triplet: 72, A0 and 4F. RGB value is (114,160,79). Sum of RGB (Red+Green+Blue) = 114+160+79=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #72A04F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A04F is #8D5FB0. Grayscale: #898989. Windows color (decimal): -9265073 or 5218418. OLE color: 5218418.
HSL color Cylindrical-coordinate representation of color #72A04F: hue angle of 94.07º 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 #72A04F is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 79 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.37 |
| HSL | 94.07º | 0.34% | 0.47% | - |
| HSV(B) | 94.07º | 0.51% | 0.63% | - |
| XYZ | 20.92 | 29.28 | 11.95 | - |
| YUV | 137.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 79 | 0.29 | 0 | 0.51 | 0.37 | 94.07 | 0.34 | 0.47 |
| Hex | 72 | A0 | 4F | 1D | 0 | 33 | 25 | 5E | 22 | 2F |
| Octal | 162 | 240 | 117 | 35 | 0 | 63 | 45 | 136 | 42 | 57 |
| Binary | 1110010 | 10100000 | 1001111 | 11101 | 0 | 110011 | 100101 | 1011110 | 100010 | 101111 |
Color Harmonies of #72A04F
Complementary color
Monochromatic Colors of #72A04F
Black with #72A04F
Text Example
Text Example
White with #72A04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A04F; }
p { color: rgb(114,160,79); }
H1.HeaderClassName
{
color: #72A04F;
}
.AnyTagClassName
{
color: #72A04F;
}
</style>
background-color css
<style>
a { background-color: #72A04F; }
a { background-color: rgb(114,160,79); }
div.DivClassName
{
background-color: #72A04F;
}
.BgClassName
{
background-color: #72A04F;
}
</style>
border-color css
<style>
span { border-color: #72A04F; }
span { border-color: rgb(114,160,79); }
td.TdClassName
{
border-color: #72A04F;
}
.TagClassName
{
border-color: #72A04F;
}
</style>