Shades of Asparagus #729C60
Tints of Asparagus #729C60
RGB
CMYK
RGB Variations
Color information
#729C60 (or 0x729C60) is known color: Asparagus. HEX triplet: 72, 9C and 60. RGB value is (114,156,96). Sum of RGB (Red+Green+Blue) = 114+156+96=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #729C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729C60 is #8D639F. Grayscale: #888888. Windows color (decimal): -9266080 or 6331506. OLE color: 6331506.
HSL color Cylindrical-coordinate representation of color #729C60: hue angle of 102º 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 #729C60 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 156 | 96 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.39 |
| HSL | 102º | 0.24% | 0.49% | - |
| HSV(B) | 102º | 0.38% | 0.61% | - |
| XYZ | 20.94 | 28.2 | 15.41 | - |
| YUV | 136.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 96 | 0.27 | 0 | 0.38 | 0.39 | 102 | 0.24 | 0.49 |
| Hex | 72 | 9C | 60 | 1B | 0 | 26 | 27 | 66 | 18 | 31 |
| Octal | 162 | 234 | 140 | 33 | 0 | 46 | 47 | 146 | 30 | 61 |
| Binary | 1110010 | 10011100 | 1100000 | 11011 | 0 | 100110 | 100111 | 1100110 | 11000 | 110001 |
Color Harmonies of #729C60
Complementary color
Monochromatic Colors of #729C60
Black with #729C60
Text Example
Text Example
White with #729C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729C60; }
p { color: rgb(114,156,96); }
H1.HeaderClassName
{
color: #729C60;
}
.AnyTagClassName
{
color: #729C60;
}
</style>
background-color css
<style>
a { background-color: #729C60; }
a { background-color: rgb(114,156,96); }
div.DivClassName
{
background-color: #729C60;
}
.BgClassName
{
background-color: #729C60;
}
</style>
border-color css
<style>
span { border-color: #729C60; }
span { border-color: rgb(114,156,96); }
td.TdClassName
{
border-color: #729C60;
}
.TagClassName
{
border-color: #729C60;
}
</style>