Shades of Fern #6DBF70
Tints of Fern #6DBF70
RGB
CMYK
RGB Variations
Color information
#6DBF70 (or 0x6DBF70) is known color: Fern. HEX triplet: 6D, BF and 70. RGB value is (109,191,112). Sum of RGB (Red+Green+Blue) = 109+191+112=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBF70 is #92408F. Grayscale: #9D9D9D. Windows color (decimal): -9584784 or 7389037. OLE color: 7389037.
HSL color Cylindrical-coordinate representation of color #6DBF70: hue angle of 122.2º degrees, saturation: 0.39, 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 #6DBF70 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 112 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.25 |
| HSL | 122.2º | 0.39% | 0.59% | - |
| HSV(B) | 122.2º | 0.43% | 0.75% | - |
| XYZ | 27.86 | 41.68 | 21.91 | - |
| YUV | 157.48 | 102.33 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 112 | 0.43 | 0 | 0.41 | 0.25 | 122.2 | 0.39 | 0.59 |
| Hex | 6D | BF | 70 | 2B | 0 | 29 | 19 | 7A | 27 | 3B |
| Octal | 155 | 277 | 160 | 53 | 0 | 51 | 31 | 172 | 47 | 73 |
| Binary | 1101101 | 10111111 | 1110000 | 101011 | 0 | 101001 | 11001 | 1111010 | 100111 | 111011 |
Color Harmonies of #6DBF70
Complementary color
Monochromatic Colors of #6DBF70
Black with #6DBF70
Text Example
Text Example
White with #6DBF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBF70; }
p { color: rgb(109,191,112); }
H1.HeaderClassName
{
color: #6DBF70;
}
.AnyTagClassName
{
color: #6DBF70;
}
</style>
background-color css
<style>
a { background-color: #6DBF70; }
a { background-color: rgb(109,191,112); }
div.DivClassName
{
background-color: #6DBF70;
}
.BgClassName
{
background-color: #6DBF70;
}
</style>
border-color css
<style>
span { border-color: #6DBF70; }
span { border-color: rgb(109,191,112); }
td.TdClassName
{
border-color: #6DBF70;
}
.TagClassName
{
border-color: #6DBF70;
}
</style>