Shades of Asparagus #76A445
Tints of Asparagus #76A445
RGB
CMYK
RGB Variations
Color information
#76A445 (or 0x76A445) is known color: Asparagus. HEX triplet: 76, A4 and 45. RGB value is (118,164,69). Sum of RGB (Red+Green+Blue) = 118+164+69=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #76A445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A445 is #895BBA. Grayscale: #8B8B8B. Windows color (decimal): -9001915 or 4564086. OLE color: 4564086.
HSL color Cylindrical-coordinate representation of color #76A445: hue angle of 89.05º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76A445 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 164 | 69 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.36 |
| HSL | 89.05º | 0.41% | 0.46% | - |
| HSV(B) | 89.05º | 0.58% | 0.64% | - |
| XYZ | 21.82 | 30.83 | 10.43 | - |
| YUV | 139.42 | 88.26 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 69 | 0.28 | 0 | 0.58 | 0.36 | 89.05 | 0.41 | 0.46 |
| Hex | 76 | A4 | 45 | 1C | 0 | 3A | 24 | 59 | 29 | 2E |
| Octal | 166 | 244 | 105 | 34 | 0 | 72 | 44 | 131 | 51 | 56 |
| Binary | 1110110 | 10100100 | 1000101 | 11100 | 0 | 111010 | 100100 | 1011001 | 101001 | 101110 |
Color Harmonies of #76A445
Complementary color
Monochromatic Colors of #76A445
Black with #76A445
Text Example
Text Example
White with #76A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A445; }
p { color: rgb(118,164,69); }
H1.HeaderClassName
{
color: #76A445;
}
.AnyTagClassName
{
color: #76A445;
}
</style>
background-color css
<style>
a { background-color: #76A445; }
a { background-color: rgb(118,164,69); }
div.DivClassName
{
background-color: #76A445;
}
.BgClassName
{
background-color: #76A445;
}
</style>
border-color css
<style>
span { border-color: #76A445; }
span { border-color: rgb(118,164,69); }
td.TdClassName
{
border-color: #76A445;
}
.TagClassName
{
border-color: #76A445;
}
</style>