Shades of Fern #6DAD6B
Tints of Fern #6DAD6B
RGB
CMYK
RGB Variations
Color information
#6DAD6B (or 0x6DAD6B) is known color: Fern. HEX triplet: 6D, AD and 6B. RGB value is (109,173,107). Sum of RGB (Red+Green+Blue) = 109+173+107=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAD6B is #925294. Grayscale: #929292. Windows color (decimal): -9589397 or 7056749. OLE color: 7056749.
HSL color Cylindrical-coordinate representation of color #6DAD6B: hue angle of 118.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAD6B is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 173 | 107 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.32 |
| HSL | 118.18º | 0.29% | 0.55% | - |
| HSV(B) | 118.18º | 0.38% | 0.68% | - |
| XYZ | 23.9 | 34.2 | 19.25 | - |
| YUV | 146.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 107 | 0.37 | 0 | 0.38 | 0.32 | 118.18 | 0.29 | 0.55 |
| Hex | 6D | AD | 6B | 25 | 0 | 26 | 20 | 76 | 1D | 37 |
| Octal | 155 | 255 | 153 | 45 | 0 | 46 | 40 | 166 | 35 | 67 |
| Binary | 1101101 | 10101101 | 1101011 | 100101 | 0 | 100110 | 100000 | 1110110 | 11101 | 110111 |
Color Harmonies of #6DAD6B
Complementary color
Monochromatic Colors of #6DAD6B
Black with #6DAD6B
Text Example
Text Example
White with #6DAD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAD6B; }
p { color: rgb(109,173,107); }
H1.HeaderClassName
{
color: #6DAD6B;
}
.AnyTagClassName
{
color: #6DAD6B;
}
</style>
background-color css
<style>
a { background-color: #6DAD6B; }
a { background-color: rgb(109,173,107); }
div.DivClassName
{
background-color: #6DAD6B;
}
.BgClassName
{
background-color: #6DAD6B;
}
</style>
border-color css
<style>
span { border-color: #6DAD6B; }
span { border-color: rgb(109,173,107); }
td.TdClassName
{
border-color: #6DAD6B;
}
.TagClassName
{
border-color: #6DAD6B;
}
</style>