Shades of Asparagus #78954B
Tints of Asparagus #78954B
RGB
CMYK
RGB Variations
Color information
#78954B (or 0x78954B) is known color: Asparagus. HEX triplet: 78, 95 and 4B. RGB value is (120,149,75). Sum of RGB (Red+Green+Blue) = 120+149+75=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #78954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78954B is #876AB4. Grayscale: #848484. Windows color (decimal): -8874677 or 4953464. OLE color: 4953464.
HSL color Cylindrical-coordinate representation of color #78954B: hue angle of 83.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78954B is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 75 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.42 |
| HSL | 83.51º | 0.33% | 0.44% | - |
| HSV(B) | 83.51º | 0.5% | 0.58% | - |
| XYZ | 19.76 | 26 | 10.63 | - |
| YUV | 131.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 75 | 0.19 | 0 | 0.50 | 0.42 | 83.51 | 0.33 | 0.44 |
| Hex | 78 | 95 | 4B | 13 | 0 | 32 | 2A | 54 | 21 | 2C |
| Octal | 170 | 225 | 113 | 23 | 0 | 62 | 52 | 124 | 41 | 54 |
| Binary | 1111000 | 10010101 | 1001011 | 10011 | 0 | 110010 | 101010 | 1010100 | 100001 | 101100 |
Color Harmonies of #78954B
Complementary color
Monochromatic Colors of #78954B
Black with #78954B
Text Example
Text Example
White with #78954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78954B; }
p { color: rgb(120,149,75); }
H1.HeaderClassName
{
color: #78954B;
}
.AnyTagClassName
{
color: #78954B;
}
</style>
background-color css
<style>
a { background-color: #78954B; }
a { background-color: rgb(120,149,75); }
div.DivClassName
{
background-color: #78954B;
}
.BgClassName
{
background-color: #78954B;
}
</style>
border-color css
<style>
span { border-color: #78954B; }
span { border-color: rgb(120,149,75); }
td.TdClassName
{
border-color: #78954B;
}
.TagClassName
{
border-color: #78954B;
}
</style>