Shades of Asparagus #6B9E50
Tints of Asparagus #6B9E50
RGB
CMYK
RGB Variations
Color information
#6B9E50 (or 0x6B9E50) is known color: Asparagus. HEX triplet: 6B, 9E and 50. RGB value is (107,158,80). Sum of RGB (Red+Green+Blue) = 107+158+80=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #6B9E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9E50 is #9461AF. Grayscale: #868686. Windows color (decimal): -9724336 or 5283435. OLE color: 5283435.
HSL color Cylindrical-coordinate representation of color #6B9E50: hue angle of 99.23º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B9E50 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 158 | 80 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.38 |
| HSL | 99.23º | 0.33% | 0.47% | - |
| HSV(B) | 99.23º | 0.49% | 0.62% | - |
| XYZ | 19.74 | 28.16 | 11.98 | - |
| YUV | 133.86 | 97.6 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 80 | 0.32 | 0 | 0.49 | 0.38 | 99.23 | 0.33 | 0.47 |
| Hex | 6B | 9E | 50 | 20 | 0 | 31 | 26 | 63 | 21 | 2F |
| Octal | 153 | 236 | 120 | 40 | 0 | 61 | 46 | 143 | 41 | 57 |
| Binary | 1101011 | 10011110 | 1010000 | 100000 | 0 | 110001 | 100110 | 1100011 | 100001 | 101111 |
Color Harmonies of #6B9E50
Complementary color
Monochromatic Colors of #6B9E50
Black with #6B9E50
Text Example
Text Example
White with #6B9E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9E50; }
p { color: rgb(107,158,80); }
H1.HeaderClassName
{
color: #6B9E50;
}
.AnyTagClassName
{
color: #6B9E50;
}
</style>
background-color css
<style>
a { background-color: #6B9E50; }
a { background-color: rgb(107,158,80); }
div.DivClassName
{
background-color: #6B9E50;
}
.BgClassName
{
background-color: #6B9E50;
}
</style>
border-color css
<style>
span { border-color: #6B9E50; }
span { border-color: rgb(107,158,80); }
td.TdClassName
{
border-color: #6B9E50;
}
.TagClassName
{
border-color: #6B9E50;
}
</style>