Shades of Fern #6DB963
Tints of Fern #6DB963
RGB
CMYK
RGB Variations
Color information
#6DB963 (or 0x6DB963) is known color: Fern. HEX triplet: 6D, B9 and 63. RGB value is (109,185,99). Sum of RGB (Red+Green+Blue) = 109+185+99=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB963 is #92469C. Grayscale: #989898. Windows color (decimal): -9586333 or 6535533. OLE color: 6535533.
HSL color Cylindrical-coordinate representation of color #6DB963: hue angle of 113.02º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DB963 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 185 | 99 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.27 |
| HSL | 113.02º | 0.38% | 0.56% | - |
| HSV(B) | 113.02º | 0.46% | 0.73% | - |
| XYZ | 25.91 | 38.85 | 17.94 | - |
| YUV | 152.47 | 97.82 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 99 | 0.41 | 0 | 0.46 | 0.27 | 113.02 | 0.38 | 0.56 |
| Hex | 6D | B9 | 63 | 29 | 0 | 2E | 1B | 71 | 26 | 38 |
| Octal | 155 | 271 | 143 | 51 | 0 | 56 | 33 | 161 | 46 | 70 |
| Binary | 1101101 | 10111001 | 1100011 | 101001 | 0 | 101110 | 11011 | 1110001 | 100110 | 111000 |
Color Harmonies of #6DB963
Complementary color
Monochromatic Colors of #6DB963
Black with #6DB963
Text Example
Text Example
White with #6DB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB963; }
p { color: rgb(109,185,99); }
H1.HeaderClassName
{
color: #6DB963;
}
.AnyTagClassName
{
color: #6DB963;
}
</style>
background-color css
<style>
a { background-color: #6DB963; }
a { background-color: rgb(109,185,99); }
div.DivClassName
{
background-color: #6DB963;
}
.BgClassName
{
background-color: #6DB963;
}
</style>
border-color css
<style>
span { border-color: #6DB963; }
span { border-color: rgb(109,185,99); }
td.TdClassName
{
border-color: #6DB963;
}
.TagClassName
{
border-color: #6DB963;
}
</style>