Shades of Asparagus #799B54
Tints of Asparagus #799B54
RGB
CMYK
RGB Variations
Color information
#799B54 (or 0x799B54) is known color: Asparagus. HEX triplet: 79, 9B and 54. RGB value is (121,155,84). Sum of RGB (Red+Green+Blue) = 121+155+84=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #799B54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799B54 is #8664AB. Grayscale: #888888. Windows color (decimal): -8807596 or 5544825. OLE color: 5544825.
HSL color Cylindrical-coordinate representation of color #799B54: hue angle of 88.73º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #799B54 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 84 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.39 |
| HSL | 88.73º | 0.3% | 0.47% | - |
| HSV(B) | 88.73º | 0.46% | 0.61% | - |
| XYZ | 21.21 | 28.15 | 12.7 | - |
| YUV | 136.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 84 | 0.22 | 0 | 0.46 | 0.39 | 88.73 | 0.3 | 0.47 |
| Hex | 79 | 9B | 54 | 16 | 0 | 2E | 27 | 59 | 1E | 2F |
| Octal | 171 | 233 | 124 | 26 | 0 | 56 | 47 | 131 | 36 | 57 |
| Binary | 1111001 | 10011011 | 1010100 | 10110 | 0 | 101110 | 100111 | 1011001 | 11110 | 101111 |
Color Harmonies of #799B54
Complementary color
Monochromatic Colors of #799B54
Black with #799B54
Text Example
Text Example
White with #799B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B54; }
p { color: rgb(121,155,84); }
H1.HeaderClassName
{
color: #799B54;
}
.AnyTagClassName
{
color: #799B54;
}
</style>
background-color css
<style>
a { background-color: #799B54; }
a { background-color: rgb(121,155,84); }
div.DivClassName
{
background-color: #799B54;
}
.BgClassName
{
background-color: #799B54;
}
</style>
border-color css
<style>
span { border-color: #799B54; }
span { border-color: rgb(121,155,84); }
td.TdClassName
{
border-color: #799B54;
}
.TagClassName
{
border-color: #799B54;
}
</style>