Shades of Asparagus #77984B
Tints of Asparagus #77984B
RGB
CMYK
RGB Variations
Color information
#77984B (or 0x77984B) is known color: Asparagus. HEX triplet: 77, 98 and 4B. RGB value is (119,152,75). Sum of RGB (Red+Green+Blue) = 119+152+75=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #77984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77984B is #8867B4. Grayscale: #858585. Windows color (decimal): -8939445 or 4954231. OLE color: 4954231.
HSL color Cylindrical-coordinate representation of color #77984B: hue angle of 85.71º 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 #77984B is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 75 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.40 |
| HSL | 85.71º | 0.34% | 0.45% | - |
| HSV(B) | 85.71º | 0.51% | 0.6% | - |
| XYZ | 20.11 | 26.89 | 10.79 | - |
| YUV | 133.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 75 | 0.22 | 0 | 0.51 | 0.40 | 85.71 | 0.34 | 0.45 |
| Hex | 77 | 98 | 4B | 16 | 0 | 33 | 28 | 56 | 22 | 2D |
| Octal | 167 | 230 | 113 | 26 | 0 | 63 | 50 | 126 | 42 | 55 |
| Binary | 1110111 | 10011000 | 1001011 | 10110 | 0 | 110011 | 101000 | 1010110 | 100010 | 101101 |
Color Harmonies of #77984B
Complementary color
Monochromatic Colors of #77984B
Black with #77984B
Text Example
Text Example
White with #77984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77984B; }
p { color: rgb(119,152,75); }
H1.HeaderClassName
{
color: #77984B;
}
.AnyTagClassName
{
color: #77984B;
}
</style>
background-color css
<style>
a { background-color: #77984B; }
a { background-color: rgb(119,152,75); }
div.DivClassName
{
background-color: #77984B;
}
.BgClassName
{
background-color: #77984B;
}
</style>
border-color css
<style>
span { border-color: #77984B; }
span { border-color: rgb(119,152,75); }
td.TdClassName
{
border-color: #77984B;
}
.TagClassName
{
border-color: #77984B;
}
</style>