Shades of Fern #6DBC76
Tints of Fern #6DBC76
RGB
CMYK
RGB Variations
Color information
#6DBC76 (or 0x6DBC76) is known color: Fern. HEX triplet: 6D, BC and 76. RGB value is (109,188,118). Sum of RGB (Red+Green+Blue) = 109+188+118=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBC76 is #924389. Grayscale: #9C9C9C. Windows color (decimal): -9585546 or 7781485. OLE color: 7781485.
HSL color Cylindrical-coordinate representation of color #6DBC76: hue angle of 126.84º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBC76 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 118 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.26 |
| HSL | 126.84º | 0.37% | 0.58% | - |
| HSV(B) | 126.84º | 0.42% | 0.74% | - |
| XYZ | 27.56 | 40.53 | 23.51 | - |
| YUV | 156.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 118 | 0.42 | 0 | 0.37 | 0.26 | 126.84 | 0.37 | 0.58 |
| Hex | 6D | BC | 76 | 2A | 0 | 25 | 1A | 7F | 25 | 3A |
| Octal | 155 | 274 | 166 | 52 | 0 | 45 | 32 | 177 | 45 | 72 |
| Binary | 1101101 | 10111100 | 1110110 | 101010 | 0 | 100101 | 11010 | 1111111 | 100101 | 111010 |
Color Harmonies of #6DBC76
Complementary color
Monochromatic Colors of #6DBC76
Black with #6DBC76
Text Example
Text Example
White with #6DBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC76; }
p { color: rgb(109,188,118); }
H1.HeaderClassName
{
color: #6DBC76;
}
.AnyTagClassName
{
color: #6DBC76;
}
</style>
background-color css
<style>
a { background-color: #6DBC76; }
a { background-color: rgb(109,188,118); }
div.DivClassName
{
background-color: #6DBC76;
}
.BgClassName
{
background-color: #6DBC76;
}
</style>
border-color css
<style>
span { border-color: #6DBC76; }
span { border-color: rgb(109,188,118); }
td.TdClassName
{
border-color: #6DBC76;
}
.TagClassName
{
border-color: #6DBC76;
}
</style>