Shades of Fern #6EB16D
Tints of Fern #6EB16D
RGB
CMYK
RGB Variations
Color information
#6EB16D (or 0x6EB16D) is known color: Fern. HEX triplet: 6E, B1 and 6D. RGB value is (110,177,109). Sum of RGB (Red+Green+Blue) = 110+177+109=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #6EB16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EB16D is #914E92. Grayscale: #959595. Windows color (decimal): -9522835 or 7188846. OLE color: 7188846.
HSL color Cylindrical-coordinate representation of color #6EB16D: hue angle of 119.12º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EB16D is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 177 | 109 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.31 |
| HSL | 119.12º | 0.3% | 0.56% | - |
| HSV(B) | 119.12º | 0.38% | 0.69% | - |
| XYZ | 24.91 | 35.86 | 20.08 | - |
| YUV | 149.22 | 105.3 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 177 | 109 | 0.38 | 0 | 0.38 | 0.31 | 119.12 | 0.3 | 0.56 |
| Hex | 6E | B1 | 6D | 26 | 0 | 26 | 1F | 77 | 1E | 38 |
| Octal | 156 | 261 | 155 | 46 | 0 | 46 | 37 | 167 | 36 | 70 |
| Binary | 1101110 | 10110001 | 1101101 | 100110 | 0 | 100110 | 11111 | 1110111 | 11110 | 111000 |
Color Harmonies of #6EB16D
Complementary color
Monochromatic Colors of #6EB16D
Black with #6EB16D
Text Example
Text Example
White with #6EB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB16D; }
p { color: rgb(110,177,109); }
H1.HeaderClassName
{
color: #6EB16D;
}
.AnyTagClassName
{
color: #6EB16D;
}
</style>
background-color css
<style>
a { background-color: #6EB16D; }
a { background-color: rgb(110,177,109); }
div.DivClassName
{
background-color: #6EB16D;
}
.BgClassName
{
background-color: #6EB16D;
}
</style>
border-color css
<style>
span { border-color: #6EB16D; }
span { border-color: rgb(110,177,109); }
td.TdClassName
{
border-color: #6EB16D;
}
.TagClassName
{
border-color: #6EB16D;
}
</style>