Shades of Fern #6ABB6C
Tints of Fern #6ABB6C
RGB
CMYK
RGB Variations
Color information
#6ABB6C (or 0x6ABB6C) is known color: Fern. HEX triplet: 6A, BB and 6C. RGB value is (106,187,108). Sum of RGB (Red+Green+Blue) = 106+187+108=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABB6C is #954493. Grayscale: #9A9A9A. Windows color (decimal): -9782420 or 7125866. OLE color: 7125866.
HSL color Cylindrical-coordinate representation of color #6ABB6C: hue angle of 121.48º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABB6C is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 108 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.27 |
| HSL | 121.48º | 0.37% | 0.57% | - |
| HSV(B) | 121.48º | 0.43% | 0.73% | - |
| XYZ | 26.42 | 39.69 | 20.46 | - |
| YUV | 153.78 | 102.16 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 108 | 0.43 | 0 | 0.42 | 0.27 | 121.48 | 0.37 | 0.57 |
| Hex | 6A | BB | 6C | 2B | 0 | 2A | 1B | 79 | 25 | 39 |
| Octal | 152 | 273 | 154 | 53 | 0 | 52 | 33 | 171 | 45 | 71 |
| Binary | 1101010 | 10111011 | 1101100 | 101011 | 0 | 101010 | 11011 | 1111001 | 100101 | 111001 |
Color Harmonies of #6ABB6C
Complementary color
Monochromatic Colors of #6ABB6C
Black with #6ABB6C
Text Example
Text Example
White with #6ABB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABB6C; }
p { color: rgb(106,187,108); }
H1.HeaderClassName
{
color: #6ABB6C;
}
.AnyTagClassName
{
color: #6ABB6C;
}
</style>
background-color css
<style>
a { background-color: #6ABB6C; }
a { background-color: rgb(106,187,108); }
div.DivClassName
{
background-color: #6ABB6C;
}
.BgClassName
{
background-color: #6ABB6C;
}
</style>
border-color css
<style>
span { border-color: #6ABB6C; }
span { border-color: rgb(106,187,108); }
td.TdClassName
{
border-color: #6ABB6C;
}
.TagClassName
{
border-color: #6ABB6C;
}
</style>