Shades of Asparagus #79995A
Tints of Asparagus #79995A
RGB
CMYK
RGB Variations
Color information
#79995A (or 0x79995A) is known color: Asparagus. HEX triplet: 79, 99 and 5A. RGB value is (121,153,90). Sum of RGB (Red+Green+Blue) = 121+153+90=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #79995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79995A is #8666A5. Grayscale: #888888. Windows color (decimal): -8808102 or 5937529. OLE color: 5937529.
HSL color Cylindrical-coordinate representation of color #79995A: hue angle of 90.48º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79995A is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 153 | 90 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.4 |
| HSL | 90.48º | 0.26% | 0.48% | - |
| HSV(B) | 90.48º | 0.41% | 0.6% | - |
| XYZ | 21.12 | 27.59 | 13.88 | - |
| YUV | 136.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 153 | 90 | 0.21 | 0 | 0.41 | 0.4 | 90.48 | 0.26 | 0.48 |
| Hex | 79 | 99 | 5A | 15 | 0 | 29 | 28 | 5A | 1A | 30 |
| Octal | 171 | 231 | 132 | 25 | 0 | 51 | 50 | 132 | 32 | 60 |
| Binary | 1111001 | 10011001 | 1011010 | 10101 | 0 | 101001 | 101000 | 1011010 | 11010 | 110000 |
Color Harmonies of #79995A
Complementary color
Monochromatic Colors of #79995A
Black with #79995A
Text Example
Text Example
White with #79995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79995A; }
p { color: rgb(121,153,90); }
H1.HeaderClassName
{
color: #79995A;
}
.AnyTagClassName
{
color: #79995A;
}
</style>
background-color css
<style>
a { background-color: #79995A; }
a { background-color: rgb(121,153,90); }
div.DivClassName
{
background-color: #79995A;
}
.BgClassName
{
background-color: #79995A;
}
</style>
border-color css
<style>
span { border-color: #79995A; }
span { border-color: rgb(121,153,90); }
td.TdClassName
{
border-color: #79995A;
}
.TagClassName
{
border-color: #79995A;
}
</style>