Shades of Asparagus #779D5F
Tints of Asparagus #779D5F
RGB
CMYK
RGB Variations
Color information
#779D5F (or 0x779D5F) is known color: Asparagus. HEX triplet: 77, 9D and 5F. RGB value is (119,157,95). Sum of RGB (Red+Green+Blue) = 119+157+95=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #779D5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779D5F is #8862A0. Grayscale: #8A8A8A. Windows color (decimal): -8938145 or 6266231. OLE color: 6266231.
HSL color Cylindrical-coordinate representation of color #779D5F: hue angle of 96.77º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #779D5F is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 95 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.38 |
| HSL | 96.77º | 0.25% | 0.49% | - |
| HSV(B) | 96.77º | 0.39% | 0.62% | - |
| XYZ | 21.73 | 28.86 | 15.25 | - |
| YUV | 138.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 95 | 0.24 | 0 | 0.39 | 0.38 | 96.77 | 0.25 | 0.49 |
| Hex | 77 | 9D | 5F | 18 | 0 | 27 | 26 | 61 | 19 | 31 |
| Octal | 167 | 235 | 137 | 30 | 0 | 47 | 46 | 141 | 31 | 61 |
| Binary | 1110111 | 10011101 | 1011111 | 11000 | 0 | 100111 | 100110 | 1100001 | 11001 | 110001 |
Color Harmonies of #779D5F
Complementary color
Monochromatic Colors of #779D5F
Black with #779D5F
Text Example
Text Example
White with #779D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D5F; }
p { color: rgb(119,157,95); }
H1.HeaderClassName
{
color: #779D5F;
}
.AnyTagClassName
{
color: #779D5F;
}
</style>
background-color css
<style>
a { background-color: #779D5F; }
a { background-color: rgb(119,157,95); }
div.DivClassName
{
background-color: #779D5F;
}
.BgClassName
{
background-color: #779D5F;
}
</style>
border-color css
<style>
span { border-color: #779D5F; }
span { border-color: rgb(119,157,95); }
td.TdClassName
{
border-color: #779D5F;
}
.TagClassName
{
border-color: #779D5F;
}
</style>