Shades of Asparagus #76995C
Tints of Asparagus #76995C
RGB
CMYK
RGB Variations
Color information
#76995C (or 0x76995C) is known color: Asparagus. HEX triplet: 76, 99 and 5C. RGB value is (118,153,92). Sum of RGB (Red+Green+Blue) = 118+153+92=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #76995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76995C is #8966A3. Grayscale: #878787. Windows color (decimal): -9004708 or 6068598. OLE color: 6068598.
HSL color Cylindrical-coordinate representation of color #76995C: hue angle of 94.43º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76995C is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 92 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.4 |
| HSL | 94.43º | 0.25% | 0.48% | - |
| HSV(B) | 94.43º | 0.4% | 0.6% | - |
| XYZ | 20.79 | 27.41 | 14.32 | - |
| YUV | 135.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 92 | 0.23 | 0 | 0.40 | 0.4 | 94.43 | 0.25 | 0.48 |
| Hex | 76 | 99 | 5C | 17 | 0 | 28 | 28 | 5E | 19 | 30 |
| Octal | 166 | 231 | 134 | 27 | 0 | 50 | 50 | 136 | 31 | 60 |
| Binary | 1110110 | 10011001 | 1011100 | 10111 | 0 | 101000 | 101000 | 1011110 | 11001 | 110000 |
Color Harmonies of #76995C
Complementary color
Monochromatic Colors of #76995C
Black with #76995C
Text Example
Text Example
White with #76995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76995C; }
p { color: rgb(118,153,92); }
H1.HeaderClassName
{
color: #76995C;
}
.AnyTagClassName
{
color: #76995C;
}
</style>
background-color css
<style>
a { background-color: #76995C; }
a { background-color: rgb(118,153,92); }
div.DivClassName
{
background-color: #76995C;
}
.BgClassName
{
background-color: #76995C;
}
</style>
border-color css
<style>
span { border-color: #76995C; }
span { border-color: rgb(118,153,92); }
td.TdClassName
{
border-color: #76995C;
}
.TagClassName
{
border-color: #76995C;
}
</style>