Shades of Asparagus #76954B
Tints of Asparagus #76954B
RGB
CMYK
RGB Variations
Color information
#76954B (or 0x76954B) is known color: Asparagus. HEX triplet: 76, 95 and 4B. RGB value is (118,149,75). Sum of RGB (Red+Green+Blue) = 118+149+75=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #76954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76954B is #896AB4. Grayscale: #838383. Windows color (decimal): -9005749 or 4953462. OLE color: 4953462.
HSL color Cylindrical-coordinate representation of color #76954B: hue angle of 85.14º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76954B is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 75 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.42 |
| HSL | 85.14º | 0.33% | 0.44% | - |
| HSV(B) | 85.14º | 0.5% | 0.58% | - |
| XYZ | 19.49 | 25.85 | 10.62 | - |
| YUV | 131.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 75 | 0.21 | 0 | 0.50 | 0.42 | 85.14 | 0.33 | 0.44 |
| Hex | 76 | 95 | 4B | 15 | 0 | 32 | 2A | 55 | 21 | 2C |
| Octal | 166 | 225 | 113 | 25 | 0 | 62 | 52 | 125 | 41 | 54 |
| Binary | 1110110 | 10010101 | 1001011 | 10101 | 0 | 110010 | 101010 | 1010101 | 100001 | 101100 |
Color Harmonies of #76954B
Complementary color
Monochromatic Colors of #76954B
Black with #76954B
Text Example
Text Example
White with #76954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76954B; }
p { color: rgb(118,149,75); }
H1.HeaderClassName
{
color: #76954B;
}
.AnyTagClassName
{
color: #76954B;
}
</style>
background-color css
<style>
a { background-color: #76954B; }
a { background-color: rgb(118,149,75); }
div.DivClassName
{
background-color: #76954B;
}
.BgClassName
{
background-color: #76954B;
}
</style>
border-color css
<style>
span { border-color: #76954B; }
span { border-color: rgb(118,149,75); }
td.TdClassName
{
border-color: #76954B;
}
.TagClassName
{
border-color: #76954B;
}
</style>