Shades of Asparagus #799C58
Tints of Asparagus #799C58
RGB
CMYK
RGB Variations
Color information
#799C58 (or 0x799C58) is known color: Asparagus. HEX triplet: 79, 9C and 58. RGB value is (121,156,88). Sum of RGB (Red+Green+Blue) = 121+156+88=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #799C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799C58 is #8663A7. Grayscale: #8A8A8A. Windows color (decimal): -8807336 or 5807225. OLE color: 5807225.
HSL color Cylindrical-coordinate representation of color #799C58: hue angle of 90.88º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #799C58 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 156 | 88 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.39 |
| HSL | 90.88º | 0.28% | 0.48% | - |
| HSV(B) | 90.88º | 0.44% | 0.61% | - |
| XYZ | 21.54 | 28.55 | 13.61 | - |
| YUV | 137.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 88 | 0.22 | 0 | 0.44 | 0.39 | 90.88 | 0.28 | 0.48 |
| Hex | 79 | 9C | 58 | 16 | 0 | 2C | 27 | 5B | 1C | 30 |
| Octal | 171 | 234 | 130 | 26 | 0 | 54 | 47 | 133 | 34 | 60 |
| Binary | 1111001 | 10011100 | 1011000 | 10110 | 0 | 101100 | 100111 | 1011011 | 11100 | 110000 |
Color Harmonies of #799C58
Complementary color
Monochromatic Colors of #799C58
Black with #799C58
Text Example
Text Example
White with #799C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799C58; }
p { color: rgb(121,156,88); }
H1.HeaderClassName
{
color: #799C58;
}
.AnyTagClassName
{
color: #799C58;
}
</style>
background-color css
<style>
a { background-color: #799C58; }
a { background-color: rgb(121,156,88); }
div.DivClassName
{
background-color: #799C58;
}
.BgClassName
{
background-color: #799C58;
}
</style>
border-color css
<style>
span { border-color: #799C58; }
span { border-color: rgb(121,156,88); }
td.TdClassName
{
border-color: #799C58;
}
.TagClassName
{
border-color: #799C58;
}
</style>