Shades of Fern #6EBA68
Tints of Fern #6EBA68
RGB
CMYK
RGB Variations
Color information
#6EBA68 (or 0x6EBA68) is known color: Fern. HEX triplet: 6E, BA and 68. RGB value is (110,186,104). Sum of RGB (Red+Green+Blue) = 110+186+104=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBA68 is #914597. Grayscale: #9A9A9A. Windows color (decimal): -9520536 or 6863470. OLE color: 6863470.
HSL color Cylindrical-coordinate representation of color #6EBA68: hue angle of 115.61º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EBA68 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 104 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.27 |
| HSL | 115.61º | 0.37% | 0.57% | - |
| HSV(B) | 115.61º | 0.44% | 0.73% | - |
| XYZ | 26.49 | 39.43 | 19.31 | - |
| YUV | 153.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 104 | 0.41 | 0 | 0.44 | 0.27 | 115.61 | 0.37 | 0.57 |
| Hex | 6E | BA | 68 | 29 | 0 | 2C | 1B | 74 | 25 | 39 |
| Octal | 156 | 272 | 150 | 51 | 0 | 54 | 33 | 164 | 45 | 71 |
| Binary | 1101110 | 10111010 | 1101000 | 101001 | 0 | 101100 | 11011 | 1110100 | 100101 | 111001 |
Color Harmonies of #6EBA68
Complementary color
Monochromatic Colors of #6EBA68
Black with #6EBA68
Text Example
Text Example
White with #6EBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBA68; }
p { color: rgb(110,186,104); }
H1.HeaderClassName
{
color: #6EBA68;
}
.AnyTagClassName
{
color: #6EBA68;
}
</style>
background-color css
<style>
a { background-color: #6EBA68; }
a { background-color: rgb(110,186,104); }
div.DivClassName
{
background-color: #6EBA68;
}
.BgClassName
{
background-color: #6EBA68;
}
</style>
border-color css
<style>
span { border-color: #6EBA68; }
span { border-color: rgb(110,186,104); }
td.TdClassName
{
border-color: #6EBA68;
}
.TagClassName
{
border-color: #6EBA68;
}
</style>