Shades of Asparagus #72A553
Tints of Asparagus #72A553
RGB
CMYK
RGB Variations
Color information
#72A553 (or 0x72A553) is known color: Asparagus. HEX triplet: 72, A5 and 53. RGB value is (114,165,83). Sum of RGB (Red+Green+Blue) = 114+165+83=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #72A553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A553 is #8D5AAC. Grayscale: #8C8C8C. Windows color (decimal): -9263789 or 5481842. OLE color: 5481842.
HSL color Cylindrical-coordinate representation of color #72A553: hue angle of 97.32º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72A553 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 165 | 83 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.35 |
| HSL | 97.32º | 0.33% | 0.49% | - |
| HSV(B) | 97.32º | 0.5% | 0.65% | - |
| XYZ | 21.96 | 31.11 | 13.03 | - |
| YUV | 140.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 165 | 83 | 0.31 | 0 | 0.50 | 0.35 | 97.32 | 0.33 | 0.49 |
| Hex | 72 | A5 | 53 | 1F | 0 | 32 | 23 | 61 | 21 | 31 |
| Octal | 162 | 245 | 123 | 37 | 0 | 62 | 43 | 141 | 41 | 61 |
| Binary | 1110010 | 10100101 | 1010011 | 11111 | 0 | 110010 | 100011 | 1100001 | 100001 | 110001 |
Color Harmonies of #72A553
Complementary color
Monochromatic Colors of #72A553
Black with #72A553
Text Example
Text Example
White with #72A553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A553; }
p { color: rgb(114,165,83); }
H1.HeaderClassName
{
color: #72A553;
}
.AnyTagClassName
{
color: #72A553;
}
</style>
background-color css
<style>
a { background-color: #72A553; }
a { background-color: rgb(114,165,83); }
div.DivClassName
{
background-color: #72A553;
}
.BgClassName
{
background-color: #72A553;
}
</style>
border-color css
<style>
span { border-color: #72A553; }
span { border-color: rgb(114,165,83); }
td.TdClassName
{
border-color: #72A553;
}
.TagClassName
{
border-color: #72A553;
}
</style>