Shades of Fern #6DB865
Tints of Fern #6DB865
RGB
CMYK
RGB Variations
Color information
#6DB865 (or 0x6DB865) is known color: Fern. HEX triplet: 6D, B8 and 65. RGB value is (109,184,101). Sum of RGB (Red+Green+Blue) = 109+184+101=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB865 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB865 is #92479A. Grayscale: #989898. Windows color (decimal): -9586587 or 6666349. OLE color: 6666349.
HSL color Cylindrical-coordinate representation of color #6DB865: hue angle of 114.22º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DB865 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 101 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.28 |
| HSL | 114.22º | 0.37% | 0.56% | - |
| HSV(B) | 114.22º | 0.45% | 0.72% | - |
| XYZ | 25.8 | 38.47 | 18.38 | - |
| YUV | 152.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 101 | 0.41 | 0 | 0.45 | 0.28 | 114.22 | 0.37 | 0.56 |
| Hex | 6D | B8 | 65 | 29 | 0 | 2D | 1C | 72 | 25 | 38 |
| Octal | 155 | 270 | 145 | 51 | 0 | 55 | 34 | 162 | 45 | 70 |
| Binary | 1101101 | 10111000 | 1100101 | 101001 | 0 | 101101 | 11100 | 1110010 | 100101 | 111000 |
Color Harmonies of #6DB865
Complementary color
Monochromatic Colors of #6DB865
Black with #6DB865
Text Example
Text Example
White with #6DB865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB865; }
p { color: rgb(109,184,101); }
H1.HeaderClassName
{
color: #6DB865;
}
.AnyTagClassName
{
color: #6DB865;
}
</style>
background-color css
<style>
a { background-color: #6DB865; }
a { background-color: rgb(109,184,101); }
div.DivClassName
{
background-color: #6DB865;
}
.BgClassName
{
background-color: #6DB865;
}
</style>
border-color css
<style>
span { border-color: #6DB865; }
span { border-color: rgb(109,184,101); }
td.TdClassName
{
border-color: #6DB865;
}
.TagClassName
{
border-color: #6DB865;
}
</style>