Shades of Asparagus #79A165
Tints of Asparagus #79A165
RGB
CMYK
RGB Variations
Color information
#79A165 (or 0x79A165) is known color: Asparagus. HEX triplet: 79, A1 and 65. RGB value is (121,161,101). Sum of RGB (Red+Green+Blue) = 121+161+101=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #79A165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A165 is #865E9A. Grayscale: #8E8E8E. Windows color (decimal): -8806043 or 6660473. OLE color: 6660473.
HSL color Cylindrical-coordinate representation of color #79A165: hue angle of 100º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79A165 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 161 | 101 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.37 |
| HSL | 100º | 0.24% | 0.51% | - |
| HSV(B) | 100º | 0.37% | 0.63% | - |
| XYZ | 22.98 | 30.49 | 16.99 | - |
| YUV | 142.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 161 | 101 | 0.25 | 0 | 0.37 | 0.37 | 100 | 0.24 | 0.51 |
| Hex | 79 | A1 | 65 | 19 | 0 | 25 | 25 | 64 | 18 | 33 |
| Octal | 171 | 241 | 145 | 31 | 0 | 45 | 45 | 144 | 30 | 63 |
| Binary | 1111001 | 10100001 | 1100101 | 11001 | 0 | 100101 | 100101 | 1100100 | 11000 | 110011 |
Color Harmonies of #79A165
Complementary color
Monochromatic Colors of #79A165
Black with #79A165
Text Example
Text Example
White with #79A165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A165; }
p { color: rgb(121,161,101); }
H1.HeaderClassName
{
color: #79A165;
}
.AnyTagClassName
{
color: #79A165;
}
</style>
background-color css
<style>
a { background-color: #79A165; }
a { background-color: rgb(121,161,101); }
div.DivClassName
{
background-color: #79A165;
}
.BgClassName
{
background-color: #79A165;
}
</style>
border-color css
<style>
span { border-color: #79A165; }
span { border-color: rgb(121,161,101); }
td.TdClassName
{
border-color: #79A165;
}
.TagClassName
{
border-color: #79A165;
}
</style>