Shades of Asparagus #6DA55C
Tints of Asparagus #6DA55C
RGB
CMYK
RGB Variations
Color information
#6DA55C (or 0x6DA55C) is known color: Asparagus. HEX triplet: 6D, A5 and 5C. RGB value is (109,165,92). Sum of RGB (Red+Green+Blue) = 109+165+92=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA55C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA55C is #925AA3. Grayscale: #8C8C8C. Windows color (decimal): -9591460 or 6071661. OLE color: 6071661.
HSL color Cylindrical-coordinate representation of color #6DA55C: hue angle of 106.03º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DA55C is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 92 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.35 |
| HSL | 106.03º | 0.29% | 0.5% | - |
| HSV(B) | 106.03º | 0.44% | 0.65% | - |
| XYZ | 21.69 | 30.93 | 14.95 | - |
| YUV | 139.93 | 100.95 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 92 | 0.34 | 0 | 0.44 | 0.35 | 106.03 | 0.29 | 0.5 |
| Hex | 6D | A5 | 5C | 22 | 0 | 2C | 23 | 6A | 1D | 32 |
| Octal | 155 | 245 | 134 | 42 | 0 | 54 | 43 | 152 | 35 | 62 |
| Binary | 1101101 | 10100101 | 1011100 | 100010 | 0 | 101100 | 100011 | 1101010 | 11101 | 110010 |
Color Harmonies of #6DA55C
Complementary color
Monochromatic Colors of #6DA55C
Black with #6DA55C
Text Example
Text Example
White with #6DA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA55C; }
p { color: rgb(109,165,92); }
H1.HeaderClassName
{
color: #6DA55C;
}
.AnyTagClassName
{
color: #6DA55C;
}
</style>
background-color css
<style>
a { background-color: #6DA55C; }
a { background-color: rgb(109,165,92); }
div.DivClassName
{
background-color: #6DA55C;
}
.BgClassName
{
background-color: #6DA55C;
}
</style>
border-color css
<style>
span { border-color: #6DA55C; }
span { border-color: rgb(109,165,92); }
td.TdClassName
{
border-color: #6DA55C;
}
.TagClassName
{
border-color: #6DA55C;
}
</style>