Shades of Asparagus #729B60
Tints of Asparagus #729B60
RGB
CMYK
RGB Variations
Color information
#729B60 (or 0x729B60) is known color: Asparagus. HEX triplet: 72, 9B and 60. RGB value is (114,155,96). Sum of RGB (Red+Green+Blue) = 114+155+96=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #729B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729B60 is #8D649F. Grayscale: #888888. Windows color (decimal): -9266336 or 6331250. OLE color: 6331250.
HSL color Cylindrical-coordinate representation of color #729B60: hue angle of 101.69º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #729B60 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 96 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.39 |
| HSL | 101.69º | 0.24% | 0.49% | - |
| HSV(B) | 101.69º | 0.38% | 0.61% | - |
| XYZ | 20.77 | 27.86 | 15.35 | - |
| YUV | 136.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 96 | 0.26 | 0 | 0.38 | 0.39 | 101.69 | 0.24 | 0.49 |
| Hex | 72 | 9B | 60 | 1A | 0 | 26 | 27 | 66 | 18 | 31 |
| Octal | 162 | 233 | 140 | 32 | 0 | 46 | 47 | 146 | 30 | 61 |
| Binary | 1110010 | 10011011 | 1100000 | 11010 | 0 | 100110 | 100111 | 1100110 | 11000 | 110001 |
Color Harmonies of #729B60
Complementary color
Monochromatic Colors of #729B60
Black with #729B60
Text Example
Text Example
White with #729B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B60; }
p { color: rgb(114,155,96); }
H1.HeaderClassName
{
color: #729B60;
}
.AnyTagClassName
{
color: #729B60;
}
</style>
background-color css
<style>
a { background-color: #729B60; }
a { background-color: rgb(114,155,96); }
div.DivClassName
{
background-color: #729B60;
}
.BgClassName
{
background-color: #729B60;
}
</style>
border-color css
<style>
span { border-color: #729B60; }
span { border-color: rgb(114,155,96); }
td.TdClassName
{
border-color: #729B60;
}
.TagClassName
{
border-color: #729B60;
}
</style>