Shades of Fern #6DB66D
Tints of Fern #6DB66D
RGB
CMYK
RGB Variations
Color information
#6DB66D (or 0x6DB66D) is known color: Fern. HEX triplet: 6D, B6 and 6D. RGB value is (109,182,109). Sum of RGB (Red+Green+Blue) = 109+182+109=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB66D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB66D is #924992. Grayscale: #989898. Windows color (decimal): -9587091 or 7190125. OLE color: 7190125.
HSL color Cylindrical-coordinate representation of color #6DB66D: hue angle of 120º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB66D is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 182 | 109 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.29 |
| HSL | 120º | 0.33% | 0.57% | - |
| HSV(B) | 120º | 0.4% | 0.71% | - |
| XYZ | 25.79 | 37.81 | 20.41 | - |
| YUV | 151.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 109 | 0.40 | 0 | 0.40 | 0.29 | 120 | 0.33 | 0.57 |
| Hex | 6D | B6 | 6D | 28 | 0 | 28 | 1D | 78 | 21 | 39 |
| Octal | 155 | 266 | 155 | 50 | 0 | 50 | 35 | 170 | 41 | 71 |
| Binary | 1101101 | 10110110 | 1101101 | 101000 | 0 | 101000 | 11101 | 1111000 | 100001 | 111001 |
Color Harmonies of #6DB66D
Complementary color
Monochromatic Colors of #6DB66D
Black with #6DB66D
Text Example
Text Example
White with #6DB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB66D; }
p { color: rgb(109,182,109); }
H1.HeaderClassName
{
color: #6DB66D;
}
.AnyTagClassName
{
color: #6DB66D;
}
</style>
background-color css
<style>
a { background-color: #6DB66D; }
a { background-color: rgb(109,182,109); }
div.DivClassName
{
background-color: #6DB66D;
}
.BgClassName
{
background-color: #6DB66D;
}
</style>
border-color css
<style>
span { border-color: #6DB66D; }
span { border-color: rgb(109,182,109); }
td.TdClassName
{
border-color: #6DB66D;
}
.TagClassName
{
border-color: #6DB66D;
}
</style>