Shades of Asparagus #779D5D
Tints of Asparagus #779D5D
RGB
CMYK
RGB Variations
Color information
#779D5D (or 0x779D5D) is known color: Asparagus. HEX triplet: 77, 9D and 5D. RGB value is (119,157,93). Sum of RGB (Red+Green+Blue) = 119+157+93=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #779D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779D5D is #8862A2. Grayscale: #8A8A8A. Windows color (decimal): -8938147 or 6135159. OLE color: 6135159.
HSL color Cylindrical-coordinate representation of color #779D5D: hue angle of 95.62º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #779D5D is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 93 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.38 |
| HSL | 95.63º | 0.26% | 0.49% | - |
| HSV(B) | 95.63º | 0.41% | 0.62% | - |
| XYZ | 21.64 | 28.83 | 14.78 | - |
| YUV | 138.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 93 | 0.24 | 0 | 0.41 | 0.38 | 95.63 | 0.26 | 0.49 |
| Hex | 77 | 9D | 5D | 18 | 0 | 29 | 26 | 60 | 1A | 31 |
| Octal | 167 | 235 | 135 | 30 | 0 | 51 | 46 | 140 | 32 | 61 |
| Binary | 1110111 | 10011101 | 1011101 | 11000 | 0 | 101001 | 100110 | 1100000 | 11010 | 110001 |
Color Harmonies of #779D5D
Complementary color
Monochromatic Colors of #779D5D
Black with #779D5D
Text Example
Text Example
White with #779D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D5D; }
p { color: rgb(119,157,93); }
H1.HeaderClassName
{
color: #779D5D;
}
.AnyTagClassName
{
color: #779D5D;
}
</style>
background-color css
<style>
a { background-color: #779D5D; }
a { background-color: rgb(119,157,93); }
div.DivClassName
{
background-color: #779D5D;
}
.BgClassName
{
background-color: #779D5D;
}
</style>
border-color css
<style>
span { border-color: #779D5D; }
span { border-color: rgb(119,157,93); }
td.TdClassName
{
border-color: #779D5D;
}
.TagClassName
{
border-color: #779D5D;
}
</style>