Shades of Asparagus #779D51
Tints of Asparagus #779D51
RGB
CMYK
RGB Variations
Color information
#779D51 (or 0x779D51) is known color: Asparagus. HEX triplet: 77, 9D and 51. RGB value is (119,157,81). Sum of RGB (Red+Green+Blue) = 119+157+81=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #779D51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779D51 is #8862AE. Grayscale: #898989. Windows color (decimal): -8938159 or 5348727. OLE color: 5348727.
HSL color Cylindrical-coordinate representation of color #779D51: hue angle of 90º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #779D51 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 81 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.38 |
| HSL | 90º | 0.32% | 0.47% | - |
| HSV(B) | 90º | 0.48% | 0.62% | - |
| XYZ | 21.15 | 28.63 | 12.2 | - |
| YUV | 136.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 81 | 0.24 | 0 | 0.48 | 0.38 | 90 | 0.32 | 0.47 |
| Hex | 77 | 9D | 51 | 18 | 0 | 30 | 26 | 5A | 20 | 2F |
| Octal | 167 | 235 | 121 | 30 | 0 | 60 | 46 | 132 | 40 | 57 |
| Binary | 1110111 | 10011101 | 1010001 | 11000 | 0 | 110000 | 100110 | 1011010 | 100000 | 101111 |
Color Harmonies of #779D51
Complementary color
Monochromatic Colors of #779D51
Black with #779D51
Text Example
Text Example
White with #779D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D51; }
p { color: rgb(119,157,81); }
H1.HeaderClassName
{
color: #779D51;
}
.AnyTagClassName
{
color: #779D51;
}
</style>
background-color css
<style>
a { background-color: #779D51; }
a { background-color: rgb(119,157,81); }
div.DivClassName
{
background-color: #779D51;
}
.BgClassName
{
background-color: #779D51;
}
</style>
border-color css
<style>
span { border-color: #779D51; }
span { border-color: rgb(119,157,81); }
td.TdClassName
{
border-color: #779D51;
}
.TagClassName
{
border-color: #779D51;
}
</style>