Shades of Fern #6DB465
Tints of Fern #6DB465
RGB
CMYK
RGB Variations
Color information
#6DB465 (or 0x6DB465) is known color: Fern. HEX triplet: 6D, B4 and 65. RGB value is (109,180,101). Sum of RGB (Red+Green+Blue) = 109+180+101=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB465 is #924B9A. Grayscale: #969696. Windows color (decimal): -9587611 or 6665325. OLE color: 6665325.
HSL color Cylindrical-coordinate representation of color #6DB465: hue angle of 113.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DB465 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 101 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.29 |
| HSL | 113.92º | 0.34% | 0.55% | - |
| HSV(B) | 113.92º | 0.44% | 0.71% | - |
| XYZ | 24.98 | 36.83 | 18.11 | - |
| YUV | 149.77 | 100.48 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 101 | 0.39 | 0 | 0.44 | 0.29 | 113.92 | 0.34 | 0.55 |
| Hex | 6D | B4 | 65 | 27 | 0 | 2C | 1D | 72 | 22 | 37 |
| Octal | 155 | 264 | 145 | 47 | 0 | 54 | 35 | 162 | 42 | 67 |
| Binary | 1101101 | 10110100 | 1100101 | 100111 | 0 | 101100 | 11101 | 1110010 | 100010 | 110111 |
Color Harmonies of #6DB465
Complementary color
Monochromatic Colors of #6DB465
Black with #6DB465
Text Example
Text Example
White with #6DB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB465; }
p { color: rgb(109,180,101); }
H1.HeaderClassName
{
color: #6DB465;
}
.AnyTagClassName
{
color: #6DB465;
}
</style>
background-color css
<style>
a { background-color: #6DB465; }
a { background-color: rgb(109,180,101); }
div.DivClassName
{
background-color: #6DB465;
}
.BgClassName
{
background-color: #6DB465;
}
</style>
border-color css
<style>
span { border-color: #6DB465; }
span { border-color: rgb(109,180,101); }
td.TdClassName
{
border-color: #6DB465;
}
.TagClassName
{
border-color: #6DB465;
}
</style>