Shades of Asparagus #779F4E
Tints of Asparagus #779F4E
RGB
CMYK
RGB Variations
Color information
#779F4E (or 0x779F4E) is known color: Asparagus. HEX triplet: 77, 9F and 4E. RGB value is (119,159,78). Sum of RGB (Red+Green+Blue) = 119+159+78=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #779F4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F4E is #8860B1. Grayscale: #8A8A8A. Windows color (decimal): -8937650 or 5152631. OLE color: 5152631.
HSL color Cylindrical-coordinate representation of color #779F4E: hue angle of 89.63º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #779F4E is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 78 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.38 |
| HSL | 89.63º | 0.34% | 0.46% | - |
| HSV(B) | 89.63º | 0.51% | 0.62% | - |
| XYZ | 21.38 | 29.27 | 11.73 | - |
| YUV | 137.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 78 | 0.25 | 0 | 0.51 | 0.38 | 89.63 | 0.34 | 0.46 |
| Hex | 77 | 9F | 4E | 19 | 0 | 33 | 26 | 5A | 22 | 2E |
| Octal | 167 | 237 | 116 | 31 | 0 | 63 | 46 | 132 | 42 | 56 |
| Binary | 1110111 | 10011111 | 1001110 | 11001 | 0 | 110011 | 100110 | 1011010 | 100010 | 101110 |
Color Harmonies of #779F4E
Complementary color
Monochromatic Colors of #779F4E
Black with #779F4E
Text Example
Text Example
White with #779F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F4E; }
p { color: rgb(119,159,78); }
H1.HeaderClassName
{
color: #779F4E;
}
.AnyTagClassName
{
color: #779F4E;
}
</style>
background-color css
<style>
a { background-color: #779F4E; }
a { background-color: rgb(119,159,78); }
div.DivClassName
{
background-color: #779F4E;
}
.BgClassName
{
background-color: #779F4E;
}
</style>
border-color css
<style>
span { border-color: #779F4E; }
span { border-color: rgb(119,159,78); }
td.TdClassName
{
border-color: #779F4E;
}
.TagClassName
{
border-color: #779F4E;
}
</style>