Shades of Fern #6EBD7C
Tints of Fern #6EBD7C
RGB
CMYK
RGB Variations
Color information
#6EBD7C (or 0x6EBD7C) is known color: Fern. HEX triplet: 6E, BD and 7C. RGB value is (110,189,124). Sum of RGB (Red+Green+Blue) = 110+189+124=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBD7C is #914283. Grayscale: #9E9E9E. Windows color (decimal): -9519748 or 8174958. OLE color: 8174958.
HSL color Cylindrical-coordinate representation of color #6EBD7C: hue angle of 130.63º 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 #6EBD7C is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 124 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.26 |
| HSL | 130.63º | 0.37% | 0.59% | - |
| HSV(B) | 130.63º | 0.42% | 0.74% | - |
| XYZ | 28.27 | 41.17 | 25.52 | - |
| YUV | 157.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 124 | 0.42 | 0 | 0.34 | 0.26 | 130.63 | 0.37 | 0.59 |
| Hex | 6E | BD | 7C | 2A | 0 | 22 | 1A | 83 | 25 | 3B |
| Octal | 156 | 275 | 174 | 52 | 0 | 42 | 32 | 203 | 45 | 73 |
| Binary | 1101110 | 10111101 | 1111100 | 101010 | 0 | 100010 | 11010 | 10000011 | 100101 | 111011 |
Color Harmonies of #6EBD7C
Complementary color
Monochromatic Colors of #6EBD7C
Black with #6EBD7C
Text Example
Text Example
White with #6EBD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBD7C; }
p { color: rgb(110,189,124); }
H1.HeaderClassName
{
color: #6EBD7C;
}
.AnyTagClassName
{
color: #6EBD7C;
}
</style>
background-color css
<style>
a { background-color: #6EBD7C; }
a { background-color: rgb(110,189,124); }
div.DivClassName
{
background-color: #6EBD7C;
}
.BgClassName
{
background-color: #6EBD7C;
}
</style>
border-color css
<style>
span { border-color: #6EBD7C; }
span { border-color: rgb(110,189,124); }
td.TdClassName
{
border-color: #6EBD7C;
}
.TagClassName
{
border-color: #6EBD7C;
}
</style>