Shades of Asparagus #789C52
Tints of Asparagus #789C52
RGB
CMYK
RGB Variations
Color information
#789C52 (or 0x789C52) is known color: Asparagus. HEX triplet: 78, 9C and 52. RGB value is (120,156,82). Sum of RGB (Red+Green+Blue) = 120+156+82=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #789C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789C52 is #8763AD. Grayscale: #898989. Windows color (decimal): -8872878 or 5414008. OLE color: 5414008.
HSL color Cylindrical-coordinate representation of color #789C52: hue angle of 89.19º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #789C52 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 156 | 82 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.39 |
| HSL | 89.19º | 0.31% | 0.47% | - |
| HSV(B) | 89.19º | 0.47% | 0.61% | - |
| XYZ | 21.16 | 28.38 | 12.35 | - |
| YUV | 136.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 82 | 0.23 | 0 | 0.47 | 0.39 | 89.19 | 0.31 | 0.47 |
| Hex | 78 | 9C | 52 | 17 | 0 | 2F | 27 | 59 | 1F | 2F |
| Octal | 170 | 234 | 122 | 27 | 0 | 57 | 47 | 131 | 37 | 57 |
| Binary | 1111000 | 10011100 | 1010010 | 10111 | 0 | 101111 | 100111 | 1011001 | 11111 | 101111 |
Color Harmonies of #789C52
Complementary color
Monochromatic Colors of #789C52
Black with #789C52
Text Example
Text Example
White with #789C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789C52; }
p { color: rgb(120,156,82); }
H1.HeaderClassName
{
color: #789C52;
}
.AnyTagClassName
{
color: #789C52;
}
</style>
background-color css
<style>
a { background-color: #789C52; }
a { background-color: rgb(120,156,82); }
div.DivClassName
{
background-color: #789C52;
}
.BgClassName
{
background-color: #789C52;
}
</style>
border-color css
<style>
span { border-color: #789C52; }
span { border-color: rgb(120,156,82); }
td.TdClassName
{
border-color: #789C52;
}
.TagClassName
{
border-color: #789C52;
}
</style>