Shades of Fern #6DBC7A
Tints of Fern #6DBC7A
RGB
CMYK
RGB Variations
Color information
#6DBC7A (or 0x6DBC7A) is known color: Fern. HEX triplet: 6D, BC and 7A. RGB value is (109,188,122). Sum of RGB (Red+Green+Blue) = 109+188+122=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBC7A is #924385. Grayscale: #9D9D9D. Windows color (decimal): -9585542 or 8043629. OLE color: 8043629.
HSL color Cylindrical-coordinate representation of color #6DBC7A: hue angle of 129.87º 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 #6DBC7A is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 122 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.26 |
| HSL | 129.87º | 0.37% | 0.58% | - |
| HSV(B) | 129.87º | 0.42% | 0.74% | - |
| XYZ | 27.8 | 40.62 | 24.79 | - |
| YUV | 156.86 | 108.33 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 122 | 0.42 | 0 | 0.35 | 0.26 | 129.87 | 0.37 | 0.58 |
| Hex | 6D | BC | 7A | 2A | 0 | 23 | 1A | 82 | 25 | 3A |
| Octal | 155 | 274 | 172 | 52 | 0 | 43 | 32 | 202 | 45 | 72 |
| Binary | 1101101 | 10111100 | 1111010 | 101010 | 0 | 100011 | 11010 | 10000010 | 100101 | 111010 |
Color Harmonies of #6DBC7A
Complementary color
Monochromatic Colors of #6DBC7A
Black with #6DBC7A
Text Example
Text Example
White with #6DBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC7A; }
p { color: rgb(109,188,122); }
H1.HeaderClassName
{
color: #6DBC7A;
}
.AnyTagClassName
{
color: #6DBC7A;
}
</style>
background-color css
<style>
a { background-color: #6DBC7A; }
a { background-color: rgb(109,188,122); }
div.DivClassName
{
background-color: #6DBC7A;
}
.BgClassName
{
background-color: #6DBC7A;
}
</style>
border-color css
<style>
span { border-color: #6DBC7A; }
span { border-color: rgb(109,188,122); }
td.TdClassName
{
border-color: #6DBC7A;
}
.TagClassName
{
border-color: #6DBC7A;
}
</style>