Shades of Asparagus #789652
Tints of Asparagus #789652
RGB
CMYK
RGB Variations
Color information
#789652 (or 0x789652) is known color: Asparagus. HEX triplet: 78, 96 and 52. RGB value is (120,150,82). Sum of RGB (Red+Green+Blue) = 120+150+82=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #789652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789652 is #8769AD. Grayscale: #858585. Windows color (decimal): -8874414 or 5412472. OLE color: 5412472.
HSL color Cylindrical-coordinate representation of color #789652: hue angle of 86.47º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #789652 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 82 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.41 |
| HSL | 86.47º | 0.29% | 0.45% | - |
| HSV(B) | 86.47º | 0.45% | 0.59% | - |
| XYZ | 20.18 | 26.41 | 12.02 | - |
| YUV | 133.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 82 | 0.20 | 0 | 0.45 | 0.41 | 86.47 | 0.29 | 0.45 |
| Hex | 78 | 96 | 52 | 14 | 0 | 2D | 29 | 56 | 1D | 2D |
| Octal | 170 | 226 | 122 | 24 | 0 | 55 | 51 | 126 | 35 | 55 |
| Binary | 1111000 | 10010110 | 1010010 | 10100 | 0 | 101101 | 101001 | 1010110 | 11101 | 101101 |
Color Harmonies of #789652
Complementary color
Monochromatic Colors of #789652
Black with #789652
Text Example
Text Example
White with #789652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789652; }
p { color: rgb(120,150,82); }
H1.HeaderClassName
{
color: #789652;
}
.AnyTagClassName
{
color: #789652;
}
</style>
background-color css
<style>
a { background-color: #789652; }
a { background-color: rgb(120,150,82); }
div.DivClassName
{
background-color: #789652;
}
.BgClassName
{
background-color: #789652;
}
</style>
border-color css
<style>
span { border-color: #789652; }
span { border-color: rgb(120,150,82); }
td.TdClassName
{
border-color: #789652;
}
.TagClassName
{
border-color: #789652;
}
</style>