Shades of Fern #6EBA6B
Tints of Fern #6EBA6B
RGB
CMYK
RGB Variations
Color information
#6EBA6B (or 0x6EBA6B) is known color: Fern. HEX triplet: 6E, BA and 6B. RGB value is (110,186,107). Sum of RGB (Red+Green+Blue) = 110+186+107=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBA6B is #914594. Grayscale: #9A9A9A. Windows color (decimal): -9520533 or 7060078. OLE color: 7060078.
HSL color Cylindrical-coordinate representation of color #6EBA6B: hue angle of 117.72º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBA6B is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 107 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.27 |
| HSL | 117.72º | 0.36% | 0.57% | - |
| HSV(B) | 117.72º | 0.42% | 0.73% | - |
| XYZ | 26.64 | 39.49 | 20.13 | - |
| YUV | 154.27 | 101.32 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 107 | 0.41 | 0 | 0.42 | 0.27 | 117.72 | 0.36 | 0.57 |
| Hex | 6E | BA | 6B | 29 | 0 | 2A | 1B | 76 | 24 | 39 |
| Octal | 156 | 272 | 153 | 51 | 0 | 52 | 33 | 166 | 44 | 71 |
| Binary | 1101110 | 10111010 | 1101011 | 101001 | 0 | 101010 | 11011 | 1110110 | 100100 | 111001 |
Color Harmonies of #6EBA6B
Complementary color
Monochromatic Colors of #6EBA6B
Black with #6EBA6B
Text Example
Text Example
White with #6EBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBA6B; }
p { color: rgb(110,186,107); }
H1.HeaderClassName
{
color: #6EBA6B;
}
.AnyTagClassName
{
color: #6EBA6B;
}
</style>
background-color css
<style>
a { background-color: #6EBA6B; }
a { background-color: rgb(110,186,107); }
div.DivClassName
{
background-color: #6EBA6B;
}
.BgClassName
{
background-color: #6EBA6B;
}
</style>
border-color css
<style>
span { border-color: #6EBA6B; }
span { border-color: rgb(110,186,107); }
td.TdClassName
{
border-color: #6EBA6B;
}
.TagClassName
{
border-color: #6EBA6B;
}
</style>