Shades of Asparagus #72A856
Tints of Asparagus #72A856
RGB
CMYK
RGB Variations
Color information
#72A856 (or 0x72A856) is known color: Asparagus. HEX triplet: 72, A8 and 56. RGB value is (114,168,86). Sum of RGB (Red+Green+Blue) = 114+168+86=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 168 - color contains mainly: green. Hex color #72A856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A856 is #8D57A9. Grayscale: #8E8E8E. Windows color (decimal): -9263018 or 5679218. OLE color: 5679218.
HSL color Cylindrical-coordinate representation of color #72A856: hue angle of 99.51º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72A856 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 86 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.34 |
| HSL | 99.51º | 0.32% | 0.5% | - |
| HSV(B) | 99.51º | 0.49% | 0.66% | - |
| XYZ | 22.62 | 32.25 | 13.84 | - |
| YUV | 142.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 86 | 0.32 | 0 | 0.49 | 0.34 | 99.51 | 0.32 | 0.5 |
| Hex | 72 | A8 | 56 | 20 | 0 | 31 | 22 | 64 | 20 | 32 |
| Octal | 162 | 250 | 126 | 40 | 0 | 61 | 42 | 144 | 40 | 62 |
| Binary | 1110010 | 10101000 | 1010110 | 100000 | 0 | 110001 | 100010 | 1100100 | 100000 | 110010 |
Color Harmonies of #72A856
Complementary color
Monochromatic Colors of #72A856
Black with #72A856
Text Example
Text Example
White with #72A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A856; }
p { color: rgb(114,168,86); }
H1.HeaderClassName
{
color: #72A856;
}
.AnyTagClassName
{
color: #72A856;
}
</style>
background-color css
<style>
a { background-color: #72A856; }
a { background-color: rgb(114,168,86); }
div.DivClassName
{
background-color: #72A856;
}
.BgClassName
{
background-color: #72A856;
}
</style>
border-color css
<style>
span { border-color: #72A856; }
span { border-color: rgb(114,168,86); }
td.TdClassName
{
border-color: #72A856;
}
.TagClassName
{
border-color: #72A856;
}
</style>