Shades of Asparagus #79A75D
Tints of Asparagus #79A75D
RGB
CMYK
RGB Variations
Color information
#79A75D (or 0x79A75D) is known color: Asparagus. HEX triplet: 79, A7 and 5D. RGB value is (121,167,93). Sum of RGB (Red+Green+Blue) = 121+167+93=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #79A75D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A75D is #8658A2. Grayscale: #919191. Windows color (decimal): -8804515 or 6137721. OLE color: 6137721.
HSL color Cylindrical-coordinate representation of color #79A75D: hue angle of 97.3º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79A75D is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 167 | 93 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.35 |
| HSL | 97.3º | 0.3% | 0.51% | - |
| HSV(B) | 97.3º | 0.44% | 0.65% | - |
| XYZ | 23.68 | 32.49 | 15.38 | - |
| YUV | 144.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 167 | 93 | 0.28 | 0 | 0.44 | 0.35 | 97.3 | 0.3 | 0.51 |
| Hex | 79 | A7 | 5D | 1C | 0 | 2C | 23 | 61 | 1E | 33 |
| Octal | 171 | 247 | 135 | 34 | 0 | 54 | 43 | 141 | 36 | 63 |
| Binary | 1111001 | 10100111 | 1011101 | 11100 | 0 | 101100 | 100011 | 1100001 | 11110 | 110011 |
Color Harmonies of #79A75D
Complementary color
Monochromatic Colors of #79A75D
Black with #79A75D
Text Example
Text Example
White with #79A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A75D; }
p { color: rgb(121,167,93); }
H1.HeaderClassName
{
color: #79A75D;
}
.AnyTagClassName
{
color: #79A75D;
}
</style>
background-color css
<style>
a { background-color: #79A75D; }
a { background-color: rgb(121,167,93); }
div.DivClassName
{
background-color: #79A75D;
}
.BgClassName
{
background-color: #79A75D;
}
</style>
border-color css
<style>
span { border-color: #79A75D; }
span { border-color: rgb(121,167,93); }
td.TdClassName
{
border-color: #79A75D;
}
.TagClassName
{
border-color: #79A75D;
}
</style>