Shades of Fern #6EBA74
Tints of Fern #6EBA74
RGB
CMYK
RGB Variations
Color information
#6EBA74 (or 0x6EBA74) is known color: Fern. HEX triplet: 6E, BA and 74. RGB value is (110,186,116). Sum of RGB (Red+Green+Blue) = 110+186+116=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBA74 is #91458B. Grayscale: #9B9B9B. Windows color (decimal): -9520524 or 7649902. OLE color: 7649902.
HSL color Cylindrical-coordinate representation of color #6EBA74: hue angle of 124.74º 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 #6EBA74 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 116 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.27 |
| HSL | 124.74º | 0.36% | 0.58% | - |
| HSV(B) | 124.74º | 0.41% | 0.73% | - |
| XYZ | 27.14 | 39.69 | 22.75 | - |
| YUV | 155.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 116 | 0.41 | 0 | 0.38 | 0.27 | 124.74 | 0.36 | 0.58 |
| Hex | 6E | BA | 74 | 29 | 0 | 26 | 1B | 7D | 24 | 3A |
| Octal | 156 | 272 | 164 | 51 | 0 | 46 | 33 | 175 | 44 | 72 |
| Binary | 1101110 | 10111010 | 1110100 | 101001 | 0 | 100110 | 11011 | 1111101 | 100100 | 111010 |
Color Harmonies of #6EBA74
Complementary color
Monochromatic Colors of #6EBA74
Black with #6EBA74
Text Example
Text Example
White with #6EBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBA74; }
p { color: rgb(110,186,116); }
H1.HeaderClassName
{
color: #6EBA74;
}
.AnyTagClassName
{
color: #6EBA74;
}
</style>
background-color css
<style>
a { background-color: #6EBA74; }
a { background-color: rgb(110,186,116); }
div.DivClassName
{
background-color: #6EBA74;
}
.BgClassName
{
background-color: #6EBA74;
}
</style>
border-color css
<style>
span { border-color: #6EBA74; }
span { border-color: rgb(110,186,116); }
td.TdClassName
{
border-color: #6EBA74;
}
.TagClassName
{
border-color: #6EBA74;
}
</style>