Shades of Asparagus #789B54
Tints of Asparagus #789B54
RGB
CMYK
RGB Variations
Color information
#789B54 (or 0x789B54) is known color: Asparagus. HEX triplet: 78, 9B and 54. RGB value is (120,155,84). Sum of RGB (Red+Green+Blue) = 120+155+84=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #789B54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789B54 is #8764AB. Grayscale: #888888. Windows color (decimal): -8873132 or 5544824. OLE color: 5544824.
HSL color Cylindrical-coordinate representation of color #789B54: hue angle of 89.58º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #789B54 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 84 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.39 |
| HSL | 89.58º | 0.3% | 0.47% | - |
| HSV(B) | 89.58º | 0.46% | 0.61% | - |
| XYZ | 21.07 | 28.08 | 12.7 | - |
| YUV | 136.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 84 | 0.23 | 0 | 0.46 | 0.39 | 89.58 | 0.3 | 0.47 |
| Hex | 78 | 9B | 54 | 17 | 0 | 2E | 27 | 5A | 1E | 2F |
| Octal | 170 | 233 | 124 | 27 | 0 | 56 | 47 | 132 | 36 | 57 |
| Binary | 1111000 | 10011011 | 1010100 | 10111 | 0 | 101110 | 100111 | 1011010 | 11110 | 101111 |
Color Harmonies of #789B54
Complementary color
Monochromatic Colors of #789B54
Black with #789B54
Text Example
Text Example
White with #789B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B54; }
p { color: rgb(120,155,84); }
H1.HeaderClassName
{
color: #789B54;
}
.AnyTagClassName
{
color: #789B54;
}
</style>
background-color css
<style>
a { background-color: #789B54; }
a { background-color: rgb(120,155,84); }
div.DivClassName
{
background-color: #789B54;
}
.BgClassName
{
background-color: #789B54;
}
</style>
border-color css
<style>
span { border-color: #789B54; }
span { border-color: rgb(120,155,84); }
td.TdClassName
{
border-color: #789B54;
}
.TagClassName
{
border-color: #789B54;
}
</style>