Shades of Fern #6DBD76
Tints of Fern #6DBD76
RGB
CMYK
RGB Variations
Color information
#6DBD76 (or 0x6DBD76) is known color: Fern. HEX triplet: 6D, BD and 76. RGB value is (109,189,118). Sum of RGB (Red+Green+Blue) = 109+189+118=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBD76 is #924289. Grayscale: #9D9D9D. Windows color (decimal): -9585290 or 7781741. OLE color: 7781741.
HSL color Cylindrical-coordinate representation of color #6DBD76: hue angle of 126.75º degrees, saturation: 0.38, 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 #6DBD76 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 118 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.26 |
| HSL | 126.75º | 0.38% | 0.58% | - |
| HSV(B) | 126.75º | 0.42% | 0.74% | - |
| XYZ | 27.77 | 40.95 | 23.58 | - |
| YUV | 156.99 | 106 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 118 | 0.42 | 0 | 0.38 | 0.26 | 126.75 | 0.38 | 0.58 |
| Hex | 6D | BD | 76 | 2A | 0 | 26 | 1A | 7F | 26 | 3A |
| Octal | 155 | 275 | 166 | 52 | 0 | 46 | 32 | 177 | 46 | 72 |
| Binary | 1101101 | 10111101 | 1110110 | 101010 | 0 | 100110 | 11010 | 1111111 | 100110 | 111010 |
Color Harmonies of #6DBD76
Complementary color
Monochromatic Colors of #6DBD76
Black with #6DBD76
Text Example
Text Example
White with #6DBD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD76; }
p { color: rgb(109,189,118); }
H1.HeaderClassName
{
color: #6DBD76;
}
.AnyTagClassName
{
color: #6DBD76;
}
</style>
background-color css
<style>
a { background-color: #6DBD76; }
a { background-color: rgb(109,189,118); }
div.DivClassName
{
background-color: #6DBD76;
}
.BgClassName
{
background-color: #6DBD76;
}
</style>
border-color css
<style>
span { border-color: #6DBD76; }
span { border-color: rgb(109,189,118); }
td.TdClassName
{
border-color: #6DBD76;
}
.TagClassName
{
border-color: #6DBD76;
}
</style>