Shades of Fern #6DB775
Tints of Fern #6DB775
RGB
CMYK
RGB Variations
Color information
#6DB775 (or 0x6DB775) is known color: Fern. HEX triplet: 6D, B7 and 75. RGB value is (109,183,117). Sum of RGB (Red+Green+Blue) = 109+183+117=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB775 is #92488A. Grayscale: #999999. Windows color (decimal): -9586827 or 7714669. OLE color: 7714669.
HSL color Cylindrical-coordinate representation of color #6DB775: hue angle of 126.49º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB775 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 117 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.28 |
| HSL | 126.49º | 0.34% | 0.57% | - |
| HSV(B) | 126.49º | 0.4% | 0.72% | - |
| XYZ | 26.45 | 38.4 | 22.85 | - |
| YUV | 153.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 117 | 0.40 | 0 | 0.36 | 0.28 | 126.49 | 0.34 | 0.57 |
| Hex | 6D | B7 | 75 | 28 | 0 | 24 | 1C | 7E | 22 | 39 |
| Octal | 155 | 267 | 165 | 50 | 0 | 44 | 34 | 176 | 42 | 71 |
| Binary | 1101101 | 10110111 | 1110101 | 101000 | 0 | 100100 | 11100 | 1111110 | 100010 | 111001 |
Color Harmonies of #6DB775
Complementary color
Monochromatic Colors of #6DB775
Black with #6DB775
Text Example
Text Example
White with #6DB775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB775; }
p { color: rgb(109,183,117); }
H1.HeaderClassName
{
color: #6DB775;
}
.AnyTagClassName
{
color: #6DB775;
}
</style>
background-color css
<style>
a { background-color: #6DB775; }
a { background-color: rgb(109,183,117); }
div.DivClassName
{
background-color: #6DB775;
}
.BgClassName
{
background-color: #6DB775;
}
</style>
border-color css
<style>
span { border-color: #6DB775; }
span { border-color: rgb(109,183,117); }
td.TdClassName
{
border-color: #6DB775;
}
.TagClassName
{
border-color: #6DB775;
}
</style>