Shades of Fern #6DAB71
Tints of Fern #6DAB71
RGB
CMYK
RGB Variations
Color information
#6DAB71 (or 0x6DAB71) is known color: Fern. HEX triplet: 6D, AB and 71. RGB value is (109,171,113). Sum of RGB (Red+Green+Blue) = 109+171+113=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAB71 is #92548E. Grayscale: #929292. Windows color (decimal): -9589903 or 7449453. OLE color: 7449453.
HSL color Cylindrical-coordinate representation of color #6DAB71: hue angle of 123.87º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAB71 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 113 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.33 |
| HSL | 123.87º | 0.27% | 0.55% | - |
| HSV(B) | 123.87º | 0.36% | 0.67% | - |
| XYZ | 23.85 | 33.57 | 20.85 | - |
| YUV | 145.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 113 | 0.36 | 0 | 0.34 | 0.33 | 123.87 | 0.27 | 0.55 |
| Hex | 6D | AB | 71 | 24 | 0 | 22 | 21 | 7C | 1B | 37 |
| Octal | 155 | 253 | 161 | 44 | 0 | 42 | 41 | 174 | 33 | 67 |
| Binary | 1101101 | 10101011 | 1110001 | 100100 | 0 | 100010 | 100001 | 1111100 | 11011 | 110111 |
Color Harmonies of #6DAB71
Complementary color
Monochromatic Colors of #6DAB71
Black with #6DAB71
Text Example
Text Example
White with #6DAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB71; }
p { color: rgb(109,171,113); }
H1.HeaderClassName
{
color: #6DAB71;
}
.AnyTagClassName
{
color: #6DAB71;
}
</style>
background-color css
<style>
a { background-color: #6DAB71; }
a { background-color: rgb(109,171,113); }
div.DivClassName
{
background-color: #6DAB71;
}
.BgClassName
{
background-color: #6DAB71;
}
</style>
border-color css
<style>
span { border-color: #6DAB71; }
span { border-color: rgb(109,171,113); }
td.TdClassName
{
border-color: #6DAB71;
}
.TagClassName
{
border-color: #6DAB71;
}
</style>