Shades of Asparagus #729958
Tints of Asparagus #729958
RGB
CMYK
RGB Variations
Color information
#729958 (or 0x729958) is known color: Asparagus. HEX triplet: 72, 99 and 58. RGB value is (114,153,88). Sum of RGB (Red+Green+Blue) = 114+153+88=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #729958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729958 is #8D66A7. Grayscale: #868686. Windows color (decimal): -9266856 or 5806450. OLE color: 5806450.
HSL color Cylindrical-coordinate representation of color #729958: hue angle of 96º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #729958 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 88 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.4 |
| HSL | 96º | 0.27% | 0.47% | - |
| HSV(B) | 96º | 0.42% | 0.6% | - |
| XYZ | 20.09 | 27.06 | 13.4 | - |
| YUV | 133.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 88 | 0.25 | 0 | 0.42 | 0.4 | 96 | 0.27 | 0.47 |
| Hex | 72 | 99 | 58 | 19 | 0 | 2A | 28 | 60 | 1B | 2F |
| Octal | 162 | 231 | 130 | 31 | 0 | 52 | 50 | 140 | 33 | 57 |
| Binary | 1110010 | 10011001 | 1011000 | 11001 | 0 | 101010 | 101000 | 1100000 | 11011 | 101111 |
Color Harmonies of #729958
Complementary color
Monochromatic Colors of #729958
Black with #729958
Text Example
Text Example
White with #729958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729958; }
p { color: rgb(114,153,88); }
H1.HeaderClassName
{
color: #729958;
}
.AnyTagClassName
{
color: #729958;
}
</style>
background-color css
<style>
a { background-color: #729958; }
a { background-color: rgb(114,153,88); }
div.DivClassName
{
background-color: #729958;
}
.BgClassName
{
background-color: #729958;
}
</style>
border-color css
<style>
span { border-color: #729958; }
span { border-color: rgb(114,153,88); }
td.TdClassName
{
border-color: #729958;
}
.TagClassName
{
border-color: #729958;
}
</style>