Shades of Asparagus #6B964D
Tints of Asparagus #6B964D
RGB
CMYK
RGB Variations
Color information
#6B964D (or 0x6B964D) is known color: Asparagus. HEX triplet: 6B, 96 and 4D. RGB value is (107,150,77). Sum of RGB (Red+Green+Blue) = 107+150+77=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #6B964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B964D is #9469B2. Grayscale: #818181. Windows color (decimal): -9726387 or 5084779. OLE color: 5084779.
HSL color Cylindrical-coordinate representation of color #6B964D: hue angle of 95.34º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B964D is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 150 | 77 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.41 |
| HSL | 95.34º | 0.32% | 0.45% | - |
| HSV(B) | 95.34º | 0.49% | 0.59% | - |
| XYZ | 18.31 | 25.47 | 10.97 | - |
| YUV | 128.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 77 | 0.29 | 0 | 0.49 | 0.41 | 95.34 | 0.32 | 0.45 |
| Hex | 6B | 96 | 4D | 1D | 0 | 31 | 29 | 5F | 20 | 2D |
| Octal | 153 | 226 | 115 | 35 | 0 | 61 | 51 | 137 | 40 | 55 |
| Binary | 1101011 | 10010110 | 1001101 | 11101 | 0 | 110001 | 101001 | 1011111 | 100000 | 101101 |
Color Harmonies of #6B964D
Complementary color
Monochromatic Colors of #6B964D
Black with #6B964D
Text Example
Text Example
White with #6B964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B964D; }
p { color: rgb(107,150,77); }
H1.HeaderClassName
{
color: #6B964D;
}
.AnyTagClassName
{
color: #6B964D;
}
</style>
background-color css
<style>
a { background-color: #6B964D; }
a { background-color: rgb(107,150,77); }
div.DivClassName
{
background-color: #6B964D;
}
.BgClassName
{
background-color: #6B964D;
}
</style>
border-color css
<style>
span { border-color: #6B964D; }
span { border-color: rgb(107,150,77); }
td.TdClassName
{
border-color: #6B964D;
}
.TagClassName
{
border-color: #6B964D;
}
</style>