Shades of Fern #6DBC74
Tints of Fern #6DBC74
RGB
CMYK
RGB Variations
Color information
#6DBC74 (or 0x6DBC74) is known color: Fern. HEX triplet: 6D, BC and 74. RGB value is (109,188,116). Sum of RGB (Red+Green+Blue) = 109+188+116=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBC74 is #92438B. Grayscale: #9C9C9C. Windows color (decimal): -9585548 or 7650413. OLE color: 7650413.
HSL color Cylindrical-coordinate representation of color #6DBC74: hue angle of 125.32º 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 #6DBC74 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 116 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.26 |
| HSL | 125.32º | 0.37% | 0.58% | - |
| HSV(B) | 125.32º | 0.42% | 0.74% | - |
| XYZ | 27.44 | 40.48 | 22.89 | - |
| YUV | 156.17 | 105.33 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 116 | 0.42 | 0 | 0.38 | 0.26 | 125.32 | 0.37 | 0.58 |
| Hex | 6D | BC | 74 | 2A | 0 | 26 | 1A | 7D | 25 | 3A |
| Octal | 155 | 274 | 164 | 52 | 0 | 46 | 32 | 175 | 45 | 72 |
| Binary | 1101101 | 10111100 | 1110100 | 101010 | 0 | 100110 | 11010 | 1111101 | 100101 | 111010 |
Color Harmonies of #6DBC74
Complementary color
Monochromatic Colors of #6DBC74
Black with #6DBC74
Text Example
Text Example
White with #6DBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC74; }
p { color: rgb(109,188,116); }
H1.HeaderClassName
{
color: #6DBC74;
}
.AnyTagClassName
{
color: #6DBC74;
}
</style>
background-color css
<style>
a { background-color: #6DBC74; }
a { background-color: rgb(109,188,116); }
div.DivClassName
{
background-color: #6DBC74;
}
.BgClassName
{
background-color: #6DBC74;
}
</style>
border-color css
<style>
span { border-color: #6DBC74; }
span { border-color: rgb(109,188,116); }
td.TdClassName
{
border-color: #6DBC74;
}
.TagClassName
{
border-color: #6DBC74;
}
</style>