Shades of Asparagus #6DA04B
Tints of Asparagus #6DA04B
RGB
CMYK
RGB Variations
Color information
#6DA04B (or 0x6DA04B) is known color: Asparagus. HEX triplet: 6D, A0 and 4B. RGB value is (109,160,75). Sum of RGB (Red+Green+Blue) = 109+160+75=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA04B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA04B is #925FB4. Grayscale: #878787. Windows color (decimal): -9592757 or 4956269. OLE color: 4956269.
HSL color Cylindrical-coordinate representation of color #6DA04B: hue angle of 96º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DA04B is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 75 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.37 |
| HSL | 96º | 0.36% | 0.46% | - |
| HSV(B) | 96º | 0.53% | 0.63% | - |
| XYZ | 20.15 | 28.9 | 11.17 | - |
| YUV | 135.06 | 94.1 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 75 | 0.32 | 0 | 0.53 | 0.37 | 96 | 0.36 | 0.46 |
| Hex | 6D | A0 | 4B | 20 | 0 | 35 | 25 | 60 | 24 | 2E |
| Octal | 155 | 240 | 113 | 40 | 0 | 65 | 45 | 140 | 44 | 56 |
| Binary | 1101101 | 10100000 | 1001011 | 100000 | 0 | 110101 | 100101 | 1100000 | 100100 | 101110 |
Color Harmonies of #6DA04B
Complementary color
Monochromatic Colors of #6DA04B
Black with #6DA04B
Text Example
Text Example
White with #6DA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA04B; }
p { color: rgb(109,160,75); }
H1.HeaderClassName
{
color: #6DA04B;
}
.AnyTagClassName
{
color: #6DA04B;
}
</style>
background-color css
<style>
a { background-color: #6DA04B; }
a { background-color: rgb(109,160,75); }
div.DivClassName
{
background-color: #6DA04B;
}
.BgClassName
{
background-color: #6DA04B;
}
</style>
border-color css
<style>
span { border-color: #6DA04B; }
span { border-color: rgb(109,160,75); }
td.TdClassName
{
border-color: #6DA04B;
}
.TagClassName
{
border-color: #6DA04B;
}
</style>