Shades of Asparagus #78A25D
Tints of Asparagus #78A25D
RGB
CMYK
RGB Variations
Color information
#78A25D (or 0x78A25D) is known color: Asparagus. HEX triplet: 78, A2 and 5D. RGB value is (120,162,93). Sum of RGB (Red+Green+Blue) = 120+162+93=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #78A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A25D is #875DA2. Grayscale: #8D8D8D. Windows color (decimal): -8871331 or 6136440. OLE color: 6136440.
HSL color Cylindrical-coordinate representation of color #78A25D: hue angle of 96.52º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78A25D is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 93 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.36 |
| HSL | 96.52º | 0.27% | 0.5% | - |
| HSV(B) | 96.52º | 0.43% | 0.64% | - |
| XYZ | 22.64 | 30.62 | 15.07 | - |
| YUV | 141.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 93 | 0.26 | 0 | 0.43 | 0.36 | 96.52 | 0.27 | 0.5 |
| Hex | 78 | A2 | 5D | 1A | 0 | 2B | 24 | 61 | 1B | 32 |
| Octal | 170 | 242 | 135 | 32 | 0 | 53 | 44 | 141 | 33 | 62 |
| Binary | 1111000 | 10100010 | 1011101 | 11010 | 0 | 101011 | 100100 | 1100001 | 11011 | 110010 |
Color Harmonies of #78A25D
Complementary color
Monochromatic Colors of #78A25D
Black with #78A25D
Text Example
Text Example
White with #78A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A25D; }
p { color: rgb(120,162,93); }
H1.HeaderClassName
{
color: #78A25D;
}
.AnyTagClassName
{
color: #78A25D;
}
</style>
background-color css
<style>
a { background-color: #78A25D; }
a { background-color: rgb(120,162,93); }
div.DivClassName
{
background-color: #78A25D;
}
.BgClassName
{
background-color: #78A25D;
}
</style>
border-color css
<style>
span { border-color: #78A25D; }
span { border-color: rgb(120,162,93); }
td.TdClassName
{
border-color: #78A25D;
}
.TagClassName
{
border-color: #78A25D;
}
</style>