Shades of Fern #6EC974
Tints of Fern #6EC974
RGB
CMYK
RGB Variations
Color information
#6EC974 (or 0x6EC974) is known color: Fern. HEX triplet: 6E, C9 and 74. RGB value is (110,201,116). Sum of RGB (Red+Green+Blue) = 110+201+116=427 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.76% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC974 is #91368B. Grayscale: #A4A4A4. Windows color (decimal): -9516684 or 7653742. OLE color: 7653742.
HSL color Cylindrical-coordinate representation of color #6EC974: hue angle of 123.96º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC974 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 116 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.21 |
| HSL | 123.96º | 0.46% | 0.61% | - |
| HSV(B) | 123.96º | 0.45% | 0.79% | - |
| XYZ | 30.47 | 46.35 | 23.86 | - |
| YUV | 164.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 116 | 0.45 | 0 | 0.42 | 0.21 | 123.96 | 0.46 | 0.61 |
| Hex | 6E | C9 | 74 | 2D | 0 | 2A | 15 | 7C | 2E | 3D |
| Octal | 156 | 311 | 164 | 55 | 0 | 52 | 25 | 174 | 56 | 75 |
| Binary | 1101110 | 11001001 | 1110100 | 101101 | 0 | 101010 | 10101 | 1111100 | 101110 | 111101 |
Color Harmonies of #6EC974
Complementary color
Monochromatic Colors of #6EC974
Black with #6EC974
Text Example
Text Example
White with #6EC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC974; }
p { color: rgb(110,201,116); }
H1.HeaderClassName
{
color: #6EC974;
}
.AnyTagClassName
{
color: #6EC974;
}
</style>
background-color css
<style>
a { background-color: #6EC974; }
a { background-color: rgb(110,201,116); }
div.DivClassName
{
background-color: #6EC974;
}
.BgClassName
{
background-color: #6EC974;
}
</style>
border-color css
<style>
span { border-color: #6EC974; }
span { border-color: rgb(110,201,116); }
td.TdClassName
{
border-color: #6EC974;
}
.TagClassName
{
border-color: #6EC974;
}
</style>