Shades of Asparagus #6A9A45
Tints of Asparagus #6A9A45
RGB
CMYK
RGB Variations
Color information
#6A9A45 (or 0x6A9A45) is known color: Asparagus. HEX triplet: 6A, 9A and 45. RGB value is (106,154,69). Sum of RGB (Red+Green+Blue) = 106+154+69=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #6A9A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9A45 is #9565BA. Grayscale: #828282. Windows color (decimal): -9790907 or 4561514. OLE color: 4561514.
HSL color Cylindrical-coordinate representation of color #6A9A45: hue angle of 93.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A9A45 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 154 | 69 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.40 |
| HSL | 93.88º | 0.38% | 0.44% | - |
| HSV(B) | 93.88º | 0.55% | 0.6% | - |
| XYZ | 18.57 | 26.61 | 9.79 | - |
| YUV | 129.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 69 | 0.31 | 0 | 0.55 | 0.40 | 93.88 | 0.38 | 0.44 |
| Hex | 6A | 9A | 45 | 1F | 0 | 37 | 28 | 5E | 26 | 2C |
| Octal | 152 | 232 | 105 | 37 | 0 | 67 | 50 | 136 | 46 | 54 |
| Binary | 1101010 | 10011010 | 1000101 | 11111 | 0 | 110111 | 101000 | 1011110 | 100110 | 101100 |
Color Harmonies of #6A9A45
Complementary color
Monochromatic Colors of #6A9A45
Black with #6A9A45
Text Example
Text Example
White with #6A9A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9A45; }
p { color: rgb(106,154,69); }
H1.HeaderClassName
{
color: #6A9A45;
}
.AnyTagClassName
{
color: #6A9A45;
}
</style>
background-color css
<style>
a { background-color: #6A9A45; }
a { background-color: rgb(106,154,69); }
div.DivClassName
{
background-color: #6A9A45;
}
.BgClassName
{
background-color: #6A9A45;
}
</style>
border-color css
<style>
span { border-color: #6A9A45; }
span { border-color: rgb(106,154,69); }
td.TdClassName
{
border-color: #6A9A45;
}
.TagClassName
{
border-color: #6A9A45;
}
</style>