Shades of Asparagus #789449
Tints of Asparagus #789449
RGB
CMYK
RGB Variations
Color information
#789449 (or 0x789449) is known color: Asparagus. HEX triplet: 78, 94 and 49. RGB value is (120,148,73). Sum of RGB (Red+Green+Blue) = 120+148+73=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #789449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789449 is #876BB6. Grayscale: #838383. Windows color (decimal): -8874935 or 4822136. OLE color: 4822136.
HSL color Cylindrical-coordinate representation of color #789449: hue angle of 82.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #789449 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 148 | 73 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.42 |
| HSL | 82.4º | 0.34% | 0.43% | - |
| HSV(B) | 82.4º | 0.51% | 0.58% | - |
| XYZ | 19.54 | 25.65 | 10.23 | - |
| YUV | 131.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 73 | 0.19 | 0 | 0.51 | 0.42 | 82.4 | 0.34 | 0.43 |
| Hex | 78 | 94 | 49 | 13 | 0 | 33 | 2A | 52 | 22 | 2B |
| Octal | 170 | 224 | 111 | 23 | 0 | 63 | 52 | 122 | 42 | 53 |
| Binary | 1111000 | 10010100 | 1001001 | 10011 | 0 | 110011 | 101010 | 1010010 | 100010 | 101011 |
Color Harmonies of #789449
Complementary color
Monochromatic Colors of #789449
Black with #789449
Text Example
Text Example
White with #789449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789449; }
p { color: rgb(120,148,73); }
H1.HeaderClassName
{
color: #789449;
}
.AnyTagClassName
{
color: #789449;
}
</style>
background-color css
<style>
a { background-color: #789449; }
a { background-color: rgb(120,148,73); }
div.DivClassName
{
background-color: #789449;
}
.BgClassName
{
background-color: #789449;
}
</style>
border-color css
<style>
span { border-color: #789449; }
span { border-color: rgb(120,148,73); }
td.TdClassName
{
border-color: #789449;
}
.TagClassName
{
border-color: #789449;
}
</style>