Shades of Fern #6DB477
Tints of Fern #6DB477
RGB
CMYK
RGB Variations
Color information
#6DB477 (or 0x6DB477) is known color: Fern. HEX triplet: 6D, B4 and 77. RGB value is (109,180,119). Sum of RGB (Red+Green+Blue) = 109+180+119=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB477 is #924B88. Grayscale: #979797. Windows color (decimal): -9587593 or 7844973. OLE color: 7844973.
HSL color Cylindrical-coordinate representation of color #6DB477: hue angle of 128.45º 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 #6DB477 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 119 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.29 |
| HSL | 128.45º | 0.32% | 0.57% | - |
| HSV(B) | 128.45º | 0.39% | 0.71% | - |
| XYZ | 25.96 | 37.23 | 23.27 | - |
| YUV | 151.82 | 109.48 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 119 | 0.39 | 0 | 0.34 | 0.29 | 128.45 | 0.32 | 0.57 |
| Hex | 6D | B4 | 77 | 27 | 0 | 22 | 1D | 80 | 20 | 39 |
| Octal | 155 | 264 | 167 | 47 | 0 | 42 | 35 | 200 | 40 | 71 |
| Binary | 1101101 | 10110100 | 1110111 | 100111 | 0 | 100010 | 11101 | 10000000 | 100000 | 111001 |
Color Harmonies of #6DB477
Complementary color
Monochromatic Colors of #6DB477
Black with #6DB477
Text Example
Text Example
White with #6DB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB477; }
p { color: rgb(109,180,119); }
H1.HeaderClassName
{
color: #6DB477;
}
.AnyTagClassName
{
color: #6DB477;
}
</style>
background-color css
<style>
a { background-color: #6DB477; }
a { background-color: rgb(109,180,119); }
div.DivClassName
{
background-color: #6DB477;
}
.BgClassName
{
background-color: #6DB477;
}
</style>
border-color css
<style>
span { border-color: #6DB477; }
span { border-color: rgb(109,180,119); }
td.TdClassName
{
border-color: #6DB477;
}
.TagClassName
{
border-color: #6DB477;
}
</style>