Shades of Asparagus #789951
Tints of Asparagus #789951
RGB
CMYK
RGB Variations
Color information
#789951 (or 0x789951) is known color: Asparagus. HEX triplet: 78, 99 and 51. RGB value is (120,153,81). Sum of RGB (Red+Green+Blue) = 120+153+81=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #789951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789951 is #8766AE. Grayscale: #878787. Windows color (decimal): -8873647 or 5347704. OLE color: 5347704.
HSL color Cylindrical-coordinate representation of color #789951: hue angle of 87.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #789951 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 81 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.4 |
| HSL | 87.5º | 0.31% | 0.46% | - |
| HSV(B) | 87.5º | 0.47% | 0.6% | - |
| XYZ | 20.62 | 27.37 | 11.98 | - |
| YUV | 134.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 81 | 0.22 | 0 | 0.47 | 0.4 | 87.5 | 0.31 | 0.46 |
| Hex | 78 | 99 | 51 | 16 | 0 | 2F | 28 | 57 | 1F | 2E |
| Octal | 170 | 231 | 121 | 26 | 0 | 57 | 50 | 127 | 37 | 56 |
| Binary | 1111000 | 10011001 | 1010001 | 10110 | 0 | 101111 | 101000 | 1010111 | 11111 | 101110 |
Color Harmonies of #789951
Complementary color
Monochromatic Colors of #789951
Black with #789951
Text Example
Text Example
White with #789951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789951; }
p { color: rgb(120,153,81); }
H1.HeaderClassName
{
color: #789951;
}
.AnyTagClassName
{
color: #789951;
}
</style>
background-color css
<style>
a { background-color: #789951; }
a { background-color: rgb(120,153,81); }
div.DivClassName
{
background-color: #789951;
}
.BgClassName
{
background-color: #789951;
}
</style>
border-color css
<style>
span { border-color: #789951; }
span { border-color: rgb(120,153,81); }
td.TdClassName
{
border-color: #789951;
}
.TagClassName
{
border-color: #789951;
}
</style>