Shades of Asparagus #76995A
Tints of Asparagus #76995A
RGB
CMYK
RGB Variations
Color information
#76995A (or 0x76995A) is known color: Asparagus. HEX triplet: 76, 99 and 5A. RGB value is (118,153,90). Sum of RGB (Red+Green+Blue) = 118+153+90=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #76995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76995A is #8966A5. Grayscale: #878787. Windows color (decimal): -9004710 or 5937526. OLE color: 5937526.
HSL color Cylindrical-coordinate representation of color #76995A: hue angle of 93.33º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76995A is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 90 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.4 |
| HSL | 93.33º | 0.26% | 0.48% | - |
| HSV(B) | 93.33º | 0.41% | 0.6% | - |
| XYZ | 20.71 | 27.37 | 13.86 | - |
| YUV | 135.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 90 | 0.23 | 0 | 0.41 | 0.4 | 93.33 | 0.26 | 0.48 |
| Hex | 76 | 99 | 5A | 17 | 0 | 29 | 28 | 5D | 1A | 30 |
| Octal | 166 | 231 | 132 | 27 | 0 | 51 | 50 | 135 | 32 | 60 |
| Binary | 1110110 | 10011001 | 1011010 | 10111 | 0 | 101001 | 101000 | 1011101 | 11010 | 110000 |
Color Harmonies of #76995A
Complementary color
Monochromatic Colors of #76995A
Black with #76995A
Text Example
Text Example
White with #76995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76995A; }
p { color: rgb(118,153,90); }
H1.HeaderClassName
{
color: #76995A;
}
.AnyTagClassName
{
color: #76995A;
}
</style>
background-color css
<style>
a { background-color: #76995A; }
a { background-color: rgb(118,153,90); }
div.DivClassName
{
background-color: #76995A;
}
.BgClassName
{
background-color: #76995A;
}
</style>
border-color css
<style>
span { border-color: #76995A; }
span { border-color: rgb(118,153,90); }
td.TdClassName
{
border-color: #76995A;
}
.TagClassName
{
border-color: #76995A;
}
</style>