Shades of Asparagus #72A351
Tints of Asparagus #72A351
RGB
CMYK
RGB Variations
Color information
#72A351 (or 0x72A351) is known color: Asparagus. HEX triplet: 72, A3 and 51. RGB value is (114,163,81). Sum of RGB (Red+Green+Blue) = 114+163+81=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #72A351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A351 is #8D5CAE. Grayscale: #8B8B8B. Windows color (decimal): -9264303 or 5350258. OLE color: 5350258.
HSL color Cylindrical-coordinate representation of color #72A351: hue angle of 95.85º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72A351 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 163 | 81 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.36 |
| HSL | 95.85º | 0.34% | 0.48% | - |
| HSV(B) | 95.85º | 0.5% | 0.64% | - |
| XYZ | 21.52 | 30.37 | 12.51 | - |
| YUV | 139 | 95.27 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 81 | 0.30 | 0 | 0.50 | 0.36 | 95.85 | 0.34 | 0.48 |
| Hex | 72 | A3 | 51 | 1E | 0 | 32 | 24 | 60 | 22 | 30 |
| Octal | 162 | 243 | 121 | 36 | 0 | 62 | 44 | 140 | 42 | 60 |
| Binary | 1110010 | 10100011 | 1010001 | 11110 | 0 | 110010 | 100100 | 1100000 | 100010 | 110000 |
Color Harmonies of #72A351
Complementary color
Monochromatic Colors of #72A351
Black with #72A351
Text Example
Text Example
White with #72A351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A351; }
p { color: rgb(114,163,81); }
H1.HeaderClassName
{
color: #72A351;
}
.AnyTagClassName
{
color: #72A351;
}
</style>
background-color css
<style>
a { background-color: #72A351; }
a { background-color: rgb(114,163,81); }
div.DivClassName
{
background-color: #72A351;
}
.BgClassName
{
background-color: #72A351;
}
</style>
border-color css
<style>
span { border-color: #72A351; }
span { border-color: rgb(114,163,81); }
td.TdClassName
{
border-color: #72A351;
}
.TagClassName
{
border-color: #72A351;
}
</style>