Shades of Fern #6EBD68
Tints of Fern #6EBD68
RGB
CMYK
RGB Variations
Color information
#6EBD68 (or 0x6EBD68) is known color: Fern. HEX triplet: 6E, BD and 68. RGB value is (110,189,104). Sum of RGB (Red+Green+Blue) = 110+189+104=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBD68 is #914297. Grayscale: #9B9B9B. Windows color (decimal): -9519768 or 6864238. OLE color: 6864238.
HSL color Cylindrical-coordinate representation of color #6EBD68: hue angle of 115.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EBD68 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 104 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.26 |
| HSL | 115.76º | 0.39% | 0.57% | - |
| HSV(B) | 115.76º | 0.45% | 0.74% | - |
| XYZ | 27.13 | 40.71 | 19.52 | - |
| YUV | 155.69 | 98.83 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 104 | 0.42 | 0 | 0.45 | 0.26 | 115.76 | 0.39 | 0.57 |
| Hex | 6E | BD | 68 | 2A | 0 | 2D | 1A | 74 | 27 | 39 |
| Octal | 156 | 275 | 150 | 52 | 0 | 55 | 32 | 164 | 47 | 71 |
| Binary | 1101110 | 10111101 | 1101000 | 101010 | 0 | 101101 | 11010 | 1110100 | 100111 | 111001 |
Color Harmonies of #6EBD68
Complementary color
Monochromatic Colors of #6EBD68
Black with #6EBD68
Text Example
Text Example
White with #6EBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBD68; }
p { color: rgb(110,189,104); }
H1.HeaderClassName
{
color: #6EBD68;
}
.AnyTagClassName
{
color: #6EBD68;
}
</style>
background-color css
<style>
a { background-color: #6EBD68; }
a { background-color: rgb(110,189,104); }
div.DivClassName
{
background-color: #6EBD68;
}
.BgClassName
{
background-color: #6EBD68;
}
</style>
border-color css
<style>
span { border-color: #6EBD68; }
span { border-color: rgb(110,189,104); }
td.TdClassName
{
border-color: #6EBD68;
}
.TagClassName
{
border-color: #6EBD68;
}
</style>