Shades of Fern #6DB968
Tints of Fern #6DB968
RGB
CMYK
RGB Variations
Color information
#6DB968 (or 0x6DB968) is known color: Fern. HEX triplet: 6D, B9 and 68. RGB value is (109,185,104). Sum of RGB (Red+Green+Blue) = 109+185+104=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB968 is #924697. Grayscale: #999999. Windows color (decimal): -9586328 or 6863213. OLE color: 6863213.
HSL color Cylindrical-coordinate representation of color #6DB968: hue angle of 116.3º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DB968 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 185 | 104 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.27 |
| HSL | 116.3º | 0.37% | 0.57% | - |
| HSV(B) | 116.3º | 0.44% | 0.73% | - |
| XYZ | 26.15 | 38.95 | 19.24 | - |
| YUV | 153.04 | 100.32 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 104 | 0.41 | 0 | 0.44 | 0.27 | 116.3 | 0.37 | 0.57 |
| Hex | 6D | B9 | 68 | 29 | 0 | 2C | 1B | 74 | 25 | 39 |
| Octal | 155 | 271 | 150 | 51 | 0 | 54 | 33 | 164 | 45 | 71 |
| Binary | 1101101 | 10111001 | 1101000 | 101001 | 0 | 101100 | 11011 | 1110100 | 100101 | 111001 |
Color Harmonies of #6DB968
Complementary color
Monochromatic Colors of #6DB968
Black with #6DB968
Text Example
Text Example
White with #6DB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB968; }
p { color: rgb(109,185,104); }
H1.HeaderClassName
{
color: #6DB968;
}
.AnyTagClassName
{
color: #6DB968;
}
</style>
background-color css
<style>
a { background-color: #6DB968; }
a { background-color: rgb(109,185,104); }
div.DivClassName
{
background-color: #6DB968;
}
.BgClassName
{
background-color: #6DB968;
}
</style>
border-color css
<style>
span { border-color: #6DB968; }
span { border-color: rgb(109,185,104); }
td.TdClassName
{
border-color: #6DB968;
}
.TagClassName
{
border-color: #6DB968;
}
</style>