Shades of Asparagus #76A448
Tints of Asparagus #76A448
RGB
CMYK
RGB Variations
Color information
#76A448 (or 0x76A448) is known color: Asparagus. HEX triplet: 76, A4 and 48. RGB value is (118,164,72). Sum of RGB (Red+Green+Blue) = 118+164+72=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #76A448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A448 is #895BB7. Grayscale: #8C8C8C. Windows color (decimal): -9001912 or 4760694. OLE color: 4760694.
HSL color Cylindrical-coordinate representation of color #76A448: hue angle of 90º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76A448 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 164 | 72 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.36 |
| HSL | 90º | 0.39% | 0.46% | - |
| HSV(B) | 90º | 0.56% | 0.64% | - |
| XYZ | 21.92 | 30.87 | 10.93 | - |
| YUV | 139.76 | 89.76 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 72 | 0.28 | 0 | 0.56 | 0.36 | 90 | 0.39 | 0.46 |
| Hex | 76 | A4 | 48 | 1C | 0 | 38 | 24 | 5A | 27 | 2E |
| Octal | 166 | 244 | 110 | 34 | 0 | 70 | 44 | 132 | 47 | 56 |
| Binary | 1110110 | 10100100 | 1001000 | 11100 | 0 | 111000 | 100100 | 1011010 | 100111 | 101110 |
Color Harmonies of #76A448
Complementary color
Monochromatic Colors of #76A448
Black with #76A448
Text Example
Text Example
White with #76A448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A448; }
p { color: rgb(118,164,72); }
H1.HeaderClassName
{
color: #76A448;
}
.AnyTagClassName
{
color: #76A448;
}
</style>
background-color css
<style>
a { background-color: #76A448; }
a { background-color: rgb(118,164,72); }
div.DivClassName
{
background-color: #76A448;
}
.BgClassName
{
background-color: #76A448;
}
</style>
border-color css
<style>
span { border-color: #76A448; }
span { border-color: rgb(118,164,72); }
td.TdClassName
{
border-color: #76A448;
}
.TagClassName
{
border-color: #76A448;
}
</style>