Shades of Asparagus #78994D
Tints of Asparagus #78994D
RGB
CMYK
RGB Variations
Color information
#78994D (or 0x78994D) is known color: Asparagus. HEX triplet: 78, 99 and 4D. RGB value is (120,153,77). Sum of RGB (Red+Green+Blue) = 120+153+77=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #78994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78994D is #8766B2. Grayscale: #868686. Windows color (decimal): -8873651 or 5085560. OLE color: 5085560.
HSL color Cylindrical-coordinate representation of color #78994D: hue angle of 86.05º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78994D is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 77 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.4 |
| HSL | 86.05º | 0.33% | 0.45% | - |
| HSV(B) | 86.05º | 0.5% | 0.6% | - |
| XYZ | 20.48 | 27.31 | 11.21 | - |
| YUV | 134.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 77 | 0.22 | 0 | 0.50 | 0.4 | 86.05 | 0.33 | 0.45 |
| Hex | 78 | 99 | 4D | 16 | 0 | 32 | 28 | 56 | 21 | 2D |
| Octal | 170 | 231 | 115 | 26 | 0 | 62 | 50 | 126 | 41 | 55 |
| Binary | 1111000 | 10011001 | 1001101 | 10110 | 0 | 110010 | 101000 | 1010110 | 100001 | 101101 |
Color Harmonies of #78994D
Complementary color
Monochromatic Colors of #78994D
Black with #78994D
Text Example
Text Example
White with #78994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78994D; }
p { color: rgb(120,153,77); }
H1.HeaderClassName
{
color: #78994D;
}
.AnyTagClassName
{
color: #78994D;
}
</style>
background-color css
<style>
a { background-color: #78994D; }
a { background-color: rgb(120,153,77); }
div.DivClassName
{
background-color: #78994D;
}
.BgClassName
{
background-color: #78994D;
}
</style>
border-color css
<style>
span { border-color: #78994D; }
span { border-color: rgb(120,153,77); }
td.TdClassName
{
border-color: #78994D;
}
.TagClassName
{
border-color: #78994D;
}
</style>