Shades of Fern #6DBD6A
Tints of Fern #6DBD6A
RGB
CMYK
RGB Variations
Color information
#6DBD6A (or 0x6DBD6A) is known color: Fern. HEX triplet: 6D, BD and 6A. RGB value is (109,189,106). Sum of RGB (Red+Green+Blue) = 109+189+106=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBD6A is #924295. Grayscale: #9B9B9B. Windows color (decimal): -9585302 or 6995309. OLE color: 6995309.
HSL color Cylindrical-coordinate representation of color #6DBD6A: hue angle of 117.83º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DBD6A is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 106 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.26 |
| HSL | 117.83º | 0.39% | 0.58% | - |
| HSV(B) | 117.83º | 0.44% | 0.74% | - |
| XYZ | 27.11 | 40.69 | 20.06 | - |
| YUV | 155.62 | 100 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 106 | 0.42 | 0 | 0.44 | 0.26 | 117.83 | 0.39 | 0.58 |
| Hex | 6D | BD | 6A | 2A | 0 | 2C | 1A | 76 | 27 | 3A |
| Octal | 155 | 275 | 152 | 52 | 0 | 54 | 32 | 166 | 47 | 72 |
| Binary | 1101101 | 10111101 | 1101010 | 101010 | 0 | 101100 | 11010 | 1110110 | 100111 | 111010 |
Color Harmonies of #6DBD6A
Complementary color
Monochromatic Colors of #6DBD6A
Black with #6DBD6A
Text Example
Text Example
White with #6DBD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD6A; }
p { color: rgb(109,189,106); }
H1.HeaderClassName
{
color: #6DBD6A;
}
.AnyTagClassName
{
color: #6DBD6A;
}
</style>
background-color css
<style>
a { background-color: #6DBD6A; }
a { background-color: rgb(109,189,106); }
div.DivClassName
{
background-color: #6DBD6A;
}
.BgClassName
{
background-color: #6DBD6A;
}
</style>
border-color css
<style>
span { border-color: #6DBD6A; }
span { border-color: rgb(109,189,106); }
td.TdClassName
{
border-color: #6DBD6A;
}
.TagClassName
{
border-color: #6DBD6A;
}
</style>