Shades of Asparagus #6E995F
Tints of Asparagus #6E995F
RGB
CMYK
RGB Variations
Color information
#6E995F (or 0x6E995F) is known color: Asparagus. HEX triplet: 6E, 99 and 5F. RGB value is (110,153,95). Sum of RGB (Red+Green+Blue) = 110+153+95=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #6E995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E995F is #9166A0. Grayscale: #858585. Windows color (decimal): -9528993 or 6265198. OLE color: 6265198.
HSL color Cylindrical-coordinate representation of color #6E995F: hue angle of 104.48º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E995F is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 153 | 95 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.4 |
| HSL | 104.48º | 0.23% | 0.49% | - |
| HSV(B) | 104.48º | 0.38% | 0.6% | - |
| XYZ | 19.89 | 26.92 | 14.98 | - |
| YUV | 133.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 95 | 0.28 | 0 | 0.38 | 0.4 | 104.48 | 0.23 | 0.49 |
| Hex | 6E | 99 | 5F | 1C | 0 | 26 | 28 | 68 | 17 | 31 |
| Octal | 156 | 231 | 137 | 34 | 0 | 46 | 50 | 150 | 27 | 61 |
| Binary | 1101110 | 10011001 | 1011111 | 11100 | 0 | 100110 | 101000 | 1101000 | 10111 | 110001 |
Color Harmonies of #6E995F
Complementary color
Monochromatic Colors of #6E995F
Black with #6E995F
Text Example
Text Example
White with #6E995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E995F; }
p { color: rgb(110,153,95); }
H1.HeaderClassName
{
color: #6E995F;
}
.AnyTagClassName
{
color: #6E995F;
}
</style>
background-color css
<style>
a { background-color: #6E995F; }
a { background-color: rgb(110,153,95); }
div.DivClassName
{
background-color: #6E995F;
}
.BgClassName
{
background-color: #6E995F;
}
</style>
border-color css
<style>
span { border-color: #6E995F; }
span { border-color: rgb(110,153,95); }
td.TdClassName
{
border-color: #6E995F;
}
.TagClassName
{
border-color: #6E995F;
}
</style>