Shades of Fern #6DBD74
Tints of Fern #6DBD74
RGB
CMYK
RGB Variations
Color information
#6DBD74 (or 0x6DBD74) is known color: Fern. HEX triplet: 6D, BD and 74. RGB value is (109,189,116). Sum of RGB (Red+Green+Blue) = 109+189+116=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBD74 is #92428B. Grayscale: #9C9C9C. Windows color (decimal): -9585292 or 7650669. OLE color: 7650669.
HSL color Cylindrical-coordinate representation of color #6DBD74: hue angle of 125.25º 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 #6DBD74 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 116 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.26 |
| HSL | 125.25º | 0.38% | 0.58% | - |
| HSV(B) | 125.25º | 0.42% | 0.74% | - |
| XYZ | 27.66 | 40.91 | 22.96 | - |
| YUV | 156.76 | 105 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 116 | 0.42 | 0 | 0.39 | 0.26 | 125.25 | 0.38 | 0.58 |
| Hex | 6D | BD | 74 | 2A | 0 | 27 | 1A | 7D | 26 | 3A |
| Octal | 155 | 275 | 164 | 52 | 0 | 47 | 32 | 175 | 46 | 72 |
| Binary | 1101101 | 10111101 | 1110100 | 101010 | 0 | 100111 | 11010 | 1111101 | 100110 | 111010 |
Color Harmonies of #6DBD74
Complementary color
Monochromatic Colors of #6DBD74
Black with #6DBD74
Text Example
Text Example
White with #6DBD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD74; }
p { color: rgb(109,189,116); }
H1.HeaderClassName
{
color: #6DBD74;
}
.AnyTagClassName
{
color: #6DBD74;
}
</style>
background-color css
<style>
a { background-color: #6DBD74; }
a { background-color: rgb(109,189,116); }
div.DivClassName
{
background-color: #6DBD74;
}
.BgClassName
{
background-color: #6DBD74;
}
</style>
border-color css
<style>
span { border-color: #6DBD74; }
span { border-color: rgb(109,189,116); }
td.TdClassName
{
border-color: #6DBD74;
}
.TagClassName
{
border-color: #6DBD74;
}
</style>