Shades of Fern #6EBA72
Tints of Fern #6EBA72
RGB
CMYK
RGB Variations
Color information
#6EBA72 (or 0x6EBA72) is known color: Fern. HEX triplet: 6E, BA and 72. RGB value is (110,186,114). Sum of RGB (Red+Green+Blue) = 110+186+114=410 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.83% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBA72 is #91458D. Grayscale: #9B9B9B. Windows color (decimal): -9520526 or 7518830. OLE color: 7518830.
HSL color Cylindrical-coordinate representation of color #6EBA72: hue angle of 123.16º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBA72 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 114 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.27 |
| HSL | 123.16º | 0.36% | 0.58% | - |
| HSV(B) | 123.16º | 0.41% | 0.73% | - |
| XYZ | 27.03 | 39.65 | 22.15 | - |
| YUV | 155.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 114 | 0.41 | 0 | 0.39 | 0.27 | 123.16 | 0.36 | 0.58 |
| Hex | 6E | BA | 72 | 29 | 0 | 27 | 1B | 7B | 24 | 3A |
| Octal | 156 | 272 | 162 | 51 | 0 | 47 | 33 | 173 | 44 | 72 |
| Binary | 1101110 | 10111010 | 1110010 | 101001 | 0 | 100111 | 11011 | 1111011 | 100100 | 111010 |
Color Harmonies of #6EBA72
Complementary color
Monochromatic Colors of #6EBA72
Black with #6EBA72
Text Example
Text Example
White with #6EBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBA72; }
p { color: rgb(110,186,114); }
H1.HeaderClassName
{
color: #6EBA72;
}
.AnyTagClassName
{
color: #6EBA72;
}
</style>
background-color css
<style>
a { background-color: #6EBA72; }
a { background-color: rgb(110,186,114); }
div.DivClassName
{
background-color: #6EBA72;
}
.BgClassName
{
background-color: #6EBA72;
}
</style>
border-color css
<style>
span { border-color: #6EBA72; }
span { border-color: rgb(110,186,114); }
td.TdClassName
{
border-color: #6EBA72;
}
.TagClassName
{
border-color: #6EBA72;
}
</style>