Shades of Fern #6DB970
Tints of Fern #6DB970
RGB
CMYK
RGB Variations
Color information
#6DB970 (or 0x6DB970) is known color: Fern. HEX triplet: 6D, B9 and 70. RGB value is (109,185,112). Sum of RGB (Red+Green+Blue) = 109+185+112=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB970 is #92468F. Grayscale: #9A9A9A. Windows color (decimal): -9586320 or 7387501. OLE color: 7387501.
HSL color Cylindrical-coordinate representation of color #6DB970: hue angle of 122.37º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DB970 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 185 | 112 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.27 |
| HSL | 122.37º | 0.35% | 0.58% | - |
| HSV(B) | 122.37º | 0.41% | 0.73% | - |
| XYZ | 26.58 | 39.12 | 21.48 | - |
| YUV | 153.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 112 | 0.41 | 0 | 0.39 | 0.27 | 122.37 | 0.35 | 0.58 |
| Hex | 6D | B9 | 70 | 29 | 0 | 27 | 1B | 7A | 23 | 3A |
| Octal | 155 | 271 | 160 | 51 | 0 | 47 | 33 | 172 | 43 | 72 |
| Binary | 1101101 | 10111001 | 1110000 | 101001 | 0 | 100111 | 11011 | 1111010 | 100011 | 111010 |
Color Harmonies of #6DB970
Complementary color
Monochromatic Colors of #6DB970
Black with #6DB970
Text Example
Text Example
White with #6DB970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB970; }
p { color: rgb(109,185,112); }
H1.HeaderClassName
{
color: #6DB970;
}
.AnyTagClassName
{
color: #6DB970;
}
</style>
background-color css
<style>
a { background-color: #6DB970; }
a { background-color: rgb(109,185,112); }
div.DivClassName
{
background-color: #6DB970;
}
.BgClassName
{
background-color: #6DB970;
}
</style>
border-color css
<style>
span { border-color: #6DB970; }
span { border-color: rgb(109,185,112); }
td.TdClassName
{
border-color: #6DB970;
}
.TagClassName
{
border-color: #6DB970;
}
</style>