Shades of Asparagus #779F5C
Tints of Asparagus #779F5C
RGB
CMYK
RGB Variations
Color information
#779F5C (or 0x779F5C) is known color: Asparagus. HEX triplet: 77, 9F and 5C. RGB value is (119,159,92). Sum of RGB (Red+Green+Blue) = 119+159+92=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #779F5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F5C is #8860A3. Grayscale: #8B8B8B. Windows color (decimal): -8937636 or 6070135. OLE color: 6070135.
HSL color Cylindrical-coordinate representation of color #779F5C: hue angle of 95.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #779F5C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 92 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.38 |
| HSL | 95.82º | 0.27% | 0.49% | - |
| HSV(B) | 95.82º | 0.42% | 0.62% | - |
| XYZ | 21.94 | 29.49 | 14.66 | - |
| YUV | 139.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 92 | 0.25 | 0 | 0.42 | 0.38 | 95.82 | 0.27 | 0.49 |
| Hex | 77 | 9F | 5C | 19 | 0 | 2A | 26 | 60 | 1B | 31 |
| Octal | 167 | 237 | 134 | 31 | 0 | 52 | 46 | 140 | 33 | 61 |
| Binary | 1110111 | 10011111 | 1011100 | 11001 | 0 | 101010 | 100110 | 1100000 | 11011 | 110001 |
Color Harmonies of #779F5C
Complementary color
Monochromatic Colors of #779F5C
Black with #779F5C
Text Example
Text Example
White with #779F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F5C; }
p { color: rgb(119,159,92); }
H1.HeaderClassName
{
color: #779F5C;
}
.AnyTagClassName
{
color: #779F5C;
}
</style>
background-color css
<style>
a { background-color: #779F5C; }
a { background-color: rgb(119,159,92); }
div.DivClassName
{
background-color: #779F5C;
}
.BgClassName
{
background-color: #779F5C;
}
</style>
border-color css
<style>
span { border-color: #779F5C; }
span { border-color: rgb(119,159,92); }
td.TdClassName
{
border-color: #779F5C;
}
.TagClassName
{
border-color: #779F5C;
}
</style>