Shades of Fern #6DB764
Tints of Fern #6DB764
RGB
CMYK
RGB Variations
Color information
#6DB764 (or 0x6DB764) is known color: Fern. HEX triplet: 6D, B7 and 64. RGB value is (109,183,100). Sum of RGB (Red+Green+Blue) = 109+183+100=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB764 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB764 is #92489B. Grayscale: #979797. Windows color (decimal): -9586844 or 6600557. OLE color: 6600557.
HSL color Cylindrical-coordinate representation of color #6DB764: hue angle of 113.49º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DB764 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 100 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.28 |
| HSL | 113.49º | 0.37% | 0.55% | - |
| HSV(B) | 113.49º | 0.45% | 0.72% | - |
| XYZ | 25.54 | 38.04 | 18.05 | - |
| YUV | 151.41 | 98.98 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 100 | 0.40 | 0 | 0.45 | 0.28 | 113.49 | 0.37 | 0.55 |
| Hex | 6D | B7 | 64 | 28 | 0 | 2D | 1C | 71 | 25 | 37 |
| Octal | 155 | 267 | 144 | 50 | 0 | 55 | 34 | 161 | 45 | 67 |
| Binary | 1101101 | 10110111 | 1100100 | 101000 | 0 | 101101 | 11100 | 1110001 | 100101 | 110111 |
Color Harmonies of #6DB764
Complementary color
Monochromatic Colors of #6DB764
Black with #6DB764
Text Example
Text Example
White with #6DB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB764; }
p { color: rgb(109,183,100); }
H1.HeaderClassName
{
color: #6DB764;
}
.AnyTagClassName
{
color: #6DB764;
}
</style>
background-color css
<style>
a { background-color: #6DB764; }
a { background-color: rgb(109,183,100); }
div.DivClassName
{
background-color: #6DB764;
}
.BgClassName
{
background-color: #6DB764;
}
</style>
border-color css
<style>
span { border-color: #6DB764; }
span { border-color: rgb(109,183,100); }
td.TdClassName
{
border-color: #6DB764;
}
.TagClassName
{
border-color: #6DB764;
}
</style>