Shades of Fern #6ABC6E
Tints of Fern #6ABC6E
RGB
CMYK
RGB Variations
Color information
#6ABC6E (or 0x6ABC6E) is known color: Fern. HEX triplet: 6A, BC and 6E. RGB value is (106,188,110). Sum of RGB (Red+Green+Blue) = 106+188+110=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABC6E is #954391. Grayscale: #9A9A9A. Windows color (decimal): -9782162 or 7257194. OLE color: 7257194.
HSL color Cylindrical-coordinate representation of color #6ABC6E: hue angle of 122.93º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABC6E is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 110 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.26 |
| HSL | 122.93º | 0.38% | 0.58% | - |
| HSV(B) | 122.93º | 0.44% | 0.74% | - |
| XYZ | 26.74 | 40.16 | 21.09 | - |
| YUV | 154.59 | 102.83 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 110 | 0.44 | 0 | 0.41 | 0.26 | 122.93 | 0.38 | 0.58 |
| Hex | 6A | BC | 6E | 2C | 0 | 29 | 1A | 7B | 26 | 3A |
| Octal | 152 | 274 | 156 | 54 | 0 | 51 | 32 | 173 | 46 | 72 |
| Binary | 1101010 | 10111100 | 1101110 | 101100 | 0 | 101001 | 11010 | 1111011 | 100110 | 111010 |
Color Harmonies of #6ABC6E
Complementary color
Monochromatic Colors of #6ABC6E
Black with #6ABC6E
Text Example
Text Example
White with #6ABC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC6E; }
p { color: rgb(106,188,110); }
H1.HeaderClassName
{
color: #6ABC6E;
}
.AnyTagClassName
{
color: #6ABC6E;
}
</style>
background-color css
<style>
a { background-color: #6ABC6E; }
a { background-color: rgb(106,188,110); }
div.DivClassName
{
background-color: #6ABC6E;
}
.BgClassName
{
background-color: #6ABC6E;
}
</style>
border-color css
<style>
span { border-color: #6ABC6E; }
span { border-color: rgb(106,188,110); }
td.TdClassName
{
border-color: #6ABC6E;
}
.TagClassName
{
border-color: #6ABC6E;
}
</style>