Shades of Asparagus #789750
Tints of Asparagus #789750
RGB
CMYK
RGB Variations
Color information
#789750 (or 0x789750) is known color: Asparagus. HEX triplet: 78, 97 and 50. RGB value is (120,151,80). Sum of RGB (Red+Green+Blue) = 120+151+80=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #789750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789750 is #8768AF. Grayscale: #858585. Windows color (decimal): -8874160 or 5281656. OLE color: 5281656.
HSL color Cylindrical-coordinate representation of color #789750: hue angle of 86.2º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #789750 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 151 | 80 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.41 |
| HSL | 86.2º | 0.31% | 0.45% | - |
| HSV(B) | 86.2º | 0.47% | 0.59% | - |
| XYZ | 20.26 | 26.71 | 11.68 | - |
| YUV | 133.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 80 | 0.21 | 0 | 0.47 | 0.41 | 86.2 | 0.31 | 0.45 |
| Hex | 78 | 97 | 50 | 15 | 0 | 2F | 29 | 56 | 1F | 2D |
| Octal | 170 | 227 | 120 | 25 | 0 | 57 | 51 | 126 | 37 | 55 |
| Binary | 1111000 | 10010111 | 1010000 | 10101 | 0 | 101111 | 101001 | 1010110 | 11111 | 101101 |
Color Harmonies of #789750
Complementary color
Monochromatic Colors of #789750
Black with #789750
Text Example
Text Example
White with #789750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789750; }
p { color: rgb(120,151,80); }
H1.HeaderClassName
{
color: #789750;
}
.AnyTagClassName
{
color: #789750;
}
</style>
background-color css
<style>
a { background-color: #789750; }
a { background-color: rgb(120,151,80); }
div.DivClassName
{
background-color: #789750;
}
.BgClassName
{
background-color: #789750;
}
</style>
border-color css
<style>
span { border-color: #789750; }
span { border-color: rgb(120,151,80); }
td.TdClassName
{
border-color: #789750;
}
.TagClassName
{
border-color: #789750;
}
</style>