Shades of Asparagus #72A454
Tints of Asparagus #72A454
RGB
CMYK
RGB Variations
Color information
#72A454 (or 0x72A454) is known color: Asparagus. HEX triplet: 72, A4 and 54. RGB value is (114,164,84). Sum of RGB (Red+Green+Blue) = 114+164+84=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #72A454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A454 is #8D5BAB. Grayscale: #8C8C8C. Windows color (decimal): -9264044 or 5547122. OLE color: 5547122.
HSL color Cylindrical-coordinate representation of color #72A454: hue angle of 97.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72A454 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 164 | 84 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.36 |
| HSL | 97.5º | 0.32% | 0.49% | - |
| HSV(B) | 97.5º | 0.49% | 0.64% | - |
| XYZ | 21.82 | 30.77 | 13.18 | - |
| YUV | 139.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 164 | 84 | 0.30 | 0 | 0.49 | 0.36 | 97.5 | 0.32 | 0.49 |
| Hex | 72 | A4 | 54 | 1E | 0 | 31 | 24 | 62 | 20 | 31 |
| Octal | 162 | 244 | 124 | 36 | 0 | 61 | 44 | 142 | 40 | 61 |
| Binary | 1110010 | 10100100 | 1010100 | 11110 | 0 | 110001 | 100100 | 1100010 | 100000 | 110001 |
Color Harmonies of #72A454
Complementary color
Monochromatic Colors of #72A454
Black with #72A454
Text Example
Text Example
White with #72A454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A454; }
p { color: rgb(114,164,84); }
H1.HeaderClassName
{
color: #72A454;
}
.AnyTagClassName
{
color: #72A454;
}
</style>
background-color css
<style>
a { background-color: #72A454; }
a { background-color: rgb(114,164,84); }
div.DivClassName
{
background-color: #72A454;
}
.BgClassName
{
background-color: #72A454;
}
</style>
border-color css
<style>
span { border-color: #72A454; }
span { border-color: rgb(114,164,84); }
td.TdClassName
{
border-color: #72A454;
}
.TagClassName
{
border-color: #72A454;
}
</style>