Shades of Asparagus #789B53
Tints of Asparagus #789B53
RGB
CMYK
RGB Variations
Color information
#789B53 (or 0x789B53) is known color: Asparagus. HEX triplet: 78, 9B and 53. RGB value is (120,155,83). Sum of RGB (Red+Green+Blue) = 120+155+83=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #789B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789B53 is #8764AC. Grayscale: #888888. Windows color (decimal): -8873133 or 5479288. OLE color: 5479288.
HSL color Cylindrical-coordinate representation of color #789B53: hue angle of 89.17º 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 #789B53 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 83 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.39 |
| HSL | 89.17º | 0.3% | 0.47% | - |
| HSV(B) | 89.17º | 0.46% | 0.61% | - |
| XYZ | 21.03 | 28.06 | 12.49 | - |
| YUV | 136.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 83 | 0.23 | 0 | 0.46 | 0.39 | 89.17 | 0.3 | 0.47 |
| Hex | 78 | 9B | 53 | 17 | 0 | 2E | 27 | 59 | 1E | 2F |
| Octal | 170 | 233 | 123 | 27 | 0 | 56 | 47 | 131 | 36 | 57 |
| Binary | 1111000 | 10011011 | 1010011 | 10111 | 0 | 101110 | 100111 | 1011001 | 11110 | 101111 |
Color Harmonies of #789B53
Complementary color
Monochromatic Colors of #789B53
Black with #789B53
Text Example
Text Example
White with #789B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B53; }
p { color: rgb(120,155,83); }
H1.HeaderClassName
{
color: #789B53;
}
.AnyTagClassName
{
color: #789B53;
}
</style>
background-color css
<style>
a { background-color: #789B53; }
a { background-color: rgb(120,155,83); }
div.DivClassName
{
background-color: #789B53;
}
.BgClassName
{
background-color: #789B53;
}
</style>
border-color css
<style>
span { border-color: #789B53; }
span { border-color: rgb(120,155,83); }
td.TdClassName
{
border-color: #789B53;
}
.TagClassName
{
border-color: #789B53;
}
</style>