Shades of Fern #6EBD7E
Tints of Fern #6EBD7E
RGB
CMYK
RGB Variations
Color information
#6EBD7E (or 0x6EBD7E) is known color: Fern. HEX triplet: 6E, BD and 7E. RGB value is (110,189,126). Sum of RGB (Red+Green+Blue) = 110+189+126=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBD7E is #914281. Grayscale: #9E9E9E. Windows color (decimal): -9519746 or 8306030. OLE color: 8306030.
HSL color Cylindrical-coordinate representation of color #6EBD7E: hue angle of 132.15º 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 #6EBD7E is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 126 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.26 |
| HSL | 132.15º | 0.37% | 0.59% | - |
| HSV(B) | 132.15º | 0.42% | 0.74% | - |
| XYZ | 28.39 | 41.22 | 26.2 | - |
| YUV | 158.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 126 | 0.42 | 0 | 0.33 | 0.26 | 132.15 | 0.37 | 0.59 |
| Hex | 6E | BD | 7E | 2A | 0 | 21 | 1A | 84 | 25 | 3B |
| Octal | 156 | 275 | 176 | 52 | 0 | 41 | 32 | 204 | 45 | 73 |
| Binary | 1101110 | 10111101 | 1111110 | 101010 | 0 | 100001 | 11010 | 10000100 | 100101 | 111011 |
Color Harmonies of #6EBD7E
Complementary color
Monochromatic Colors of #6EBD7E
Black with #6EBD7E
Text Example
Text Example
White with #6EBD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBD7E; }
p { color: rgb(110,189,126); }
H1.HeaderClassName
{
color: #6EBD7E;
}
.AnyTagClassName
{
color: #6EBD7E;
}
</style>
background-color css
<style>
a { background-color: #6EBD7E; }
a { background-color: rgb(110,189,126); }
div.DivClassName
{
background-color: #6EBD7E;
}
.BgClassName
{
background-color: #6EBD7E;
}
</style>
border-color css
<style>
span { border-color: #6EBD7E; }
span { border-color: rgb(110,189,126); }
td.TdClassName
{
border-color: #6EBD7E;
}
.TagClassName
{
border-color: #6EBD7E;
}
</style>