Shades of Fern #6DAD75
Tints of Fern #6DAD75
RGB
CMYK
RGB Variations
Color information
#6DAD75 (or 0x6DAD75) is known color: Fern. HEX triplet: 6D, AD and 75. RGB value is (109,173,117). Sum of RGB (Red+Green+Blue) = 109+173+117=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAD75 is #92528A. Grayscale: #939393. Windows color (decimal): -9589387 or 7712109. OLE color: 7712109.
HSL color Cylindrical-coordinate representation of color #6DAD75: hue angle of 127.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAD75 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 173 | 117 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.32 |
| HSL | 127.5º | 0.28% | 0.55% | - |
| HSV(B) | 127.5º | 0.37% | 0.68% | - |
| XYZ | 24.46 | 34.42 | 22.18 | - |
| YUV | 147.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 117 | 0.37 | 0 | 0.32 | 0.32 | 127.5 | 0.28 | 0.55 |
| Hex | 6D | AD | 75 | 25 | 0 | 20 | 20 | 80 | 1C | 37 |
| Octal | 155 | 255 | 165 | 45 | 0 | 40 | 40 | 200 | 34 | 67 |
| Binary | 1101101 | 10101101 | 1110101 | 100101 | 0 | 100000 | 100000 | 10000000 | 11100 | 110111 |
Color Harmonies of #6DAD75
Complementary color
Monochromatic Colors of #6DAD75
Black with #6DAD75
Text Example
Text Example
White with #6DAD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAD75; }
p { color: rgb(109,173,117); }
H1.HeaderClassName
{
color: #6DAD75;
}
.AnyTagClassName
{
color: #6DAD75;
}
</style>
background-color css
<style>
a { background-color: #6DAD75; }
a { background-color: rgb(109,173,117); }
div.DivClassName
{
background-color: #6DAD75;
}
.BgClassName
{
background-color: #6DAD75;
}
</style>
border-color css
<style>
span { border-color: #6DAD75; }
span { border-color: rgb(109,173,117); }
td.TdClassName
{
border-color: #6DAD75;
}
.TagClassName
{
border-color: #6DAD75;
}
</style>