Shades of Asparagus #72A850
Tints of Asparagus #72A850
RGB
CMYK
RGB Variations
Color information
#72A850 (or 0x72A850) is known color: Asparagus. HEX triplet: 72, A8 and 50. RGB value is (114,168,80). Sum of RGB (Red+Green+Blue) = 114+168+80=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 168 - color contains mainly: green. Hex color #72A850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A850 is #8D57AF. Grayscale: #8E8E8E. Windows color (decimal): -9263024 or 5286002. OLE color: 5286002.
HSL color Cylindrical-coordinate representation of color #72A850: hue angle of 96.82º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72A850 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 80 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.34 |
| HSL | 96.82º | 0.35% | 0.49% | - |
| HSV(B) | 96.82º | 0.52% | 0.66% | - |
| XYZ | 22.39 | 32.16 | 12.62 | - |
| YUV | 141.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 80 | 0.32 | 0 | 0.52 | 0.34 | 96.82 | 0.35 | 0.49 |
| Hex | 72 | A8 | 50 | 20 | 0 | 34 | 22 | 61 | 23 | 31 |
| Octal | 162 | 250 | 120 | 40 | 0 | 64 | 42 | 141 | 43 | 61 |
| Binary | 1110010 | 10101000 | 1010000 | 100000 | 0 | 110100 | 100010 | 1100001 | 100011 | 110001 |
Color Harmonies of #72A850
Complementary color
Monochromatic Colors of #72A850
Black with #72A850
Text Example
Text Example
White with #72A850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A850; }
p { color: rgb(114,168,80); }
H1.HeaderClassName
{
color: #72A850;
}
.AnyTagClassName
{
color: #72A850;
}
</style>
background-color css
<style>
a { background-color: #72A850; }
a { background-color: rgb(114,168,80); }
div.DivClassName
{
background-color: #72A850;
}
.BgClassName
{
background-color: #72A850;
}
</style>
border-color css
<style>
span { border-color: #72A850; }
span { border-color: rgb(114,168,80); }
td.TdClassName
{
border-color: #72A850;
}
.TagClassName
{
border-color: #72A850;
}
</style>