Shades of Fern #6EC075
Tints of Fern #6EC075
RGB
CMYK
RGB Variations
Color information
#6EC075 (or 0x6EC075) is known color: Fern. HEX triplet: 6E, C0 and 75. RGB value is (110,192,117). Sum of RGB (Red+Green+Blue) = 110+192+117=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC075 is #913F8A. Grayscale: #9F9F9F. Windows color (decimal): -9518987 or 7716974. OLE color: 7716974.
HSL color Cylindrical-coordinate representation of color #6EC075: hue angle of 125.12º 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 #6EC075 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 192 | 117 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.25 |
| HSL | 125.12º | 0.39% | 0.59% | - |
| HSV(B) | 125.12º | 0.43% | 0.75% | - |
| XYZ | 28.49 | 42.3 | 23.49 | - |
| YUV | 158.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 117 | 0.43 | 0 | 0.39 | 0.25 | 125.12 | 0.39 | 0.59 |
| Hex | 6E | C0 | 75 | 2B | 0 | 27 | 19 | 7D | 27 | 3B |
| Octal | 156 | 300 | 165 | 53 | 0 | 47 | 31 | 175 | 47 | 73 |
| Binary | 1101110 | 11000000 | 1110101 | 101011 | 0 | 100111 | 11001 | 1111101 | 100111 | 111011 |
Color Harmonies of #6EC075
Complementary color
Monochromatic Colors of #6EC075
Black with #6EC075
Text Example
Text Example
White with #6EC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC075; }
p { color: rgb(110,192,117); }
H1.HeaderClassName
{
color: #6EC075;
}
.AnyTagClassName
{
color: #6EC075;
}
</style>
background-color css
<style>
a { background-color: #6EC075; }
a { background-color: rgb(110,192,117); }
div.DivClassName
{
background-color: #6EC075;
}
.BgClassName
{
background-color: #6EC075;
}
</style>
border-color css
<style>
span { border-color: #6EC075; }
span { border-color: rgb(110,192,117); }
td.TdClassName
{
border-color: #6EC075;
}
.TagClassName
{
border-color: #6EC075;
}
</style>