Shades of Asparagus #799C56
Tints of Asparagus #799C56
RGB
CMYK
RGB Variations
Color information
#799C56 (or 0x799C56) is known color: Asparagus. HEX triplet: 79, 9C and 56. RGB value is (121,156,86). Sum of RGB (Red+Green+Blue) = 121+156+86=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #799C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799C56 is #8663A9. Grayscale: #898989. Windows color (decimal): -8807338 or 5676153. OLE color: 5676153.
HSL color Cylindrical-coordinate representation of color #799C56: hue angle of 90º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #799C56 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 156 | 86 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.39 |
| HSL | 90º | 0.29% | 0.47% | - |
| HSV(B) | 90º | 0.45% | 0.61% | - |
| XYZ | 21.45 | 28.51 | 13.18 | - |
| YUV | 137.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 86 | 0.22 | 0 | 0.45 | 0.39 | 90 | 0.29 | 0.47 |
| Hex | 79 | 9C | 56 | 16 | 0 | 2D | 27 | 5A | 1D | 2F |
| Octal | 171 | 234 | 126 | 26 | 0 | 55 | 47 | 132 | 35 | 57 |
| Binary | 1111001 | 10011100 | 1010110 | 10110 | 0 | 101101 | 100111 | 1011010 | 11101 | 101111 |
Color Harmonies of #799C56
Complementary color
Monochromatic Colors of #799C56
Black with #799C56
Text Example
Text Example
White with #799C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799C56; }
p { color: rgb(121,156,86); }
H1.HeaderClassName
{
color: #799C56;
}
.AnyTagClassName
{
color: #799C56;
}
</style>
background-color css
<style>
a { background-color: #799C56; }
a { background-color: rgb(121,156,86); }
div.DivClassName
{
background-color: #799C56;
}
.BgClassName
{
background-color: #799C56;
}
</style>
border-color css
<style>
span { border-color: #799C56; }
span { border-color: rgb(121,156,86); }
td.TdClassName
{
border-color: #799C56;
}
.TagClassName
{
border-color: #799C56;
}
</style>