Shades of Asparagus #6FA456
Tints of Asparagus #6FA456
RGB
CMYK
RGB Variations
Color information
#6FA456 (or 0x6FA456) is known color: Asparagus. HEX triplet: 6F, A4 and 56. RGB value is (111,164,86). Sum of RGB (Red+Green+Blue) = 111+164+86=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA456 is #905BA9. Grayscale: #8B8B8B. Windows color (decimal): -9460650 or 5678191. OLE color: 5678191.
HSL color Cylindrical-coordinate representation of color #6FA456: hue angle of 100.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FA456 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 164 | 86 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.36 |
| HSL | 100.77º | 0.31% | 0.49% | - |
| HSV(B) | 100.77º | 0.48% | 0.64% | - |
| XYZ | 21.51 | 30.6 | 13.58 | - |
| YUV | 139.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 164 | 86 | 0.32 | 0 | 0.48 | 0.36 | 100.77 | 0.31 | 0.49 |
| Hex | 6F | A4 | 56 | 20 | 0 | 30 | 24 | 65 | 1F | 31 |
| Octal | 157 | 244 | 126 | 40 | 0 | 60 | 44 | 145 | 37 | 61 |
| Binary | 1101111 | 10100100 | 1010110 | 100000 | 0 | 110000 | 100100 | 1100101 | 11111 | 110001 |
Color Harmonies of #6FA456
Complementary color
Monochromatic Colors of #6FA456
Black with #6FA456
Text Example
Text Example
White with #6FA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA456; }
p { color: rgb(111,164,86); }
H1.HeaderClassName
{
color: #6FA456;
}
.AnyTagClassName
{
color: #6FA456;
}
</style>
background-color css
<style>
a { background-color: #6FA456; }
a { background-color: rgb(111,164,86); }
div.DivClassName
{
background-color: #6FA456;
}
.BgClassName
{
background-color: #6FA456;
}
</style>
border-color css
<style>
span { border-color: #6FA456; }
span { border-color: rgb(111,164,86); }
td.TdClassName
{
border-color: #6FA456;
}
.TagClassName
{
border-color: #6FA456;
}
</style>