Shades of Asparagus #779B58
Tints of Asparagus #779B58
RGB
CMYK
RGB Variations
Color information
#779B58 (or 0x779B58) is known color: Asparagus. HEX triplet: 77, 9B and 58. RGB value is (119,155,88). Sum of RGB (Red+Green+Blue) = 119+155+88=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #779B58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B58 is #8864A7. Grayscale: #888888. Windows color (decimal): -8938664 or 5806967. OLE color: 5806967.
HSL color Cylindrical-coordinate representation of color #779B58: hue angle of 92.24º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #779B58 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 88 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.39 |
| HSL | 92.24º | 0.28% | 0.48% | - |
| HSV(B) | 92.24º | 0.43% | 0.61% | - |
| XYZ | 21.09 | 28.07 | 13.54 | - |
| YUV | 136.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 88 | 0.23 | 0 | 0.43 | 0.39 | 92.24 | 0.28 | 0.48 |
| Hex | 77 | 9B | 58 | 17 | 0 | 2B | 27 | 5C | 1C | 30 |
| Octal | 167 | 233 | 130 | 27 | 0 | 53 | 47 | 134 | 34 | 60 |
| Binary | 1110111 | 10011011 | 1011000 | 10111 | 0 | 101011 | 100111 | 1011100 | 11100 | 110000 |
Color Harmonies of #779B58
Complementary color
Monochromatic Colors of #779B58
Black with #779B58
Text Example
Text Example
White with #779B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B58; }
p { color: rgb(119,155,88); }
H1.HeaderClassName
{
color: #779B58;
}
.AnyTagClassName
{
color: #779B58;
}
</style>
background-color css
<style>
a { background-color: #779B58; }
a { background-color: rgb(119,155,88); }
div.DivClassName
{
background-color: #779B58;
}
.BgClassName
{
background-color: #779B58;
}
</style>
border-color css
<style>
span { border-color: #779B58; }
span { border-color: rgb(119,155,88); }
td.TdClassName
{
border-color: #779B58;
}
.TagClassName
{
border-color: #779B58;
}
</style>