Shades of Asparagus #6BA25C
Tints of Asparagus #6BA25C
RGB
CMYK
RGB Variations
Color information
#6BA25C (or 0x6BA25C) is known color: Asparagus. HEX triplet: 6B, A2 and 5C. RGB value is (107,162,92). Sum of RGB (Red+Green+Blue) = 107+162+92=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA25C is #945DA3. Grayscale: #898989. Windows color (decimal): -9723300 or 6070891. OLE color: 6070891.
HSL color Cylindrical-coordinate representation of color #6BA25C: hue angle of 107.14º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BA25C is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 92 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.36 |
| HSL | 107.14º | 0.28% | 0.5% | - |
| HSV(B) | 107.14º | 0.43% | 0.64% | - |
| XYZ | 20.92 | 29.74 | 14.76 | - |
| YUV | 137.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 92 | 0.34 | 0 | 0.43 | 0.36 | 107.14 | 0.28 | 0.5 |
| Hex | 6B | A2 | 5C | 22 | 0 | 2B | 24 | 6B | 1C | 32 |
| Octal | 153 | 242 | 134 | 42 | 0 | 53 | 44 | 153 | 34 | 62 |
| Binary | 1101011 | 10100010 | 1011100 | 100010 | 0 | 101011 | 100100 | 1101011 | 11100 | 110010 |
Color Harmonies of #6BA25C
Complementary color
Monochromatic Colors of #6BA25C
Black with #6BA25C
Text Example
Text Example
White with #6BA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA25C; }
p { color: rgb(107,162,92); }
H1.HeaderClassName
{
color: #6BA25C;
}
.AnyTagClassName
{
color: #6BA25C;
}
</style>
background-color css
<style>
a { background-color: #6BA25C; }
a { background-color: rgb(107,162,92); }
div.DivClassName
{
background-color: #6BA25C;
}
.BgClassName
{
background-color: #6BA25C;
}
</style>
border-color css
<style>
span { border-color: #6BA25C; }
span { border-color: rgb(107,162,92); }
td.TdClassName
{
border-color: #6BA25C;
}
.TagClassName
{
border-color: #6BA25C;
}
</style>