Shades of Asparagus #729A53
Tints of Asparagus #729A53
RGB
CMYK
RGB Variations
Color information
#729A53 (or 0x729A53) is known color: Asparagus. HEX triplet: 72, 9A and 53. RGB value is (114,154,83). Sum of RGB (Red+Green+Blue) = 114+154+83=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 154 - color contains mainly: green. Hex color #729A53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A53 is #8D65AC. Grayscale: #868686. Windows color (decimal): -9266605 or 5479026. OLE color: 5479026.
HSL color Cylindrical-coordinate representation of color #729A53: hue angle of 93.8º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #729A53 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 83 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.40 |
| HSL | 93.8º | 0.3% | 0.46% | - |
| HSV(B) | 93.8º | 0.46% | 0.6% | - |
| XYZ | 20.06 | 27.31 | 12.4 | - |
| YUV | 133.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 83 | 0.26 | 0 | 0.46 | 0.40 | 93.8 | 0.3 | 0.46 |
| Hex | 72 | 9A | 53 | 1A | 0 | 2E | 28 | 5E | 1E | 2E |
| Octal | 162 | 232 | 123 | 32 | 0 | 56 | 50 | 136 | 36 | 56 |
| Binary | 1110010 | 10011010 | 1010011 | 11010 | 0 | 101110 | 101000 | 1011110 | 11110 | 101110 |
Color Harmonies of #729A53
Complementary color
Monochromatic Colors of #729A53
Black with #729A53
Text Example
Text Example
White with #729A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A53; }
p { color: rgb(114,154,83); }
H1.HeaderClassName
{
color: #729A53;
}
.AnyTagClassName
{
color: #729A53;
}
</style>
background-color css
<style>
a { background-color: #729A53; }
a { background-color: rgb(114,154,83); }
div.DivClassName
{
background-color: #729A53;
}
.BgClassName
{
background-color: #729A53;
}
</style>
border-color css
<style>
span { border-color: #729A53; }
span { border-color: rgb(114,154,83); }
td.TdClassName
{
border-color: #729A53;
}
.TagClassName
{
border-color: #729A53;
}
</style>