Shades of Fern #6DBD6D
Tints of Fern #6DBD6D
RGB
CMYK
RGB Variations
Color information
#6DBD6D (or 0x6DBD6D) is known color: Fern. HEX triplet: 6D, BD and 6D. RGB value is (109,189,109). Sum of RGB (Red+Green+Blue) = 109+189+109=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBD6D is #924292. Grayscale: #9C9C9C. Windows color (decimal): -9585299 or 7191917. OLE color: 7191917.
HSL color Cylindrical-coordinate representation of color #6DBD6D: hue angle of 120º 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 #6DBD6D is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 109 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.26 |
| HSL | 120º | 0.38% | 0.58% | - |
| HSV(B) | 120º | 0.42% | 0.74% | - |
| XYZ | 27.26 | 40.75 | 20.9 | - |
| YUV | 155.96 | 101.5 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 109 | 0.42 | 0 | 0.42 | 0.26 | 120 | 0.38 | 0.58 |
| Hex | 6D | BD | 6D | 2A | 0 | 2A | 1A | 78 | 26 | 3A |
| Octal | 155 | 275 | 155 | 52 | 0 | 52 | 32 | 170 | 46 | 72 |
| Binary | 1101101 | 10111101 | 1101101 | 101010 | 0 | 101010 | 11010 | 1111000 | 100110 | 111010 |
Color Harmonies of #6DBD6D
Complementary color
Monochromatic Colors of #6DBD6D
Black with #6DBD6D
Text Example
Text Example
White with #6DBD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD6D; }
p { color: rgb(109,189,109); }
H1.HeaderClassName
{
color: #6DBD6D;
}
.AnyTagClassName
{
color: #6DBD6D;
}
</style>
background-color css
<style>
a { background-color: #6DBD6D; }
a { background-color: rgb(109,189,109); }
div.DivClassName
{
background-color: #6DBD6D;
}
.BgClassName
{
background-color: #6DBD6D;
}
</style>
border-color css
<style>
span { border-color: #6DBD6D; }
span { border-color: rgb(109,189,109); }
td.TdClassName
{
border-color: #6DBD6D;
}
.TagClassName
{
border-color: #6DBD6D;
}
</style>