Shades of Asparagus #77994B
Tints of Asparagus #77994B
RGB
CMYK
RGB Variations
Color information
#77994B (or 0x77994B) is known color: Asparagus. HEX triplet: 77, 99 and 4B. RGB value is (119,153,75). Sum of RGB (Red+Green+Blue) = 119+153+75=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #77994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77994B is #8866B4. Grayscale: #868686. Windows color (decimal): -8939189 or 4954487. OLE color: 4954487.
HSL color Cylindrical-coordinate representation of color #77994B: hue angle of 86.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77994B is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 75 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.4 |
| HSL | 86.15º | 0.34% | 0.45% | - |
| HSV(B) | 86.15º | 0.51% | 0.6% | - |
| XYZ | 20.27 | 27.21 | 10.84 | - |
| YUV | 133.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 75 | 0.22 | 0 | 0.51 | 0.4 | 86.15 | 0.34 | 0.45 |
| Hex | 77 | 99 | 4B | 16 | 0 | 33 | 28 | 56 | 22 | 2D |
| Octal | 167 | 231 | 113 | 26 | 0 | 63 | 50 | 126 | 42 | 55 |
| Binary | 1110111 | 10011001 | 1001011 | 10110 | 0 | 110011 | 101000 | 1010110 | 100010 | 101101 |
Color Harmonies of #77994B
Complementary color
Monochromatic Colors of #77994B
Black with #77994B
Text Example
Text Example
White with #77994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77994B; }
p { color: rgb(119,153,75); }
H1.HeaderClassName
{
color: #77994B;
}
.AnyTagClassName
{
color: #77994B;
}
</style>
background-color css
<style>
a { background-color: #77994B; }
a { background-color: rgb(119,153,75); }
div.DivClassName
{
background-color: #77994B;
}
.BgClassName
{
background-color: #77994B;
}
</style>
border-color css
<style>
span { border-color: #77994B; }
span { border-color: rgb(119,153,75); }
td.TdClassName
{
border-color: #77994B;
}
.TagClassName
{
border-color: #77994B;
}
</style>