Shades of Fern #6DB475
Tints of Fern #6DB475
RGB
CMYK
RGB Variations
Color information
#6DB475 (or 0x6DB475) is known color: Fern. HEX triplet: 6D, B4 and 75. RGB value is (109,180,117). Sum of RGB (Red+Green+Blue) = 109+180+117=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB475 is #924B8A. Grayscale: #979797. Windows color (decimal): -9587595 or 7713901. OLE color: 7713901.
HSL color Cylindrical-coordinate representation of color #6DB475: hue angle of 126.76º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB475 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 117 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.29 |
| HSL | 126.76º | 0.32% | 0.57% | - |
| HSV(B) | 126.76º | 0.39% | 0.71% | - |
| XYZ | 25.84 | 37.18 | 22.64 | - |
| YUV | 151.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 117 | 0.39 | 0 | 0.35 | 0.29 | 126.76 | 0.32 | 0.57 |
| Hex | 6D | B4 | 75 | 27 | 0 | 23 | 1D | 7F | 20 | 39 |
| Octal | 155 | 264 | 165 | 47 | 0 | 43 | 35 | 177 | 40 | 71 |
| Binary | 1101101 | 10110100 | 1110101 | 100111 | 0 | 100011 | 11101 | 1111111 | 100000 | 111001 |
Color Harmonies of #6DB475
Complementary color
Monochromatic Colors of #6DB475
Black with #6DB475
Text Example
Text Example
White with #6DB475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB475; }
p { color: rgb(109,180,117); }
H1.HeaderClassName
{
color: #6DB475;
}
.AnyTagClassName
{
color: #6DB475;
}
</style>
background-color css
<style>
a { background-color: #6DB475; }
a { background-color: rgb(109,180,117); }
div.DivClassName
{
background-color: #6DB475;
}
.BgClassName
{
background-color: #6DB475;
}
</style>
border-color css
<style>
span { border-color: #6DB475; }
span { border-color: rgb(109,180,117); }
td.TdClassName
{
border-color: #6DB475;
}
.TagClassName
{
border-color: #6DB475;
}
</style>