Shades of Asparagus #789953
Tints of Asparagus #789953
RGB
CMYK
RGB Variations
Color information
#789953 (or 0x789953) is known color: Asparagus. HEX triplet: 78, 99 and 53. RGB value is (120,153,83). Sum of RGB (Red+Green+Blue) = 120+153+83=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #789953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789953 is #8766AC. Grayscale: #878787. Windows color (decimal): -8873645 or 5478776. OLE color: 5478776.
HSL color Cylindrical-coordinate representation of color #789953: hue angle of 88.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #789953 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 83 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.4 |
| HSL | 88.29º | 0.3% | 0.46% | - |
| HSV(B) | 88.29º | 0.46% | 0.6% | - |
| XYZ | 20.7 | 27.4 | 12.38 | - |
| YUV | 135.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 83 | 0.22 | 0 | 0.46 | 0.4 | 88.29 | 0.3 | 0.46 |
| Hex | 78 | 99 | 53 | 16 | 0 | 2E | 28 | 58 | 1E | 2E |
| Octal | 170 | 231 | 123 | 26 | 0 | 56 | 50 | 130 | 36 | 56 |
| Binary | 1111000 | 10011001 | 1010011 | 10110 | 0 | 101110 | 101000 | 1011000 | 11110 | 101110 |
Color Harmonies of #789953
Complementary color
Monochromatic Colors of #789953
Black with #789953
Text Example
Text Example
White with #789953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789953; }
p { color: rgb(120,153,83); }
H1.HeaderClassName
{
color: #789953;
}
.AnyTagClassName
{
color: #789953;
}
</style>
background-color css
<style>
a { background-color: #789953; }
a { background-color: rgb(120,153,83); }
div.DivClassName
{
background-color: #789953;
}
.BgClassName
{
background-color: #789953;
}
</style>
border-color css
<style>
span { border-color: #789953; }
span { border-color: rgb(120,153,83); }
td.TdClassName
{
border-color: #789953;
}
.TagClassName
{
border-color: #789953;
}
</style>