Shades of Fern #6DB864
Tints of Fern #6DB864
RGB
CMYK
RGB Variations
Color information
#6DB864 (or 0x6DB864) is known color: Fern. HEX triplet: 6D, B8 and 64. RGB value is (109,184,100). Sum of RGB (Red+Green+Blue) = 109+184+100=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB864 is #92479B. Grayscale: #989898. Windows color (decimal): -9586588 or 6600813. OLE color: 6600813.
HSL color Cylindrical-coordinate representation of color #6DB864: hue angle of 113.57º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DB864 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 100 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.28 |
| HSL | 113.57º | 0.37% | 0.56% | - |
| HSV(B) | 113.57º | 0.46% | 0.72% | - |
| XYZ | 25.75 | 38.45 | 18.12 | - |
| YUV | 152 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 100 | 0.41 | 0 | 0.46 | 0.28 | 113.57 | 0.37 | 0.56 |
| Hex | 6D | B8 | 64 | 29 | 0 | 2E | 1C | 72 | 25 | 38 |
| Octal | 155 | 270 | 144 | 51 | 0 | 56 | 34 | 162 | 45 | 70 |
| Binary | 1101101 | 10111000 | 1100100 | 101001 | 0 | 101110 | 11100 | 1110010 | 100101 | 111000 |
Color Harmonies of #6DB864
Complementary color
Monochromatic Colors of #6DB864
Black with #6DB864
Text Example
Text Example
White with #6DB864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB864; }
p { color: rgb(109,184,100); }
H1.HeaderClassName
{
color: #6DB864;
}
.AnyTagClassName
{
color: #6DB864;
}
</style>
background-color css
<style>
a { background-color: #6DB864; }
a { background-color: rgb(109,184,100); }
div.DivClassName
{
background-color: #6DB864;
}
.BgClassName
{
background-color: #6DB864;
}
</style>
border-color css
<style>
span { border-color: #6DB864; }
span { border-color: rgb(109,184,100); }
td.TdClassName
{
border-color: #6DB864;
}
.TagClassName
{
border-color: #6DB864;
}
</style>