Shades of Asparagus #789B52
Tints of Asparagus #789B52
RGB
CMYK
RGB Variations
Color information
#789B52 (or 0x789B52) is known color: Asparagus. HEX triplet: 78, 9B and 52. RGB value is (120,155,82). Sum of RGB (Red+Green+Blue) = 120+155+82=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #789B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789B52 is #8764AD. Grayscale: #888888. Windows color (decimal): -8873134 or 5413752. OLE color: 5413752.
HSL color Cylindrical-coordinate representation of color #789B52: hue angle of 88.77º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #789B52 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 82 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.39 |
| HSL | 88.77º | 0.31% | 0.46% | - |
| HSV(B) | 88.77º | 0.47% | 0.61% | - |
| XYZ | 20.99 | 28.04 | 12.29 | - |
| YUV | 136.21 | 97.4 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 82 | 0.23 | 0 | 0.47 | 0.39 | 88.77 | 0.31 | 0.46 |
| Hex | 78 | 9B | 52 | 17 | 0 | 2F | 27 | 59 | 1F | 2E |
| Octal | 170 | 233 | 122 | 27 | 0 | 57 | 47 | 131 | 37 | 56 |
| Binary | 1111000 | 10011011 | 1010010 | 10111 | 0 | 101111 | 100111 | 1011001 | 11111 | 101110 |
Color Harmonies of #789B52
Complementary color
Monochromatic Colors of #789B52
Black with #789B52
Text Example
Text Example
White with #789B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B52; }
p { color: rgb(120,155,82); }
H1.HeaderClassName
{
color: #789B52;
}
.AnyTagClassName
{
color: #789B52;
}
</style>
background-color css
<style>
a { background-color: #789B52; }
a { background-color: rgb(120,155,82); }
div.DivClassName
{
background-color: #789B52;
}
.BgClassName
{
background-color: #789B52;
}
</style>
border-color css
<style>
span { border-color: #789B52; }
span { border-color: rgb(120,155,82); }
td.TdClassName
{
border-color: #789B52;
}
.TagClassName
{
border-color: #789B52;
}
</style>