Shades of Asparagus #76A85C
Tints of Asparagus #76A85C
RGB
CMYK
RGB Variations
Color information
#76A85C (or 0x76A85C) is known color: Asparagus. HEX triplet: 76, A8 and 5C. RGB value is (118,168,92). Sum of RGB (Red+Green+Blue) = 118+168+92=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 168 - color contains mainly: green. Hex color #76A85C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A85C is #8957A3. Grayscale: #909090. Windows color (decimal): -9000868 or 6072438. OLE color: 6072438.
HSL color Cylindrical-coordinate representation of color #76A85C: hue angle of 99.47º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76A85C is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 168 | 92 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.34 |
| HSL | 99.47º | 0.3% | 0.51% | - |
| HSV(B) | 99.47º | 0.45% | 0.66% | - |
| XYZ | 23.41 | 32.63 | 15.19 | - |
| YUV | 144.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 92 | 0.30 | 0 | 0.45 | 0.34 | 99.47 | 0.3 | 0.51 |
| Hex | 76 | A8 | 5C | 1E | 0 | 2D | 22 | 63 | 1E | 33 |
| Octal | 166 | 250 | 134 | 36 | 0 | 55 | 42 | 143 | 36 | 63 |
| Binary | 1110110 | 10101000 | 1011100 | 11110 | 0 | 101101 | 100010 | 1100011 | 11110 | 110011 |
Color Harmonies of #76A85C
Complementary color
Monochromatic Colors of #76A85C
Black with #76A85C
Text Example
Text Example
White with #76A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A85C; }
p { color: rgb(118,168,92); }
H1.HeaderClassName
{
color: #76A85C;
}
.AnyTagClassName
{
color: #76A85C;
}
</style>
background-color css
<style>
a { background-color: #76A85C; }
a { background-color: rgb(118,168,92); }
div.DivClassName
{
background-color: #76A85C;
}
.BgClassName
{
background-color: #76A85C;
}
</style>
border-color css
<style>
span { border-color: #76A85C; }
span { border-color: rgb(118,168,92); }
td.TdClassName
{
border-color: #76A85C;
}
.TagClassName
{
border-color: #76A85C;
}
</style>