Shades of Asparagus #78995A
Tints of Asparagus #78995A
RGB
CMYK
RGB Variations
Color information
#78995A (or 0x78995A) is known color: Asparagus. HEX triplet: 78, 99 and 5A. RGB value is (120,153,90). Sum of RGB (Red+Green+Blue) = 120+153+90=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #78995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78995A is #8766A5. Grayscale: #888888. Windows color (decimal): -8873638 or 5937528. OLE color: 5937528.
HSL color Cylindrical-coordinate representation of color #78995A: hue angle of 91.43º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78995A is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 90 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.4 |
| HSL | 91.43º | 0.26% | 0.48% | - |
| HSV(B) | 91.43º | 0.41% | 0.6% | - |
| XYZ | 20.98 | 27.51 | 13.88 | - |
| YUV | 135.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 90 | 0.22 | 0 | 0.41 | 0.4 | 91.43 | 0.26 | 0.48 |
| Hex | 78 | 99 | 5A | 16 | 0 | 29 | 28 | 5B | 1A | 30 |
| Octal | 170 | 231 | 132 | 26 | 0 | 51 | 50 | 133 | 32 | 60 |
| Binary | 1111000 | 10011001 | 1011010 | 10110 | 0 | 101001 | 101000 | 1011011 | 11010 | 110000 |
Color Harmonies of #78995A
Complementary color
Monochromatic Colors of #78995A
Black with #78995A
Text Example
Text Example
White with #78995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78995A; }
p { color: rgb(120,153,90); }
H1.HeaderClassName
{
color: #78995A;
}
.AnyTagClassName
{
color: #78995A;
}
</style>
background-color css
<style>
a { background-color: #78995A; }
a { background-color: rgb(120,153,90); }
div.DivClassName
{
background-color: #78995A;
}
.BgClassName
{
background-color: #78995A;
}
</style>
border-color css
<style>
span { border-color: #78995A; }
span { border-color: rgb(120,153,90); }
td.TdClassName
{
border-color: #78995A;
}
.TagClassName
{
border-color: #78995A;
}
</style>