Shades of Asparagus #6C995A
Tints of Asparagus #6C995A
RGB
CMYK
RGB Variations
Color information
#6C995A (or 0x6C995A) is known color: Asparagus. HEX triplet: 6C, 99 and 5A. RGB value is (108,153,90). Sum of RGB (Red+Green+Blue) = 108+153+90=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #6C995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C995A is #9366A5. Grayscale: #848484. Windows color (decimal): -9660070 or 5937516. OLE color: 5937516.
HSL color Cylindrical-coordinate representation of color #6C995A: hue angle of 102.86º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C995A is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 108 | 153 | 90 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.4 |
| HSL | 102.86º | 0.26% | 0.48% | - |
| HSV(B) | 102.86º | 0.41% | 0.6% | - |
| XYZ | 19.42 | 26.71 | 13.8 | - |
| YUV | 132.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 153 | 90 | 0.29 | 0 | 0.41 | 0.4 | 102.86 | 0.26 | 0.48 |
| Hex | 6C | 99 | 5A | 1D | 0 | 29 | 28 | 67 | 1A | 30 |
| Octal | 154 | 231 | 132 | 35 | 0 | 51 | 50 | 147 | 32 | 60 |
| Binary | 1101100 | 10011001 | 1011010 | 11101 | 0 | 101001 | 101000 | 1100111 | 11010 | 110000 |
Color Harmonies of #6C995A
Complementary color
Monochromatic Colors of #6C995A
Black with #6C995A
Text Example
Text Example
White with #6C995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C995A; }
p { color: rgb(108,153,90); }
H1.HeaderClassName
{
color: #6C995A;
}
.AnyTagClassName
{
color: #6C995A;
}
</style>
background-color css
<style>
a { background-color: #6C995A; }
a { background-color: rgb(108,153,90); }
div.DivClassName
{
background-color: #6C995A;
}
.BgClassName
{
background-color: #6C995A;
}
</style>
border-color css
<style>
span { border-color: #6C995A; }
span { border-color: rgb(108,153,90); }
td.TdClassName
{
border-color: #6C995A;
}
.TagClassName
{
border-color: #6C995A;
}
</style>