Shades of Asparagus #729758
Tints of Asparagus #729758
RGB
CMYK
RGB Variations
Color information
#729758 (or 0x729758) is known color: Asparagus. HEX triplet: 72, 97 and 58. RGB value is (114,151,88). Sum of RGB (Red+Green+Blue) = 114+151+88=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #729758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729758 is #8D68A7. Grayscale: #848484. Windows color (decimal): -9267368 or 5805938. OLE color: 5805938.
HSL color Cylindrical-coordinate representation of color #729758: hue angle of 95.24º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #729758 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 151 | 88 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.41 |
| HSL | 95.24º | 0.26% | 0.47% | - |
| HSV(B) | 95.24º | 0.42% | 0.59% | - |
| XYZ | 19.77 | 26.42 | 13.29 | - |
| YUV | 132.76 | 102.74 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 151 | 88 | 0.25 | 0 | 0.42 | 0.41 | 95.24 | 0.26 | 0.47 |
| Hex | 72 | 97 | 58 | 19 | 0 | 2A | 29 | 5F | 1A | 2F |
| Octal | 162 | 227 | 130 | 31 | 0 | 52 | 51 | 137 | 32 | 57 |
| Binary | 1110010 | 10010111 | 1011000 | 11001 | 0 | 101010 | 101001 | 1011111 | 11010 | 101111 |
Color Harmonies of #729758
Complementary color
Monochromatic Colors of #729758
Black with #729758
Text Example
Text Example
White with #729758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729758; }
p { color: rgb(114,151,88); }
H1.HeaderClassName
{
color: #729758;
}
.AnyTagClassName
{
color: #729758;
}
</style>
background-color css
<style>
a { background-color: #729758; }
a { background-color: rgb(114,151,88); }
div.DivClassName
{
background-color: #729758;
}
.BgClassName
{
background-color: #729758;
}
</style>
border-color css
<style>
span { border-color: #729758; }
span { border-color: rgb(114,151,88); }
td.TdClassName
{
border-color: #729758;
}
.TagClassName
{
border-color: #729758;
}
</style>