Shades of Asparagus #6D9942
Tints of Asparagus #6D9942
RGB
CMYK
RGB Variations
Color information
#6D9942 (or 0x6D9942) is known color: Asparagus. HEX triplet: 6D, 99 and 42. RGB value is (109,153,66). Sum of RGB (Red+Green+Blue) = 109+153+66=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #6D9942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9942 is #9266BD. Grayscale: #828282. Windows color (decimal): -9594558 or 4364653. OLE color: 4364653.
HSL color Cylindrical-coordinate representation of color #6D9942: hue angle of 90.34º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D9942 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 109 | 153 | 66 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.4 |
| HSL | 90.34º | 0.4% | 0.43% | - |
| HSV(B) | 90.34º | 0.57% | 0.6% | - |
| XYZ | 18.68 | 26.43 | 9.27 | - |
| YUV | 129.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 66 | 0.29 | 0 | 0.57 | 0.4 | 90.34 | 0.4 | 0.43 |
| Hex | 6D | 99 | 42 | 1D | 0 | 39 | 28 | 5A | 28 | 2B |
| Octal | 155 | 231 | 102 | 35 | 0 | 71 | 50 | 132 | 50 | 53 |
| Binary | 1101101 | 10011001 | 1000010 | 11101 | 0 | 111001 | 101000 | 1011010 | 101000 | 101011 |
Color Harmonies of #6D9942
Complementary color
Monochromatic Colors of #6D9942
Black with #6D9942
Text Example
Text Example
White with #6D9942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9942; }
p { color: rgb(109,153,66); }
H1.HeaderClassName
{
color: #6D9942;
}
.AnyTagClassName
{
color: #6D9942;
}
</style>
background-color css
<style>
a { background-color: #6D9942; }
a { background-color: rgb(109,153,66); }
div.DivClassName
{
background-color: #6D9942;
}
.BgClassName
{
background-color: #6D9942;
}
</style>
border-color css
<style>
span { border-color: #6D9942; }
span { border-color: rgb(109,153,66); }
td.TdClassName
{
border-color: #6D9942;
}
.TagClassName
{
border-color: #6D9942;
}
</style>