Shades of Asparagus #779A5E
Tints of Asparagus #779A5E
RGB
CMYK
RGB Variations
Color information
#779A5E (or 0x779A5E) is known color: Asparagus. HEX triplet: 77, 9A and 5E. RGB value is (119,154,94). Sum of RGB (Red+Green+Blue) = 119+154+94=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #779A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A5E is #8865A1. Grayscale: #888888. Windows color (decimal): -8938914 or 6199927. OLE color: 6199927.
HSL color Cylindrical-coordinate representation of color #779A5E: hue angle of 95º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #779A5E is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 94 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.40 |
| HSL | 95º | 0.24% | 0.49% | - |
| HSV(B) | 95º | 0.39% | 0.6% | - |
| XYZ | 21.18 | 27.84 | 14.85 | - |
| YUV | 136.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 94 | 0.23 | 0 | 0.39 | 0.40 | 95 | 0.24 | 0.49 |
| Hex | 77 | 9A | 5E | 17 | 0 | 27 | 28 | 5F | 18 | 31 |
| Octal | 167 | 232 | 136 | 27 | 0 | 47 | 50 | 137 | 30 | 61 |
| Binary | 1110111 | 10011010 | 1011110 | 10111 | 0 | 100111 | 101000 | 1011111 | 11000 | 110001 |
Color Harmonies of #779A5E
Complementary color
Monochromatic Colors of #779A5E
Black with #779A5E
Text Example
Text Example
White with #779A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A5E; }
p { color: rgb(119,154,94); }
H1.HeaderClassName
{
color: #779A5E;
}
.AnyTagClassName
{
color: #779A5E;
}
</style>
background-color css
<style>
a { background-color: #779A5E; }
a { background-color: rgb(119,154,94); }
div.DivClassName
{
background-color: #779A5E;
}
.BgClassName
{
background-color: #779A5E;
}
</style>
border-color css
<style>
span { border-color: #779A5E; }
span { border-color: rgb(119,154,94); }
td.TdClassName
{
border-color: #779A5E;
}
.TagClassName
{
border-color: #779A5E;
}
</style>