Shades of Asparagus #77934A
Tints of Asparagus #77934A
RGB
CMYK
RGB Variations
Color information
#77934A (or 0x77934A) is known color: Asparagus. HEX triplet: 77, 93 and 4A. RGB value is (119,147,74). Sum of RGB (Red+Green+Blue) = 119+147+74=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #77934A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77934A is #886CB5. Grayscale: #828282. Windows color (decimal): -8940726 or 4887415. OLE color: 4887415.
HSL color Cylindrical-coordinate representation of color #77934A: hue angle of 83.01º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77934A is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 147 | 74 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.42 |
| HSL | 83.01º | 0.33% | 0.43% | - |
| HSV(B) | 83.01º | 0.5% | 0.58% | - |
| XYZ | 19.28 | 25.28 | 10.34 | - |
| YUV | 130.31 | 96.22 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 147 | 74 | 0.19 | 0 | 0.50 | 0.42 | 83.01 | 0.33 | 0.43 |
| Hex | 77 | 93 | 4A | 13 | 0 | 32 | 2A | 53 | 21 | 2B |
| Octal | 167 | 223 | 112 | 23 | 0 | 62 | 52 | 123 | 41 | 53 |
| Binary | 1110111 | 10010011 | 1001010 | 10011 | 0 | 110010 | 101010 | 1010011 | 100001 | 101011 |
Color Harmonies of #77934A
Complementary color
Monochromatic Colors of #77934A
Black with #77934A
Text Example
Text Example
White with #77934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77934A; }
p { color: rgb(119,147,74); }
H1.HeaderClassName
{
color: #77934A;
}
.AnyTagClassName
{
color: #77934A;
}
</style>
background-color css
<style>
a { background-color: #77934A; }
a { background-color: rgb(119,147,74); }
div.DivClassName
{
background-color: #77934A;
}
.BgClassName
{
background-color: #77934A;
}
</style>
border-color css
<style>
span { border-color: #77934A; }
span { border-color: rgb(119,147,74); }
td.TdClassName
{
border-color: #77934A;
}
.TagClassName
{
border-color: #77934A;
}
</style>