Shades of Asparagus #789A5D
Tints of Asparagus #789A5D
RGB
CMYK
RGB Variations
Color information
#789A5D (or 0x789A5D) is known color: Asparagus. HEX triplet: 78, 9A and 5D. RGB value is (120,154,93). Sum of RGB (Red+Green+Blue) = 120+154+93=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #789A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789A5D is #8765A2. Grayscale: #898989. Windows color (decimal): -8873379 or 6134392. OLE color: 6134392.
HSL color Cylindrical-coordinate representation of color #789A5D: hue angle of 93.44º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #789A5D is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 154 | 93 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.40 |
| HSL | 93.44º | 0.25% | 0.48% | - |
| HSV(B) | 93.44º | 0.4% | 0.6% | - |
| XYZ | 21.28 | 27.89 | 14.62 | - |
| YUV | 136.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 93 | 0.22 | 0 | 0.40 | 0.40 | 93.44 | 0.25 | 0.48 |
| Hex | 78 | 9A | 5D | 16 | 0 | 28 | 28 | 5D | 19 | 30 |
| Octal | 170 | 232 | 135 | 26 | 0 | 50 | 50 | 135 | 31 | 60 |
| Binary | 1111000 | 10011010 | 1011101 | 10110 | 0 | 101000 | 101000 | 1011101 | 11001 | 110000 |
Color Harmonies of #789A5D
Complementary color
Monochromatic Colors of #789A5D
Black with #789A5D
Text Example
Text Example
White with #789A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789A5D; }
p { color: rgb(120,154,93); }
H1.HeaderClassName
{
color: #789A5D;
}
.AnyTagClassName
{
color: #789A5D;
}
</style>
background-color css
<style>
a { background-color: #789A5D; }
a { background-color: rgb(120,154,93); }
div.DivClassName
{
background-color: #789A5D;
}
.BgClassName
{
background-color: #789A5D;
}
</style>
border-color css
<style>
span { border-color: #789A5D; }
span { border-color: rgb(120,154,93); }
td.TdClassName
{
border-color: #789A5D;
}
.TagClassName
{
border-color: #789A5D;
}
</style>