Shades of Asparagus #6A9A50
Tints of Asparagus #6A9A50
RGB
CMYK
RGB Variations
Color information
#6A9A50 (or 0x6A9A50) is known color: Asparagus. HEX triplet: 6A, 9A and 50. RGB value is (106,154,80). Sum of RGB (Red+Green+Blue) = 106+154+80=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #6A9A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9A50 is #9565AF. Grayscale: #838383. Windows color (decimal): -9790896 or 5282410. OLE color: 5282410.
HSL color Cylindrical-coordinate representation of color #6A9A50: hue angle of 98.92º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A9A50 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 154 | 80 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.40 |
| HSL | 98.92º | 0.32% | 0.46% | - |
| HSV(B) | 98.92º | 0.48% | 0.6% | - |
| XYZ | 18.95 | 26.75 | 11.75 | - |
| YUV | 131.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 80 | 0.31 | 0 | 0.48 | 0.40 | 98.92 | 0.32 | 0.46 |
| Hex | 6A | 9A | 50 | 1F | 0 | 30 | 28 | 63 | 20 | 2E |
| Octal | 152 | 232 | 120 | 37 | 0 | 60 | 50 | 143 | 40 | 56 |
| Binary | 1101010 | 10011010 | 1010000 | 11111 | 0 | 110000 | 101000 | 1100011 | 100000 | 101110 |
Color Harmonies of #6A9A50
Complementary color
Monochromatic Colors of #6A9A50
Black with #6A9A50
Text Example
Text Example
White with #6A9A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9A50; }
p { color: rgb(106,154,80); }
H1.HeaderClassName
{
color: #6A9A50;
}
.AnyTagClassName
{
color: #6A9A50;
}
</style>
background-color css
<style>
a { background-color: #6A9A50; }
a { background-color: rgb(106,154,80); }
div.DivClassName
{
background-color: #6A9A50;
}
.BgClassName
{
background-color: #6A9A50;
}
</style>
border-color css
<style>
span { border-color: #6A9A50; }
span { border-color: rgb(106,154,80); }
td.TdClassName
{
border-color: #6A9A50;
}
.TagClassName
{
border-color: #6A9A50;
}
</style>