Shades of Asparagus #789B60
Tints of Asparagus #789B60
RGB
CMYK
RGB Variations
Color information
#789B60 (or 0x789B60) is known color: Asparagus. HEX triplet: 78, 9B and 60. RGB value is (120,155,96). Sum of RGB (Red+Green+Blue) = 120+155+96=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #789B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789B60 is #87649F. Grayscale: #8A8A8A. Windows color (decimal): -8873120 or 6331256. OLE color: 6331256.
HSL color Cylindrical-coordinate representation of color #789B60: hue angle of 95.59º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #789B60 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 96 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.39 |
| HSL | 95.59º | 0.24% | 0.49% | - |
| HSV(B) | 95.59º | 0.38% | 0.61% | - |
| XYZ | 21.58 | 28.28 | 15.39 | - |
| YUV | 137.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 96 | 0.23 | 0 | 0.38 | 0.39 | 95.59 | 0.24 | 0.49 |
| Hex | 78 | 9B | 60 | 17 | 0 | 26 | 27 | 60 | 18 | 31 |
| Octal | 170 | 233 | 140 | 27 | 0 | 46 | 47 | 140 | 30 | 61 |
| Binary | 1111000 | 10011011 | 1100000 | 10111 | 0 | 100110 | 100111 | 1100000 | 11000 | 110001 |
Color Harmonies of #789B60
Complementary color
Monochromatic Colors of #789B60
Black with #789B60
Text Example
Text Example
White with #789B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B60; }
p { color: rgb(120,155,96); }
H1.HeaderClassName
{
color: #789B60;
}
.AnyTagClassName
{
color: #789B60;
}
</style>
background-color css
<style>
a { background-color: #789B60; }
a { background-color: rgb(120,155,96); }
div.DivClassName
{
background-color: #789B60;
}
.BgClassName
{
background-color: #789B60;
}
</style>
border-color css
<style>
span { border-color: #789B60; }
span { border-color: rgb(120,155,96); }
td.TdClassName
{
border-color: #789B60;
}
.TagClassName
{
border-color: #789B60;
}
</style>