Shades of Asparagus #789E60
Tints of Asparagus #789E60
RGB
CMYK
RGB Variations
Color information
#789E60 (or 0x789E60) is known color: Asparagus. HEX triplet: 78, 9E and 60. RGB value is (120,158,96). Sum of RGB (Red+Green+Blue) = 120+158+96=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #789E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789E60 is #87619F. Grayscale: #8B8B8B. Windows color (decimal): -8872352 or 6332024. OLE color: 6332024.
HSL color Cylindrical-coordinate representation of color #789E60: hue angle of 96.77º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #789E60 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 158 | 96 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.38 |
| HSL | 96.77º | 0.24% | 0.5% | - |
| HSV(B) | 96.77º | 0.39% | 0.62% | - |
| XYZ | 22.08 | 29.29 | 15.56 | - |
| YUV | 139.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 96 | 0.24 | 0 | 0.39 | 0.38 | 96.77 | 0.24 | 0.5 |
| Hex | 78 | 9E | 60 | 18 | 0 | 27 | 26 | 61 | 18 | 32 |
| Octal | 170 | 236 | 140 | 30 | 0 | 47 | 46 | 141 | 30 | 62 |
| Binary | 1111000 | 10011110 | 1100000 | 11000 | 0 | 100111 | 100110 | 1100001 | 11000 | 110010 |
Color Harmonies of #789E60
Complementary color
Monochromatic Colors of #789E60
Black with #789E60
Text Example
Text Example
White with #789E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789E60; }
p { color: rgb(120,158,96); }
H1.HeaderClassName
{
color: #789E60;
}
.AnyTagClassName
{
color: #789E60;
}
</style>
background-color css
<style>
a { background-color: #789E60; }
a { background-color: rgb(120,158,96); }
div.DivClassName
{
background-color: #789E60;
}
.BgClassName
{
background-color: #789E60;
}
</style>
border-color css
<style>
span { border-color: #789E60; }
span { border-color: rgb(120,158,96); }
td.TdClassName
{
border-color: #789E60;
}
.TagClassName
{
border-color: #789E60;
}
</style>