Shades of Asparagus #78AB53
Tints of Asparagus #78AB53
RGB
CMYK
RGB Variations
Color information
#78AB53 (or 0x78AB53) is known color: Asparagus. HEX triplet: 78, AB and 53. RGB value is (120,171,83). Sum of RGB (Red+Green+Blue) = 120+171+83=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB53 is #8754AC. Grayscale: #929292. Windows color (decimal): -8869037 or 5483384. OLE color: 5483384.
HSL color Cylindrical-coordinate representation of color #78AB53: hue angle of 94.77º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78AB53 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 83 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.33 |
| HSL | 94.77º | 0.35% | 0.5% | - |
| HSV(B) | 94.77º | 0.51% | 0.67% | - |
| XYZ | 23.87 | 33.74 | 13.44 | - |
| YUV | 145.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 83 | 0.30 | 0 | 0.51 | 0.33 | 94.77 | 0.35 | 0.5 |
| Hex | 78 | AB | 53 | 1E | 0 | 33 | 21 | 5F | 23 | 32 |
| Octal | 170 | 253 | 123 | 36 | 0 | 63 | 41 | 137 | 43 | 62 |
| Binary | 1111000 | 10101011 | 1010011 | 11110 | 0 | 110011 | 100001 | 1011111 | 100011 | 110010 |
Color Harmonies of #78AB53
Complementary color
Monochromatic Colors of #78AB53
Black with #78AB53
Text Example
Text Example
White with #78AB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB53; }
p { color: rgb(120,171,83); }
H1.HeaderClassName
{
color: #78AB53;
}
.AnyTagClassName
{
color: #78AB53;
}
</style>
background-color css
<style>
a { background-color: #78AB53; }
a { background-color: rgb(120,171,83); }
div.DivClassName
{
background-color: #78AB53;
}
.BgClassName
{
background-color: #78AB53;
}
</style>
border-color css
<style>
span { border-color: #78AB53; }
span { border-color: rgb(120,171,83); }
td.TdClassName
{
border-color: #78AB53;
}
.TagClassName
{
border-color: #78AB53;
}
</style>