Shades of Asparagus #779A4C
Tints of Asparagus #779A4C
RGB
CMYK
RGB Variations
Color information
#779A4C (or 0x779A4C) is known color: Asparagus. HEX triplet: 77, 9A and 4C. RGB value is (119,154,76). Sum of RGB (Red+Green+Blue) = 119+154+76=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #779A4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779A4C is #8865B3. Grayscale: #868686. Windows color (decimal): -8938932 or 5020279. OLE color: 5020279.
HSL color Cylindrical-coordinate representation of color #779A4C: hue angle of 86.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #779A4C is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 76 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.40 |
| HSL | 86.92º | 0.34% | 0.45% | - |
| HSV(B) | 86.92º | 0.51% | 0.6% | - |
| XYZ | 20.47 | 27.55 | 11.08 | - |
| YUV | 134.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 76 | 0.23 | 0 | 0.51 | 0.40 | 86.92 | 0.34 | 0.45 |
| Hex | 77 | 9A | 4C | 17 | 0 | 33 | 28 | 57 | 22 | 2D |
| Octal | 167 | 232 | 114 | 27 | 0 | 63 | 50 | 127 | 42 | 55 |
| Binary | 1110111 | 10011010 | 1001100 | 10111 | 0 | 110011 | 101000 | 1010111 | 100010 | 101101 |
Color Harmonies of #779A4C
Complementary color
Monochromatic Colors of #779A4C
Black with #779A4C
Text Example
Text Example
White with #779A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A4C; }
p { color: rgb(119,154,76); }
H1.HeaderClassName
{
color: #779A4C;
}
.AnyTagClassName
{
color: #779A4C;
}
</style>
background-color css
<style>
a { background-color: #779A4C; }
a { background-color: rgb(119,154,76); }
div.DivClassName
{
background-color: #779A4C;
}
.BgClassName
{
background-color: #779A4C;
}
</style>
border-color css
<style>
span { border-color: #779A4C; }
span { border-color: rgb(119,154,76); }
td.TdClassName
{
border-color: #779A4C;
}
.TagClassName
{
border-color: #779A4C;
}
</style>