Shades of Asparagus #6B9756
Tints of Asparagus #6B9756
RGB
CMYK
RGB Variations
Color information
#6B9756 (or 0x6B9756) is known color: Asparagus. HEX triplet: 6B, 97 and 56. RGB value is (107,151,86). Sum of RGB (Red+Green+Blue) = 107+151+86=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #6B9756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9756 is #9468A9. Grayscale: #828282. Windows color (decimal): -9726122 or 5674859. OLE color: 5674859.
HSL color Cylindrical-coordinate representation of color #6B9756: hue angle of 100.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B9756 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 86 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.41 |
| HSL | 100.62º | 0.27% | 0.46% | - |
| HSV(B) | 100.62º | 0.43% | 0.59% | - |
| XYZ | 18.81 | 25.93 | 12.82 | - |
| YUV | 130.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 86 | 0.29 | 0 | 0.43 | 0.41 | 100.62 | 0.27 | 0.46 |
| Hex | 6B | 97 | 56 | 1D | 0 | 2B | 29 | 65 | 1B | 2E |
| Octal | 153 | 227 | 126 | 35 | 0 | 53 | 51 | 145 | 33 | 56 |
| Binary | 1101011 | 10010111 | 1010110 | 11101 | 0 | 101011 | 101001 | 1100101 | 11011 | 101110 |
Color Harmonies of #6B9756
Complementary color
Monochromatic Colors of #6B9756
Black with #6B9756
Text Example
Text Example
White with #6B9756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9756; }
p { color: rgb(107,151,86); }
H1.HeaderClassName
{
color: #6B9756;
}
.AnyTagClassName
{
color: #6B9756;
}
</style>
background-color css
<style>
a { background-color: #6B9756; }
a { background-color: rgb(107,151,86); }
div.DivClassName
{
background-color: #6B9756;
}
.BgClassName
{
background-color: #6B9756;
}
</style>
border-color css
<style>
span { border-color: #6B9756; }
span { border-color: rgb(107,151,86); }
td.TdClassName
{
border-color: #6B9756;
}
.TagClassName
{
border-color: #6B9756;
}
</style>