Shades of Asparagus #6B9856
Tints of Asparagus #6B9856
RGB
CMYK
RGB Variations
Color information
#6B9856 (or 0x6B9856) is known color: Asparagus. HEX triplet: 6B, 98 and 56. RGB value is (107,152,86). Sum of RGB (Red+Green+Blue) = 107+152+86=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9856 is #9467A9. Grayscale: #838383. Windows color (decimal): -9725866 or 5675115. OLE color: 5675115.
HSL color Cylindrical-coordinate representation of color #6B9856: hue angle of 100.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B9856 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 152 | 86 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.40 |
| HSL | 100.91º | 0.28% | 0.47% | - |
| HSV(B) | 100.91º | 0.43% | 0.6% | - |
| XYZ | 18.97 | 26.25 | 12.87 | - |
| YUV | 131.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 152 | 86 | 0.30 | 0 | 0.43 | 0.40 | 100.91 | 0.28 | 0.47 |
| Hex | 6B | 98 | 56 | 1E | 0 | 2B | 28 | 65 | 1C | 2F |
| Octal | 153 | 230 | 126 | 36 | 0 | 53 | 50 | 145 | 34 | 57 |
| Binary | 1101011 | 10011000 | 1010110 | 11110 | 0 | 101011 | 101000 | 1100101 | 11100 | 101111 |
Color Harmonies of #6B9856
Complementary color
Monochromatic Colors of #6B9856
Black with #6B9856
Text Example
Text Example
White with #6B9856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9856; }
p { color: rgb(107,152,86); }
H1.HeaderClassName
{
color: #6B9856;
}
.AnyTagClassName
{
color: #6B9856;
}
</style>
background-color css
<style>
a { background-color: #6B9856; }
a { background-color: rgb(107,152,86); }
div.DivClassName
{
background-color: #6B9856;
}
.BgClassName
{
background-color: #6B9856;
}
</style>
border-color css
<style>
span { border-color: #6B9856; }
span { border-color: rgb(107,152,86); }
td.TdClassName
{
border-color: #6B9856;
}
.TagClassName
{
border-color: #6B9856;
}
</style>