Shades of Asparagus #779C5F
Tints of Asparagus #779C5F
RGB
CMYK
RGB Variations
Color information
#779C5F (or 0x779C5F) is known color: Asparagus. HEX triplet: 77, 9C and 5F. RGB value is (119,156,95). Sum of RGB (Red+Green+Blue) = 119+156+95=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #779C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779C5F is #8863A0. Grayscale: #8A8A8A. Windows color (decimal): -8938401 or 6265975. OLE color: 6265975.
HSL color Cylindrical-coordinate representation of color #779C5F: hue angle of 96.39º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #779C5F is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 156 | 95 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.39 |
| HSL | 96.39º | 0.24% | 0.49% | - |
| HSV(B) | 96.39º | 0.39% | 0.61% | - |
| XYZ | 21.56 | 28.53 | 15.2 | - |
| YUV | 137.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 95 | 0.24 | 0 | 0.39 | 0.39 | 96.39 | 0.24 | 0.49 |
| Hex | 77 | 9C | 5F | 18 | 0 | 27 | 27 | 60 | 18 | 31 |
| Octal | 167 | 234 | 137 | 30 | 0 | 47 | 47 | 140 | 30 | 61 |
| Binary | 1110111 | 10011100 | 1011111 | 11000 | 0 | 100111 | 100111 | 1100000 | 11000 | 110001 |
Color Harmonies of #779C5F
Complementary color
Monochromatic Colors of #779C5F
Black with #779C5F
Text Example
Text Example
White with #779C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779C5F; }
p { color: rgb(119,156,95); }
H1.HeaderClassName
{
color: #779C5F;
}
.AnyTagClassName
{
color: #779C5F;
}
</style>
background-color css
<style>
a { background-color: #779C5F; }
a { background-color: rgb(119,156,95); }
div.DivClassName
{
background-color: #779C5F;
}
.BgClassName
{
background-color: #779C5F;
}
</style>
border-color css
<style>
span { border-color: #779C5F; }
span { border-color: rgb(119,156,95); }
td.TdClassName
{
border-color: #779C5F;
}
.TagClassName
{
border-color: #779C5F;
}
</style>