Shades of Fern #6DBE70
Tints of Fern #6DBE70
RGB
CMYK
RGB Variations
Color information
#6DBE70 (or 0x6DBE70) is known color: Fern. HEX triplet: 6D, BE and 70. RGB value is (109,190,112). Sum of RGB (Red+Green+Blue) = 109+190+112=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBE70 is #92418F. Grayscale: #9D9D9D. Windows color (decimal): -9585040 or 7388781. OLE color: 7388781.
HSL color Cylindrical-coordinate representation of color #6DBE70: hue angle of 122.22º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBE70 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 190 | 112 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.25 |
| HSL | 122.22º | 0.38% | 0.59% | - |
| HSV(B) | 122.22º | 0.43% | 0.75% | - |
| XYZ | 27.64 | 41.25 | 21.83 | - |
| YUV | 156.89 | 102.66 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 112 | 0.43 | 0 | 0.41 | 0.25 | 122.22 | 0.38 | 0.59 |
| Hex | 6D | BE | 70 | 2B | 0 | 29 | 19 | 7A | 26 | 3B |
| Octal | 155 | 276 | 160 | 53 | 0 | 51 | 31 | 172 | 46 | 73 |
| Binary | 1101101 | 10111110 | 1110000 | 101011 | 0 | 101001 | 11001 | 1111010 | 100110 | 111011 |
Color Harmonies of #6DBE70
Complementary color
Monochromatic Colors of #6DBE70
Black with #6DBE70
Text Example
Text Example
White with #6DBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBE70; }
p { color: rgb(109,190,112); }
H1.HeaderClassName
{
color: #6DBE70;
}
.AnyTagClassName
{
color: #6DBE70;
}
</style>
background-color css
<style>
a { background-color: #6DBE70; }
a { background-color: rgb(109,190,112); }
div.DivClassName
{
background-color: #6DBE70;
}
.BgClassName
{
background-color: #6DBE70;
}
</style>
border-color css
<style>
span { border-color: #6DBE70; }
span { border-color: rgb(109,190,112); }
td.TdClassName
{
border-color: #6DBE70;
}
.TagClassName
{
border-color: #6DBE70;
}
</style>