Shades of Asparagus #72A64D
Tints of Asparagus #72A64D
RGB
CMYK
RGB Variations
Color information
#72A64D (or 0x72A64D) is known color: Asparagus. HEX triplet: 72, A6 and 4D. RGB value is (114,166,77). Sum of RGB (Red+Green+Blue) = 114+166+77=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #72A64D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A64D is #8D59B2. Grayscale: #8C8C8C. Windows color (decimal): -9263539 or 5088882. OLE color: 5088882.
HSL color Cylindrical-coordinate representation of color #72A64D: hue angle of 95.06º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72A64D is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 166 | 77 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.35 |
| HSL | 95.06º | 0.37% | 0.48% | - |
| HSV(B) | 95.06º | 0.54% | 0.65% | - |
| XYZ | 21.92 | 31.39 | 11.92 | - |
| YUV | 140.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 166 | 77 | 0.31 | 0 | 0.54 | 0.35 | 95.06 | 0.37 | 0.48 |
| Hex | 72 | A6 | 4D | 1F | 0 | 36 | 23 | 5F | 25 | 30 |
| Octal | 162 | 246 | 115 | 37 | 0 | 66 | 43 | 137 | 45 | 60 |
| Binary | 1110010 | 10100110 | 1001101 | 11111 | 0 | 110110 | 100011 | 1011111 | 100101 | 110000 |
Color Harmonies of #72A64D
Complementary color
Monochromatic Colors of #72A64D
Black with #72A64D
Text Example
Text Example
White with #72A64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A64D; }
p { color: rgb(114,166,77); }
H1.HeaderClassName
{
color: #72A64D;
}
.AnyTagClassName
{
color: #72A64D;
}
</style>
background-color css
<style>
a { background-color: #72A64D; }
a { background-color: rgb(114,166,77); }
div.DivClassName
{
background-color: #72A64D;
}
.BgClassName
{
background-color: #72A64D;
}
</style>
border-color css
<style>
span { border-color: #72A64D; }
span { border-color: rgb(114,166,77); }
td.TdClassName
{
border-color: #72A64D;
}
.TagClassName
{
border-color: #72A64D;
}
</style>