Shades of Fern #6DB776
Tints of Fern #6DB776
RGB
CMYK
RGB Variations
Color information
#6DB776 (or 0x6DB776) is known color: Fern. HEX triplet: 6D, B7 and 76. RGB value is (109,183,118). Sum of RGB (Red+Green+Blue) = 109+183+118=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB776 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB776 is #924889. Grayscale: #999999. Windows color (decimal): -9586826 or 7780205. OLE color: 7780205.
HSL color Cylindrical-coordinate representation of color #6DB776: hue angle of 127.3º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB776 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 118 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.28 |
| HSL | 127.3º | 0.34% | 0.57% | - |
| HSV(B) | 127.3º | 0.4% | 0.72% | - |
| XYZ | 26.51 | 38.43 | 23.16 | - |
| YUV | 153.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 118 | 0.40 | 0 | 0.36 | 0.28 | 127.3 | 0.34 | 0.57 |
| Hex | 6D | B7 | 76 | 28 | 0 | 24 | 1C | 7F | 22 | 39 |
| Octal | 155 | 267 | 166 | 50 | 0 | 44 | 34 | 177 | 42 | 71 |
| Binary | 1101101 | 10110111 | 1110110 | 101000 | 0 | 100100 | 11100 | 1111111 | 100010 | 111001 |
Color Harmonies of #6DB776
Complementary color
Monochromatic Colors of #6DB776
Black with #6DB776
Text Example
Text Example
White with #6DB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB776; }
p { color: rgb(109,183,118); }
H1.HeaderClassName
{
color: #6DB776;
}
.AnyTagClassName
{
color: #6DB776;
}
</style>
background-color css
<style>
a { background-color: #6DB776; }
a { background-color: rgb(109,183,118); }
div.DivClassName
{
background-color: #6DB776;
}
.BgClassName
{
background-color: #6DB776;
}
</style>
border-color css
<style>
span { border-color: #6DB776; }
span { border-color: rgb(109,183,118); }
td.TdClassName
{
border-color: #6DB776;
}
.TagClassName
{
border-color: #6DB776;
}
</style>