Shades of Asparagus #78AA5D
Tints of Asparagus #78AA5D
RGB
CMYK
RGB Variations
Color information
#78AA5D (or 0x78AA5D) is known color: Asparagus. HEX triplet: 78, AA and 5D. RGB value is (120,170,93). Sum of RGB (Red+Green+Blue) = 120+170+93=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA5D is #8755A2. Grayscale: #929292. Windows color (decimal): -8869283 or 6138488. OLE color: 6138488.
HSL color Cylindrical-coordinate representation of color #78AA5D: hue angle of 98.96º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78AA5D is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 93 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.33 |
| HSL | 98.96º | 0.31% | 0.52% | - |
| HSV(B) | 98.96º | 0.45% | 0.67% | - |
| XYZ | 24.1 | 33.53 | 15.56 | - |
| YUV | 146.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 93 | 0.29 | 0 | 0.45 | 0.33 | 98.96 | 0.31 | 0.52 |
| Hex | 78 | AA | 5D | 1D | 0 | 2D | 21 | 63 | 1F | 34 |
| Octal | 170 | 252 | 135 | 35 | 0 | 55 | 41 | 143 | 37 | 64 |
| Binary | 1111000 | 10101010 | 1011101 | 11101 | 0 | 101101 | 100001 | 1100011 | 11111 | 110100 |
Color Harmonies of #78AA5D
Complementary color
Monochromatic Colors of #78AA5D
Black with #78AA5D
Text Example
Text Example
White with #78AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA5D; }
p { color: rgb(120,170,93); }
H1.HeaderClassName
{
color: #78AA5D;
}
.AnyTagClassName
{
color: #78AA5D;
}
</style>
background-color css
<style>
a { background-color: #78AA5D; }
a { background-color: rgb(120,170,93); }
div.DivClassName
{
background-color: #78AA5D;
}
.BgClassName
{
background-color: #78AA5D;
}
</style>
border-color css
<style>
span { border-color: #78AA5D; }
span { border-color: rgb(120,170,93); }
td.TdClassName
{
border-color: #78AA5D;
}
.TagClassName
{
border-color: #78AA5D;
}
</style>