Shades of Asparagus #6E934D
Tints of Asparagus #6E934D
RGB
CMYK
RGB Variations
Color information
#6E934D (or 0x6E934D) is known color: Asparagus. HEX triplet: 6E, 93 and 4D. RGB value is (110,147,77). Sum of RGB (Red+Green+Blue) = 110+147+77=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #6E934D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E934D is #916CB2. Grayscale: #808080. Windows color (decimal): -9530547 or 5084014. OLE color: 5084014.
HSL color Cylindrical-coordinate representation of color #6E934D: hue angle of 91.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E934D is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 77 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.42 |
| HSL | 91.71º | 0.31% | 0.44% | - |
| HSV(B) | 91.71º | 0.48% | 0.58% | - |
| XYZ | 18.2 | 24.72 | 10.83 | - |
| YUV | 127.96 | 99.24 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 77 | 0.25 | 0 | 0.48 | 0.42 | 91.71 | 0.31 | 0.44 |
| Hex | 6E | 93 | 4D | 19 | 0 | 30 | 2A | 5C | 1F | 2C |
| Octal | 156 | 223 | 115 | 31 | 0 | 60 | 52 | 134 | 37 | 54 |
| Binary | 1101110 | 10010011 | 1001101 | 11001 | 0 | 110000 | 101010 | 1011100 | 11111 | 101100 |
Color Harmonies of #6E934D
Complementary color
Monochromatic Colors of #6E934D
Black with #6E934D
Text Example
Text Example
White with #6E934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E934D; }
p { color: rgb(110,147,77); }
H1.HeaderClassName
{
color: #6E934D;
}
.AnyTagClassName
{
color: #6E934D;
}
</style>
background-color css
<style>
a { background-color: #6E934D; }
a { background-color: rgb(110,147,77); }
div.DivClassName
{
background-color: #6E934D;
}
.BgClassName
{
background-color: #6E934D;
}
</style>
border-color css
<style>
span { border-color: #6E934D; }
span { border-color: rgb(110,147,77); }
td.TdClassName
{
border-color: #6E934D;
}
.TagClassName
{
border-color: #6E934D;
}
</style>