Shades of Fern #6EB465
Tints of Fern #6EB465
RGB
CMYK
RGB Variations
Color information
#6EB465 (or 0x6EB465) is known color: Fern. HEX triplet: 6E, B4 and 65. RGB value is (110,180,101). Sum of RGB (Red+Green+Blue) = 110+180+101=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EB465 is #914B9A. Grayscale: #969696. Windows color (decimal): -9522075 or 6665326. OLE color: 6665326.
HSL color Cylindrical-coordinate representation of color #6EB465: hue angle of 113.16º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EB465 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 180 | 101 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.29 |
| HSL | 113.16º | 0.34% | 0.55% | - |
| HSV(B) | 113.16º | 0.44% | 0.71% | - |
| XYZ | 25.1 | 36.9 | 18.11 | - |
| YUV | 150.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 180 | 101 | 0.39 | 0 | 0.44 | 0.29 | 113.16 | 0.34 | 0.55 |
| Hex | 6E | B4 | 65 | 27 | 0 | 2C | 1D | 71 | 22 | 37 |
| Octal | 156 | 264 | 145 | 47 | 0 | 54 | 35 | 161 | 42 | 67 |
| Binary | 1101110 | 10110100 | 1100101 | 100111 | 0 | 101100 | 11101 | 1110001 | 100010 | 110111 |
Color Harmonies of #6EB465
Complementary color
Monochromatic Colors of #6EB465
Black with #6EB465
Text Example
Text Example
White with #6EB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB465; }
p { color: rgb(110,180,101); }
H1.HeaderClassName
{
color: #6EB465;
}
.AnyTagClassName
{
color: #6EB465;
}
</style>
background-color css
<style>
a { background-color: #6EB465; }
a { background-color: rgb(110,180,101); }
div.DivClassName
{
background-color: #6EB465;
}
.BgClassName
{
background-color: #6EB465;
}
</style>
border-color css
<style>
span { border-color: #6EB465; }
span { border-color: rgb(110,180,101); }
td.TdClassName
{
border-color: #6EB465;
}
.TagClassName
{
border-color: #6EB465;
}
</style>