Shades of Fern #6DA871
Tints of Fern #6DA871
RGB
CMYK
RGB Variations
Color information
#6DA871 (or 0x6DA871) is known color: Fern. HEX triplet: 6D, A8 and 71. RGB value is (109,168,113). Sum of RGB (Red+Green+Blue) = 109+168+113=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA871 is #92578E. Grayscale: #909090. Windows color (decimal): -9590671 or 7448685. OLE color: 7448685.
HSL color Cylindrical-coordinate representation of color #6DA871: hue angle of 124.07º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6DA871 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 113 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.34 |
| HSL | 124.07º | 0.25% | 0.54% | - |
| HSV(B) | 124.07º | 0.35% | 0.66% | - |
| XYZ | 23.29 | 32.45 | 20.66 | - |
| YUV | 144.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 113 | 0.35 | 0 | 0.33 | 0.34 | 124.07 | 0.25 | 0.54 |
| Hex | 6D | A8 | 71 | 23 | 0 | 21 | 22 | 7C | 19 | 36 |
| Octal | 155 | 250 | 161 | 43 | 0 | 41 | 42 | 174 | 31 | 66 |
| Binary | 1101101 | 10101000 | 1110001 | 100011 | 0 | 100001 | 100010 | 1111100 | 11001 | 110110 |
Color Harmonies of #6DA871
Complementary color
Monochromatic Colors of #6DA871
Black with #6DA871
Text Example
Text Example
White with #6DA871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA871; }
p { color: rgb(109,168,113); }
H1.HeaderClassName
{
color: #6DA871;
}
.AnyTagClassName
{
color: #6DA871;
}
</style>
background-color css
<style>
a { background-color: #6DA871; }
a { background-color: rgb(109,168,113); }
div.DivClassName
{
background-color: #6DA871;
}
.BgClassName
{
background-color: #6DA871;
}
</style>
border-color css
<style>
span { border-color: #6DA871; }
span { border-color: rgb(109,168,113); }
td.TdClassName
{
border-color: #6DA871;
}
.TagClassName
{
border-color: #6DA871;
}
</style>