Shades of Fern #6EC07F
Tints of Fern #6EC07F
RGB
CMYK
RGB Variations
Color information
#6EC07F (or 0x6EC07F) is known color: Fern. HEX triplet: 6E, C0 and 7F. RGB value is (110,192,127). Sum of RGB (Red+Green+Blue) = 110+192+127=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC07F is #913F80. Grayscale: #A0A0A0. Windows color (decimal): -9518977 or 8372334. OLE color: 8372334.
HSL color Cylindrical-coordinate representation of color #6EC07F: hue angle of 132.44º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC07F is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 192 | 127 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.25 |
| HSL | 132.44º | 0.39% | 0.59% | - |
| HSV(B) | 132.44º | 0.43% | 0.75% | - |
| XYZ | 29.11 | 42.55 | 26.76 | - |
| YUV | 160.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 127 | 0.43 | 0 | 0.34 | 0.25 | 132.44 | 0.39 | 0.59 |
| Hex | 6E | C0 | 7F | 2B | 0 | 22 | 19 | 84 | 27 | 3B |
| Octal | 156 | 300 | 177 | 53 | 0 | 42 | 31 | 204 | 47 | 73 |
| Binary | 1101110 | 11000000 | 1111111 | 101011 | 0 | 100010 | 11001 | 10000100 | 100111 | 111011 |
Color Harmonies of #6EC07F
Complementary color
Monochromatic Colors of #6EC07F
Black with #6EC07F
Text Example
Text Example
White with #6EC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC07F; }
p { color: rgb(110,192,127); }
H1.HeaderClassName
{
color: #6EC07F;
}
.AnyTagClassName
{
color: #6EC07F;
}
</style>
background-color css
<style>
a { background-color: #6EC07F; }
a { background-color: rgb(110,192,127); }
div.DivClassName
{
background-color: #6EC07F;
}
.BgClassName
{
background-color: #6EC07F;
}
</style>
border-color css
<style>
span { border-color: #6EC07F; }
span { border-color: rgb(110,192,127); }
td.TdClassName
{
border-color: #6EC07F;
}
.TagClassName
{
border-color: #6EC07F;
}
</style>