Shades of Asparagus #6B9A4B
Tints of Asparagus #6B9A4B
RGB
CMYK
RGB Variations
Color information
#6B9A4B (or 0x6B9A4B) is known color: Asparagus. HEX triplet: 6B, 9A and 4B. RGB value is (107,154,75). Sum of RGB (Red+Green+Blue) = 107+154+75=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #6B9A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9A4B is #9465B4. Grayscale: #838383. Windows color (decimal): -9725365 or 4954731. OLE color: 4954731.
HSL color Cylindrical-coordinate representation of color #6B9A4B: hue angle of 95.7º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B9A4B is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 154 | 75 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.40 |
| HSL | 95.7º | 0.34% | 0.45% | - |
| HSV(B) | 95.7º | 0.51% | 0.6% | - |
| XYZ | 18.89 | 26.75 | 10.82 | - |
| YUV | 130.94 | 96.43 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 154 | 75 | 0.31 | 0 | 0.51 | 0.40 | 95.7 | 0.34 | 0.45 |
| Hex | 6B | 9A | 4B | 1F | 0 | 33 | 28 | 60 | 22 | 2D |
| Octal | 153 | 232 | 113 | 37 | 0 | 63 | 50 | 140 | 42 | 55 |
| Binary | 1101011 | 10011010 | 1001011 | 11111 | 0 | 110011 | 101000 | 1100000 | 100010 | 101101 |
Color Harmonies of #6B9A4B
Complementary color
Monochromatic Colors of #6B9A4B
Black with #6B9A4B
Text Example
Text Example
White with #6B9A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9A4B; }
p { color: rgb(107,154,75); }
H1.HeaderClassName
{
color: #6B9A4B;
}
.AnyTagClassName
{
color: #6B9A4B;
}
</style>
background-color css
<style>
a { background-color: #6B9A4B; }
a { background-color: rgb(107,154,75); }
div.DivClassName
{
background-color: #6B9A4B;
}
.BgClassName
{
background-color: #6B9A4B;
}
</style>
border-color css
<style>
span { border-color: #6B9A4B; }
span { border-color: rgb(107,154,75); }
td.TdClassName
{
border-color: #6B9A4B;
}
.TagClassName
{
border-color: #6B9A4B;
}
</style>