Shades of Fern #6EC878
Tints of Fern #6EC878
RGB
CMYK
RGB Variations
Color information
#6EC878 (or 0x6EC878) is known color: Fern. HEX triplet: 6E, C8 and 78. RGB value is (110,200,120). Sum of RGB (Red+Green+Blue) = 110+200+120=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC878 is #913787. Grayscale: #A4A4A4. Windows color (decimal): -9516936 or 7915630. OLE color: 7915630.
HSL color Cylindrical-coordinate representation of color #6EC878: hue angle of 126.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC878 is Cyan = 0.45, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 200 | 120 | - |
| CMYK | 0.45 | 0 | 0.4 | 0.22 |
| HSL | 126.67º | 0.45% | 0.61% | - |
| HSV(B) | 126.67º | 0.45% | 0.78% | - |
| XYZ | 30.47 | 45.98 | 25.04 | - |
| YUV | 163.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 120 | 0.45 | 0 | 0.4 | 0.22 | 126.67 | 0.45 | 0.61 |
| Hex | 6E | C8 | 78 | 2D | 0 | 28 | 16 | 7F | 2D | 3D |
| Octal | 156 | 310 | 170 | 55 | 0 | 50 | 26 | 177 | 55 | 75 |
| Binary | 1101110 | 11001000 | 1111000 | 101101 | 0 | 101000 | 10110 | 1111111 | 101101 | 111101 |
Color Harmonies of #6EC878
Complementary color
Monochromatic Colors of #6EC878
Black with #6EC878
Text Example
Text Example
White with #6EC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC878; }
p { color: rgb(110,200,120); }
H1.HeaderClassName
{
color: #6EC878;
}
.AnyTagClassName
{
color: #6EC878;
}
</style>
background-color css
<style>
a { background-color: #6EC878; }
a { background-color: rgb(110,200,120); }
div.DivClassName
{
background-color: #6EC878;
}
.BgClassName
{
background-color: #6EC878;
}
</style>
border-color css
<style>
span { border-color: #6EC878; }
span { border-color: rgb(110,200,120); }
td.TdClassName
{
border-color: #6EC878;
}
.TagClassName
{
border-color: #6EC878;
}
</style>