Shades of Asparagus #76985A
Tints of Asparagus #76985A
RGB
CMYK
RGB Variations
Color information
#76985A (or 0x76985A) is known color: Asparagus. HEX triplet: 76, 98 and 5A. RGB value is (118,152,90). Sum of RGB (Red+Green+Blue) = 118+152+90=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #76985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76985A is #8967A5. Grayscale: #868686. Windows color (decimal): -9004966 or 5937270. OLE color: 5937270.
HSL color Cylindrical-coordinate representation of color #76985A: hue angle of 92.9º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76985A is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 90 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.40 |
| HSL | 92.9º | 0.26% | 0.47% | - |
| HSV(B) | 92.9º | 0.41% | 0.6% | - |
| XYZ | 20.54 | 27.05 | 13.81 | - |
| YUV | 134.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 90 | 0.22 | 0 | 0.41 | 0.40 | 92.9 | 0.26 | 0.47 |
| Hex | 76 | 98 | 5A | 16 | 0 | 29 | 28 | 5D | 1A | 2F |
| Octal | 166 | 230 | 132 | 26 | 0 | 51 | 50 | 135 | 32 | 57 |
| Binary | 1110110 | 10011000 | 1011010 | 10110 | 0 | 101001 | 101000 | 1011101 | 11010 | 101111 |
Color Harmonies of #76985A
Complementary color
Monochromatic Colors of #76985A
Black with #76985A
Text Example
Text Example
White with #76985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76985A; }
p { color: rgb(118,152,90); }
H1.HeaderClassName
{
color: #76985A;
}
.AnyTagClassName
{
color: #76985A;
}
</style>
background-color css
<style>
a { background-color: #76985A; }
a { background-color: rgb(118,152,90); }
div.DivClassName
{
background-color: #76985A;
}
.BgClassName
{
background-color: #76985A;
}
</style>
border-color css
<style>
span { border-color: #76985A; }
span { border-color: rgb(118,152,90); }
td.TdClassName
{
border-color: #76985A;
}
.TagClassName
{
border-color: #76985A;
}
</style>