Shades of Fern #6EBD70
Tints of Fern #6EBD70
RGB
CMYK
RGB Variations
Color information
#6EBD70 (or 0x6EBD70) is known color: Fern. HEX triplet: 6E, BD and 70. RGB value is (110,189,112). Sum of RGB (Red+Green+Blue) = 110+189+112=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBD70 is #91428F. Grayscale: #9C9C9C. Windows color (decimal): -9519760 or 7388526. OLE color: 7388526.
HSL color Cylindrical-coordinate representation of color #6EBD70: hue angle of 121.52º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBD70 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 112 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.26 |
| HSL | 121.52º | 0.37% | 0.59% | - |
| HSV(B) | 121.52º | 0.42% | 0.74% | - |
| XYZ | 27.55 | 40.88 | 21.77 | - |
| YUV | 156.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 112 | 0.42 | 0 | 0.41 | 0.26 | 121.52 | 0.37 | 0.59 |
| Hex | 6E | BD | 70 | 2A | 0 | 29 | 1A | 7A | 25 | 3B |
| Octal | 156 | 275 | 160 | 52 | 0 | 51 | 32 | 172 | 45 | 73 |
| Binary | 1101110 | 10111101 | 1110000 | 101010 | 0 | 101001 | 11010 | 1111010 | 100101 | 111011 |
Color Harmonies of #6EBD70
Complementary color
Monochromatic Colors of #6EBD70
Black with #6EBD70
Text Example
Text Example
White with #6EBD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBD70; }
p { color: rgb(110,189,112); }
H1.HeaderClassName
{
color: #6EBD70;
}
.AnyTagClassName
{
color: #6EBD70;
}
</style>
background-color css
<style>
a { background-color: #6EBD70; }
a { background-color: rgb(110,189,112); }
div.DivClassName
{
background-color: #6EBD70;
}
.BgClassName
{
background-color: #6EBD70;
}
</style>
border-color css
<style>
span { border-color: #6EBD70; }
span { border-color: rgb(110,189,112); }
td.TdClassName
{
border-color: #6EBD70;
}
.TagClassName
{
border-color: #6EBD70;
}
</style>