Shades of Asparagus #779F5A
Tints of Asparagus #779F5A
RGB
CMYK
RGB Variations
Color information
#779F5A (or 0x779F5A) is known color: Asparagus. HEX triplet: 77, 9F and 5A. RGB value is (119,159,90). Sum of RGB (Red+Green+Blue) = 119+159+90=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #779F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F5A is #8860A5. Grayscale: #8B8B8B. Windows color (decimal): -8937638 or 5939063. OLE color: 5939063.
HSL color Cylindrical-coordinate representation of color #779F5A: hue angle of 94.78º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #779F5A is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 90 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.38 |
| HSL | 94.78º | 0.28% | 0.49% | - |
| HSV(B) | 94.78º | 0.43% | 0.62% | - |
| XYZ | 21.85 | 29.46 | 14.21 | - |
| YUV | 139.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 90 | 0.25 | 0 | 0.43 | 0.38 | 94.78 | 0.28 | 0.49 |
| Hex | 77 | 9F | 5A | 19 | 0 | 2B | 26 | 5F | 1C | 31 |
| Octal | 167 | 237 | 132 | 31 | 0 | 53 | 46 | 137 | 34 | 61 |
| Binary | 1110111 | 10011111 | 1011010 | 11001 | 0 | 101011 | 100110 | 1011111 | 11100 | 110001 |
Color Harmonies of #779F5A
Complementary color
Monochromatic Colors of #779F5A
Black with #779F5A
Text Example
Text Example
White with #779F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F5A; }
p { color: rgb(119,159,90); }
H1.HeaderClassName
{
color: #779F5A;
}
.AnyTagClassName
{
color: #779F5A;
}
</style>
background-color css
<style>
a { background-color: #779F5A; }
a { background-color: rgb(119,159,90); }
div.DivClassName
{
background-color: #779F5A;
}
.BgClassName
{
background-color: #779F5A;
}
</style>
border-color css
<style>
span { border-color: #779F5A; }
span { border-color: rgb(119,159,90); }
td.TdClassName
{
border-color: #779F5A;
}
.TagClassName
{
border-color: #779F5A;
}
</style>