Shades of Asparagus #729855
Tints of Asparagus #729855
RGB
CMYK
RGB Variations
Color information
#729855 (or 0x729855) is known color: Asparagus. HEX triplet: 72, 98 and 55. RGB value is (114,152,85). Sum of RGB (Red+Green+Blue) = 114+152+85=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #729855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729855 is #8D67AA. Grayscale: #858585. Windows color (decimal): -9267115 or 5609586. OLE color: 5609586.
HSL color Cylindrical-coordinate representation of color #729855: hue angle of 94.03º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #729855 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 152 | 85 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.40 |
| HSL | 94.03º | 0.28% | 0.46% | - |
| HSV(B) | 94.03º | 0.44% | 0.6% | - |
| XYZ | 19.81 | 26.69 | 12.7 | - |
| YUV | 133 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 85 | 0.25 | 0 | 0.44 | 0.40 | 94.03 | 0.28 | 0.46 |
| Hex | 72 | 98 | 55 | 19 | 0 | 2C | 28 | 5E | 1C | 2E |
| Octal | 162 | 230 | 125 | 31 | 0 | 54 | 50 | 136 | 34 | 56 |
| Binary | 1110010 | 10011000 | 1010101 | 11001 | 0 | 101100 | 101000 | 1011110 | 11100 | 101110 |
Color Harmonies of #729855
Complementary color
Monochromatic Colors of #729855
Black with #729855
Text Example
Text Example
White with #729855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729855; }
p { color: rgb(114,152,85); }
H1.HeaderClassName
{
color: #729855;
}
.AnyTagClassName
{
color: #729855;
}
</style>
background-color css
<style>
a { background-color: #729855; }
a { background-color: rgb(114,152,85); }
div.DivClassName
{
background-color: #729855;
}
.BgClassName
{
background-color: #729855;
}
</style>
border-color css
<style>
span { border-color: #729855; }
span { border-color: rgb(114,152,85); }
td.TdClassName
{
border-color: #729855;
}
.TagClassName
{
border-color: #729855;
}
</style>