Shades of Fern #6EBC7D
Tints of Fern #6EBC7D
RGB
CMYK
RGB Variations
Color information
#6EBC7D (or 0x6EBC7D) is known color: Fern. HEX triplet: 6E, BC and 7D. RGB value is (110,188,125). Sum of RGB (Red+Green+Blue) = 110+188+125=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBC7D is #914382. Grayscale: #9D9D9D. Windows color (decimal): -9520003 or 8240238. OLE color: 8240238.
HSL color Cylindrical-coordinate representation of color #6EBC7D: hue angle of 131.54º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBC7D is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 188 | 125 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.26 |
| HSL | 131.54º | 0.37% | 0.58% | - |
| HSV(B) | 131.54º | 0.41% | 0.74% | - |
| XYZ | 28.12 | 40.76 | 25.79 | - |
| YUV | 157.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 125 | 0.41 | 0 | 0.34 | 0.26 | 131.54 | 0.37 | 0.58 |
| Hex | 6E | BC | 7D | 29 | 0 | 22 | 1A | 84 | 25 | 3A |
| Octal | 156 | 274 | 175 | 51 | 0 | 42 | 32 | 204 | 45 | 72 |
| Binary | 1101110 | 10111100 | 1111101 | 101001 | 0 | 100010 | 11010 | 10000100 | 100101 | 111010 |
Color Harmonies of #6EBC7D
Complementary color
Monochromatic Colors of #6EBC7D
Black with #6EBC7D
Text Example
Text Example
White with #6EBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBC7D; }
p { color: rgb(110,188,125); }
H1.HeaderClassName
{
color: #6EBC7D;
}
.AnyTagClassName
{
color: #6EBC7D;
}
</style>
background-color css
<style>
a { background-color: #6EBC7D; }
a { background-color: rgb(110,188,125); }
div.DivClassName
{
background-color: #6EBC7D;
}
.BgClassName
{
background-color: #6EBC7D;
}
</style>
border-color css
<style>
span { border-color: #6EBC7D; }
span { border-color: rgb(110,188,125); }
td.TdClassName
{
border-color: #6EBC7D;
}
.TagClassName
{
border-color: #6EBC7D;
}
</style>