Shades of Fern #6ABB6E
Tints of Fern #6ABB6E
RGB
CMYK
RGB Variations
Color information
#6ABB6E (or 0x6ABB6E) is known color: Fern. HEX triplet: 6A, BB and 6E. RGB value is (106,187,110). Sum of RGB (Red+Green+Blue) = 106+187+110=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABB6E is #954491. Grayscale: #9A9A9A. Windows color (decimal): -9782418 or 7256938. OLE color: 7256938.
HSL color Cylindrical-coordinate representation of color #6ABB6E: hue angle of 122.96º 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 #6ABB6E is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 110 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.27 |
| HSL | 122.96º | 0.37% | 0.57% | - |
| HSV(B) | 122.96º | 0.43% | 0.73% | - |
| XYZ | 26.53 | 39.73 | 21.02 | - |
| YUV | 154 | 103.16 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 110 | 0.43 | 0 | 0.41 | 0.27 | 122.96 | 0.37 | 0.57 |
| Hex | 6A | BB | 6E | 2B | 0 | 29 | 1B | 7B | 25 | 39 |
| Octal | 152 | 273 | 156 | 53 | 0 | 51 | 33 | 173 | 45 | 71 |
| Binary | 1101010 | 10111011 | 1101110 | 101011 | 0 | 101001 | 11011 | 1111011 | 100101 | 111001 |
Color Harmonies of #6ABB6E
Complementary color
Monochromatic Colors of #6ABB6E
Black with #6ABB6E
Text Example
Text Example
White with #6ABB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABB6E; }
p { color: rgb(106,187,110); }
H1.HeaderClassName
{
color: #6ABB6E;
}
.AnyTagClassName
{
color: #6ABB6E;
}
</style>
background-color css
<style>
a { background-color: #6ABB6E; }
a { background-color: rgb(106,187,110); }
div.DivClassName
{
background-color: #6ABB6E;
}
.BgClassName
{
background-color: #6ABB6E;
}
</style>
border-color css
<style>
span { border-color: #6ABB6E; }
span { border-color: rgb(106,187,110); }
td.TdClassName
{
border-color: #6ABB6E;
}
.TagClassName
{
border-color: #6ABB6E;
}
</style>