Shades of Asparagus #799D58
Tints of Asparagus #799D58
RGB
CMYK
RGB Variations
Color information
#799D58 (or 0x799D58) is known color: Asparagus. HEX triplet: 79, 9D and 58. RGB value is (121,157,88). Sum of RGB (Red+Green+Blue) = 121+157+88=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #799D58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D58 is #8662A7. Grayscale: #8A8A8A. Windows color (decimal): -8807080 or 5807481. OLE color: 5807481.
HSL color Cylindrical-coordinate representation of color #799D58: hue angle of 91.3º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #799D58 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 88 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.38 |
| HSL | 91.3º | 0.28% | 0.48% | - |
| HSV(B) | 91.3º | 0.44% | 0.62% | - |
| XYZ | 21.7 | 28.88 | 13.66 | - |
| YUV | 138.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 88 | 0.23 | 0 | 0.44 | 0.38 | 91.3 | 0.28 | 0.48 |
| Hex | 79 | 9D | 58 | 17 | 0 | 2C | 26 | 5B | 1C | 30 |
| Octal | 171 | 235 | 130 | 27 | 0 | 54 | 46 | 133 | 34 | 60 |
| Binary | 1111001 | 10011101 | 1011000 | 10111 | 0 | 101100 | 100110 | 1011011 | 11100 | 110000 |
Color Harmonies of #799D58
Complementary color
Monochromatic Colors of #799D58
Black with #799D58
Text Example
Text Example
White with #799D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D58; }
p { color: rgb(121,157,88); }
H1.HeaderClassName
{
color: #799D58;
}
.AnyTagClassName
{
color: #799D58;
}
</style>
background-color css
<style>
a { background-color: #799D58; }
a { background-color: rgb(121,157,88); }
div.DivClassName
{
background-color: #799D58;
}
.BgClassName
{
background-color: #799D58;
}
</style>
border-color css
<style>
span { border-color: #799D58; }
span { border-color: rgb(121,157,88); }
td.TdClassName
{
border-color: #799D58;
}
.TagClassName
{
border-color: #799D58;
}
</style>