Shades of Asparagus #6A984B
Tints of Asparagus #6A984B
RGB
CMYK
RGB Variations
Color information
#6A984B (or 0x6A984B) is known color: Asparagus. HEX triplet: 6A, 98 and 4B. RGB value is (106,152,75). Sum of RGB (Red+Green+Blue) = 106+152+75=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #6A984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A984B is #9567B4. Grayscale: #818181. Windows color (decimal): -9791413 or 4954218. OLE color: 4954218.
HSL color Cylindrical-coordinate representation of color #6A984B: hue angle of 95.84º 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 #6A984B is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 152 | 75 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.40 |
| HSL | 95.84º | 0.34% | 0.45% | - |
| HSV(B) | 95.84º | 0.51% | 0.6% | - |
| XYZ | 18.44 | 26.03 | 10.71 | - |
| YUV | 129.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 152 | 75 | 0.30 | 0 | 0.51 | 0.40 | 95.84 | 0.34 | 0.45 |
| Hex | 6A | 98 | 4B | 1E | 0 | 33 | 28 | 60 | 22 | 2D |
| Octal | 152 | 230 | 113 | 36 | 0 | 63 | 50 | 140 | 42 | 55 |
| Binary | 1101010 | 10011000 | 1001011 | 11110 | 0 | 110011 | 101000 | 1100000 | 100010 | 101101 |
Color Harmonies of #6A984B
Complementary color
Monochromatic Colors of #6A984B
Black with #6A984B
Text Example
Text Example
White with #6A984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A984B; }
p { color: rgb(106,152,75); }
H1.HeaderClassName
{
color: #6A984B;
}
.AnyTagClassName
{
color: #6A984B;
}
</style>
background-color css
<style>
a { background-color: #6A984B; }
a { background-color: rgb(106,152,75); }
div.DivClassName
{
background-color: #6A984B;
}
.BgClassName
{
background-color: #6A984B;
}
</style>
border-color css
<style>
span { border-color: #6A984B; }
span { border-color: rgb(106,152,75); }
td.TdClassName
{
border-color: #6A984B;
}
.TagClassName
{
border-color: #6A984B;
}
</style>