Shades of Asparagus #779E53
Tints of Asparagus #779E53
RGB
CMYK
RGB Variations
Color information
#779E53 (or 0x779E53) is known color: Asparagus. HEX triplet: 77, 9E and 53. RGB value is (119,158,83). Sum of RGB (Red+Green+Blue) = 119+158+83=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 158 - color contains mainly: green. Hex color #779E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779E53 is #8861AC. Grayscale: #8A8A8A. Windows color (decimal): -8937901 or 5480055. OLE color: 5480055.
HSL color Cylindrical-coordinate representation of color #779E53: hue angle of 91.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #779E53 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 158 | 83 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.38 |
| HSL | 91.2º | 0.31% | 0.47% | - |
| HSV(B) | 91.2º | 0.47% | 0.62% | - |
| XYZ | 21.4 | 29 | 12.65 | - |
| YUV | 137.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 83 | 0.25 | 0 | 0.47 | 0.38 | 91.2 | 0.31 | 0.47 |
| Hex | 77 | 9E | 53 | 19 | 0 | 2F | 26 | 5B | 1F | 2F |
| Octal | 167 | 236 | 123 | 31 | 0 | 57 | 46 | 133 | 37 | 57 |
| Binary | 1110111 | 10011110 | 1010011 | 11001 | 0 | 101111 | 100110 | 1011011 | 11111 | 101111 |
Color Harmonies of #779E53
Complementary color
Monochromatic Colors of #779E53
Black with #779E53
Text Example
Text Example
White with #779E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779E53; }
p { color: rgb(119,158,83); }
H1.HeaderClassName
{
color: #779E53;
}
.AnyTagClassName
{
color: #779E53;
}
</style>
background-color css
<style>
a { background-color: #779E53; }
a { background-color: rgb(119,158,83); }
div.DivClassName
{
background-color: #779E53;
}
.BgClassName
{
background-color: #779E53;
}
</style>
border-color css
<style>
span { border-color: #779E53; }
span { border-color: rgb(119,158,83); }
td.TdClassName
{
border-color: #779E53;
}
.TagClassName
{
border-color: #779E53;
}
</style>