Shades of Fern #6DBC7D
Tints of Fern #6DBC7D
RGB
CMYK
RGB Variations
Color information
#6DBC7D (or 0x6DBC7D) is known color: Fern. HEX triplet: 6D, BC and 7D. RGB value is (109,188,125). Sum of RGB (Red+Green+Blue) = 109+188+125=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBC7D is #924382. Grayscale: #9D9D9D. Windows color (decimal): -9585539 or 8240237. OLE color: 8240237.
HSL color Cylindrical-coordinate representation of color #6DBC7D: hue angle of 132.15º 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 #6DBC7D is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 125 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.26 |
| HSL | 132.15º | 0.37% | 0.58% | - |
| HSV(B) | 132.15º | 0.42% | 0.74% | - |
| XYZ | 27.99 | 40.7 | 25.78 | - |
| YUV | 157.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 125 | 0.42 | 0 | 0.34 | 0.26 | 132.15 | 0.37 | 0.58 |
| Hex | 6D | BC | 7D | 2A | 0 | 22 | 1A | 84 | 25 | 3A |
| Octal | 155 | 274 | 175 | 52 | 0 | 42 | 32 | 204 | 45 | 72 |
| Binary | 1101101 | 10111100 | 1111101 | 101010 | 0 | 100010 | 11010 | 10000100 | 100101 | 111010 |
Color Harmonies of #6DBC7D
Complementary color
Monochromatic Colors of #6DBC7D
Black with #6DBC7D
Text Example
Text Example
White with #6DBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC7D; }
p { color: rgb(109,188,125); }
H1.HeaderClassName
{
color: #6DBC7D;
}
.AnyTagClassName
{
color: #6DBC7D;
}
</style>
background-color css
<style>
a { background-color: #6DBC7D; }
a { background-color: rgb(109,188,125); }
div.DivClassName
{
background-color: #6DBC7D;
}
.BgClassName
{
background-color: #6DBC7D;
}
</style>
border-color css
<style>
span { border-color: #6DBC7D; }
span { border-color: rgb(109,188,125); }
td.TdClassName
{
border-color: #6DBC7D;
}
.TagClassName
{
border-color: #6DBC7D;
}
</style>