Shades of Fern #6EC071
Tints of Fern #6EC071
RGB
CMYK
RGB Variations
Color information
#6EC071 (or 0x6EC071) is known color: Fern. HEX triplet: 6E, C0 and 71. RGB value is (110,192,113). Sum of RGB (Red+Green+Blue) = 110+192+113=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC071 is #913F8E. Grayscale: #9E9E9E. Windows color (decimal): -9518991 or 7454830. OLE color: 7454830.
HSL color Cylindrical-coordinate representation of color #6EC071: hue angle of 122.2º 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 #6EC071 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 192 | 113 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.25 |
| HSL | 122.2º | 0.39% | 0.59% | - |
| HSV(B) | 122.2º | 0.43% | 0.75% | - |
| XYZ | 28.26 | 42.21 | 22.28 | - |
| YUV | 158.48 | 102.33 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 113 | 0.43 | 0 | 0.41 | 0.25 | 122.2 | 0.39 | 0.59 |
| Hex | 6E | C0 | 71 | 2B | 0 | 29 | 19 | 7A | 27 | 3B |
| Octal | 156 | 300 | 161 | 53 | 0 | 51 | 31 | 172 | 47 | 73 |
| Binary | 1101110 | 11000000 | 1110001 | 101011 | 0 | 101001 | 11001 | 1111010 | 100111 | 111011 |
Color Harmonies of #6EC071
Complementary color
Monochromatic Colors of #6EC071
Black with #6EC071
Text Example
Text Example
White with #6EC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC071; }
p { color: rgb(110,192,113); }
H1.HeaderClassName
{
color: #6EC071;
}
.AnyTagClassName
{
color: #6EC071;
}
</style>
background-color css
<style>
a { background-color: #6EC071; }
a { background-color: rgb(110,192,113); }
div.DivClassName
{
background-color: #6EC071;
}
.BgClassName
{
background-color: #6EC071;
}
</style>
border-color css
<style>
span { border-color: #6EC071; }
span { border-color: rgb(110,192,113); }
td.TdClassName
{
border-color: #6EC071;
}
.TagClassName
{
border-color: #6EC071;
}
</style>