Shades of Asparagus #799F4E
Tints of Asparagus #799F4E
RGB
CMYK
RGB Variations
Color information
#799F4E (or 0x799F4E) is known color: Asparagus. HEX triplet: 79, 9F and 4E. RGB value is (121,159,78). Sum of RGB (Red+Green+Blue) = 121+159+78=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #799F4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799F4E is #8660B1. Grayscale: #8A8A8A. Windows color (decimal): -8806578 or 5152633. OLE color: 5152633.
HSL color Cylindrical-coordinate representation of color #799F4E: hue angle of 88.15º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #799F4E is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 78 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.38 |
| HSL | 88.15º | 0.34% | 0.46% | - |
| HSV(B) | 88.15º | 0.51% | 0.62% | - |
| XYZ | 21.66 | 29.41 | 11.74 | - |
| YUV | 138.4 | 93.91 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 78 | 0.24 | 0 | 0.51 | 0.38 | 88.15 | 0.34 | 0.46 |
| Hex | 79 | 9F | 4E | 18 | 0 | 33 | 26 | 58 | 22 | 2E |
| Octal | 171 | 237 | 116 | 30 | 0 | 63 | 46 | 130 | 42 | 56 |
| Binary | 1111001 | 10011111 | 1001110 | 11000 | 0 | 110011 | 100110 | 1011000 | 100010 | 101110 |
Color Harmonies of #799F4E
Complementary color
Monochromatic Colors of #799F4E
Black with #799F4E
Text Example
Text Example
White with #799F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F4E; }
p { color: rgb(121,159,78); }
H1.HeaderClassName
{
color: #799F4E;
}
.AnyTagClassName
{
color: #799F4E;
}
</style>
background-color css
<style>
a { background-color: #799F4E; }
a { background-color: rgb(121,159,78); }
div.DivClassName
{
background-color: #799F4E;
}
.BgClassName
{
background-color: #799F4E;
}
</style>
border-color css
<style>
span { border-color: #799F4E; }
span { border-color: rgb(121,159,78); }
td.TdClassName
{
border-color: #799F4E;
}
.TagClassName
{
border-color: #799F4E;
}
</style>