Shades of Fern #6DBD7B
Tints of Fern #6DBD7B
RGB
CMYK
RGB Variations
Color information
#6DBD7B (or 0x6DBD7B) is known color: Fern. HEX triplet: 6D, BD and 7B. RGB value is (109,189,123). Sum of RGB (Red+Green+Blue) = 109+189+123=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBD7B is #924284. Grayscale: #9D9D9D. Windows color (decimal): -9585285 or 8109421. OLE color: 8109421.
HSL color Cylindrical-coordinate representation of color #6DBD7B: hue angle of 130.5º 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 #6DBD7B is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 123 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.26 |
| HSL | 130.5º | 0.38% | 0.58% | - |
| HSV(B) | 130.5º | 0.42% | 0.74% | - |
| XYZ | 28.08 | 41.08 | 25.19 | - |
| YUV | 157.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 123 | 0.42 | 0 | 0.35 | 0.26 | 130.5 | 0.38 | 0.58 |
| Hex | 6D | BD | 7B | 2A | 0 | 23 | 1A | 82 | 26 | 3A |
| Octal | 155 | 275 | 173 | 52 | 0 | 43 | 32 | 202 | 46 | 72 |
| Binary | 1101101 | 10111101 | 1111011 | 101010 | 0 | 100011 | 11010 | 10000010 | 100110 | 111010 |
Color Harmonies of #6DBD7B
Complementary color
Monochromatic Colors of #6DBD7B
Black with #6DBD7B
Text Example
Text Example
White with #6DBD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD7B; }
p { color: rgb(109,189,123); }
H1.HeaderClassName
{
color: #6DBD7B;
}
.AnyTagClassName
{
color: #6DBD7B;
}
</style>
background-color css
<style>
a { background-color: #6DBD7B; }
a { background-color: rgb(109,189,123); }
div.DivClassName
{
background-color: #6DBD7B;
}
.BgClassName
{
background-color: #6DBD7B;
}
</style>
border-color css
<style>
span { border-color: #6DBD7B; }
span { border-color: rgb(109,189,123); }
td.TdClassName
{
border-color: #6DBD7B;
}
.TagClassName
{
border-color: #6DBD7B;
}
</style>