Shades of Asparagus #6E994A
Tints of Asparagus #6E994A
RGB
CMYK
RGB Variations
Color information
#6E994A (or 0x6E994A) is known color: Asparagus. HEX triplet: 6E, 99 and 4A. RGB value is (110,153,74). Sum of RGB (Red+Green+Blue) = 110+153+74=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #6E994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E994A is #9166B5. Grayscale: #838383. Windows color (decimal): -9529014 or 4888942. OLE color: 4888942.
HSL color Cylindrical-coordinate representation of color #6E994A: hue angle of 92.66º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E994A is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 153 | 74 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.4 |
| HSL | 92.66º | 0.35% | 0.45% | - |
| HSV(B) | 92.66º | 0.52% | 0.6% | - |
| XYZ | 19.06 | 26.59 | 10.61 | - |
| YUV | 131.14 | 95.75 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 74 | 0.28 | 0 | 0.52 | 0.4 | 92.66 | 0.35 | 0.45 |
| Hex | 6E | 99 | 4A | 1C | 0 | 34 | 28 | 5D | 23 | 2D |
| Octal | 156 | 231 | 112 | 34 | 0 | 64 | 50 | 135 | 43 | 55 |
| Binary | 1101110 | 10011001 | 1001010 | 11100 | 0 | 110100 | 101000 | 1011101 | 100011 | 101101 |
Color Harmonies of #6E994A
Complementary color
Monochromatic Colors of #6E994A
Black with #6E994A
Text Example
Text Example
White with #6E994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E994A; }
p { color: rgb(110,153,74); }
H1.HeaderClassName
{
color: #6E994A;
}
.AnyTagClassName
{
color: #6E994A;
}
</style>
background-color css
<style>
a { background-color: #6E994A; }
a { background-color: rgb(110,153,74); }
div.DivClassName
{
background-color: #6E994A;
}
.BgClassName
{
background-color: #6E994A;
}
</style>
border-color css
<style>
span { border-color: #6E994A; }
span { border-color: rgb(110,153,74); }
td.TdClassName
{
border-color: #6E994A;
}
.TagClassName
{
border-color: #6E994A;
}
</style>