Shades of Asparagus #799D4E
Tints of Asparagus #799D4E
RGB
CMYK
RGB Variations
Color information
#799D4E (or 0x799D4E) is known color: Asparagus. HEX triplet: 79, 9D and 4E. RGB value is (121,157,78). Sum of RGB (Red+Green+Blue) = 121+157+78=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #799D4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D4E is #8662B1. Grayscale: #898989. Windows color (decimal): -8807090 or 5152121. OLE color: 5152121.
HSL color Cylindrical-coordinate representation of color #799D4E: hue angle of 87.34º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #799D4E is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 78 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.38 |
| HSL | 87.34º | 0.34% | 0.46% | - |
| HSV(B) | 87.34º | 0.5% | 0.62% | - |
| XYZ | 21.32 | 28.73 | 11.63 | - |
| YUV | 137.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 78 | 0.23 | 0 | 0.50 | 0.38 | 87.34 | 0.34 | 0.46 |
| Hex | 79 | 9D | 4E | 17 | 0 | 32 | 26 | 57 | 22 | 2E |
| Octal | 171 | 235 | 116 | 27 | 0 | 62 | 46 | 127 | 42 | 56 |
| Binary | 1111001 | 10011101 | 1001110 | 10111 | 0 | 110010 | 100110 | 1010111 | 100010 | 101110 |
Color Harmonies of #799D4E
Complementary color
Monochromatic Colors of #799D4E
Black with #799D4E
Text Example
Text Example
White with #799D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D4E; }
p { color: rgb(121,157,78); }
H1.HeaderClassName
{
color: #799D4E;
}
.AnyTagClassName
{
color: #799D4E;
}
</style>
background-color css
<style>
a { background-color: #799D4E; }
a { background-color: rgb(121,157,78); }
div.DivClassName
{
background-color: #799D4E;
}
.BgClassName
{
background-color: #799D4E;
}
</style>
border-color css
<style>
span { border-color: #799D4E; }
span { border-color: rgb(121,157,78); }
td.TdClassName
{
border-color: #799D4E;
}
.TagClassName
{
border-color: #799D4E;
}
</style>