Shades of Asparagus #6B9648
Tints of Asparagus #6B9648
RGB
CMYK
RGB Variations
Color information
#6B9648 (or 0x6B9648) is known color: Asparagus. HEX triplet: 6B, 96 and 48. RGB value is (107,150,72). Sum of RGB (Red+Green+Blue) = 107+150+72=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #6B9648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9648 is #9469B7. Grayscale: #808080. Windows color (decimal): -9726392 or 4757099. OLE color: 4757099.
HSL color Cylindrical-coordinate representation of color #6B9648: hue angle of 93.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B9648 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 150 | 72 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.41 |
| HSL | 93.08º | 0.35% | 0.44% | - |
| HSV(B) | 93.08º | 0.52% | 0.59% | - |
| XYZ | 18.14 | 25.41 | 10.08 | - |
| YUV | 128.25 | 96.25 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 72 | 0.29 | 0 | 0.52 | 0.41 | 93.08 | 0.35 | 0.44 |
| Hex | 6B | 96 | 48 | 1D | 0 | 34 | 29 | 5D | 23 | 2C |
| Octal | 153 | 226 | 110 | 35 | 0 | 64 | 51 | 135 | 43 | 54 |
| Binary | 1101011 | 10010110 | 1001000 | 11101 | 0 | 110100 | 101001 | 1011101 | 100011 | 101100 |
Color Harmonies of #6B9648
Complementary color
Monochromatic Colors of #6B9648
Black with #6B9648
Text Example
Text Example
White with #6B9648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9648; }
p { color: rgb(107,150,72); }
H1.HeaderClassName
{
color: #6B9648;
}
.AnyTagClassName
{
color: #6B9648;
}
</style>
background-color css
<style>
a { background-color: #6B9648; }
a { background-color: rgb(107,150,72); }
div.DivClassName
{
background-color: #6B9648;
}
.BgClassName
{
background-color: #6B9648;
}
</style>
border-color css
<style>
span { border-color: #6B9648; }
span { border-color: rgb(107,150,72); }
td.TdClassName
{
border-color: #6B9648;
}
.TagClassName
{
border-color: #6B9648;
}
</style>