Shades of Asparagus #6B9A48
Tints of Asparagus #6B9A48
RGB
CMYK
RGB Variations
Color information
#6B9A48 (or 0x6B9A48) is known color: Asparagus. HEX triplet: 6B, 9A and 48. RGB value is (107,154,72). Sum of RGB (Red+Green+Blue) = 107+154+72=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #6B9A48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9A48 is #9465B7. Grayscale: #828282. Windows color (decimal): -9725368 or 4758123. OLE color: 4758123.
HSL color Cylindrical-coordinate representation of color #6B9A48: hue angle of 94.39º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B9A48 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 154 | 72 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.40 |
| HSL | 94.39º | 0.36% | 0.44% | - |
| HSV(B) | 94.39º | 0.53% | 0.6% | - |
| XYZ | 18.79 | 26.7 | 10.3 | - |
| YUV | 130.6 | 94.93 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 154 | 72 | 0.31 | 0 | 0.53 | 0.40 | 94.39 | 0.36 | 0.44 |
| Hex | 6B | 9A | 48 | 1F | 0 | 35 | 28 | 5E | 24 | 2C |
| Octal | 153 | 232 | 110 | 37 | 0 | 65 | 50 | 136 | 44 | 54 |
| Binary | 1101011 | 10011010 | 1001000 | 11111 | 0 | 110101 | 101000 | 1011110 | 100100 | 101100 |
Color Harmonies of #6B9A48
Complementary color
Monochromatic Colors of #6B9A48
Black with #6B9A48
Text Example
Text Example
White with #6B9A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9A48; }
p { color: rgb(107,154,72); }
H1.HeaderClassName
{
color: #6B9A48;
}
.AnyTagClassName
{
color: #6B9A48;
}
</style>
background-color css
<style>
a { background-color: #6B9A48; }
a { background-color: rgb(107,154,72); }
div.DivClassName
{
background-color: #6B9A48;
}
.BgClassName
{
background-color: #6B9A48;
}
</style>
border-color css
<style>
span { border-color: #6B9A48; }
span { border-color: rgb(107,154,72); }
td.TdClassName
{
border-color: #6B9A48;
}
.TagClassName
{
border-color: #6B9A48;
}
</style>