Shades of Asparagus #6D9E53
Tints of Asparagus #6D9E53
RGB
CMYK
RGB Variations
Color information
#6D9E53 (or 0x6D9E53) is known color: Asparagus. HEX triplet: 6D, 9E and 53. RGB value is (109,158,83). Sum of RGB (Red+Green+Blue) = 109+158+83=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #6D9E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9E53 is #9261AC. Grayscale: #878787. Windows color (decimal): -9593261 or 5480045. OLE color: 5480045.
HSL color Cylindrical-coordinate representation of color #6D9E53: hue angle of 99.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D9E53 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 158 | 83 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.38 |
| HSL | 99.2º | 0.31% | 0.47% | - |
| HSV(B) | 99.2º | 0.47% | 0.62% | - |
| XYZ | 20.09 | 28.33 | 12.59 | - |
| YUV | 134.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 158 | 83 | 0.31 | 0 | 0.47 | 0.38 | 99.2 | 0.31 | 0.47 |
| Hex | 6D | 9E | 53 | 1F | 0 | 2F | 26 | 63 | 1F | 2F |
| Octal | 155 | 236 | 123 | 37 | 0 | 57 | 46 | 143 | 37 | 57 |
| Binary | 1101101 | 10011110 | 1010011 | 11111 | 0 | 101111 | 100110 | 1100011 | 11111 | 101111 |
Color Harmonies of #6D9E53
Complementary color
Monochromatic Colors of #6D9E53
Black with #6D9E53
Text Example
Text Example
White with #6D9E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9E53; }
p { color: rgb(109,158,83); }
H1.HeaderClassName
{
color: #6D9E53;
}
.AnyTagClassName
{
color: #6D9E53;
}
</style>
background-color css
<style>
a { background-color: #6D9E53; }
a { background-color: rgb(109,158,83); }
div.DivClassName
{
background-color: #6D9E53;
}
.BgClassName
{
background-color: #6D9E53;
}
</style>
border-color css
<style>
span { border-color: #6D9E53; }
span { border-color: rgb(109,158,83); }
td.TdClassName
{
border-color: #6D9E53;
}
.TagClassName
{
border-color: #6D9E53;
}
</style>