Shades of Asparagus #6E9549
Tints of Asparagus #6E9549
RGB
CMYK
RGB Variations
Color information
#6E9549 (or 0x6E9549) is known color: Asparagus. HEX triplet: 6E, 95 and 49. RGB value is (110,149,73). Sum of RGB (Red+Green+Blue) = 110+149+73=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #6E9549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9549 is #916AB6. Grayscale: #808080. Windows color (decimal): -9530039 or 4822382. OLE color: 4822382.
HSL color Cylindrical-coordinate representation of color #6E9549: hue angle of 90.79º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E9549 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 149 | 73 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.42 |
| HSL | 90.79º | 0.34% | 0.44% | - |
| HSV(B) | 90.79º | 0.51% | 0.58% | - |
| XYZ | 18.38 | 25.29 | 10.22 | - |
| YUV | 128.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 149 | 73 | 0.26 | 0 | 0.51 | 0.42 | 90.79 | 0.34 | 0.44 |
| Hex | 6E | 95 | 49 | 1A | 0 | 33 | 2A | 5B | 22 | 2C |
| Octal | 156 | 225 | 111 | 32 | 0 | 63 | 52 | 133 | 42 | 54 |
| Binary | 1101110 | 10010101 | 1001001 | 11010 | 0 | 110011 | 101010 | 1011011 | 100010 | 101100 |
Color Harmonies of #6E9549
Complementary color
Monochromatic Colors of #6E9549
Black with #6E9549
Text Example
Text Example
White with #6E9549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9549; }
p { color: rgb(110,149,73); }
H1.HeaderClassName
{
color: #6E9549;
}
.AnyTagClassName
{
color: #6E9549;
}
</style>
background-color css
<style>
a { background-color: #6E9549; }
a { background-color: rgb(110,149,73); }
div.DivClassName
{
background-color: #6E9549;
}
.BgClassName
{
background-color: #6E9549;
}
</style>
border-color css
<style>
span { border-color: #6E9549; }
span { border-color: rgb(110,149,73); }
td.TdClassName
{
border-color: #6E9549;
}
.TagClassName
{
border-color: #6E9549;
}
</style>