Shades of Asparagus #76934A
Tints of Asparagus #76934A
RGB
CMYK
RGB Variations
Color information
#76934A (or 0x76934A) is known color: Asparagus. HEX triplet: 76, 93 and 4A. RGB value is (118,147,74). Sum of RGB (Red+Green+Blue) = 118+147+74=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #76934A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76934A is #896CB5. Grayscale: #828282. Windows color (decimal): -9006262 or 4887414. OLE color: 4887414.
HSL color Cylindrical-coordinate representation of color #76934A: hue angle of 83.84º 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 #76934A is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 74 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.42 |
| HSL | 83.84º | 0.33% | 0.43% | - |
| HSV(B) | 83.84º | 0.5% | 0.58% | - |
| XYZ | 19.14 | 25.21 | 10.34 | - |
| YUV | 130.01 | 96.39 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 74 | 0.20 | 0 | 0.50 | 0.42 | 83.84 | 0.33 | 0.43 |
| Hex | 76 | 93 | 4A | 14 | 0 | 32 | 2A | 54 | 21 | 2B |
| Octal | 166 | 223 | 112 | 24 | 0 | 62 | 52 | 124 | 41 | 53 |
| Binary | 1110110 | 10010011 | 1001010 | 10100 | 0 | 110010 | 101010 | 1010100 | 100001 | 101011 |
Color Harmonies of #76934A
Complementary color
Monochromatic Colors of #76934A
Black with #76934A
Text Example
Text Example
White with #76934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76934A; }
p { color: rgb(118,147,74); }
H1.HeaderClassName
{
color: #76934A;
}
.AnyTagClassName
{
color: #76934A;
}
</style>
background-color css
<style>
a { background-color: #76934A; }
a { background-color: rgb(118,147,74); }
div.DivClassName
{
background-color: #76934A;
}
.BgClassName
{
background-color: #76934A;
}
</style>
border-color css
<style>
span { border-color: #76934A; }
span { border-color: rgb(118,147,74); }
td.TdClassName
{
border-color: #76934A;
}
.TagClassName
{
border-color: #76934A;
}
</style>