Shades of Fern #6DC07F
Tints of Fern #6DC07F
RGB
CMYK
RGB Variations
Color information
#6DC07F (or 0x6DC07F) is known color: Fern. HEX triplet: 6D, C0 and 7F. RGB value is (109,192,127). Sum of RGB (Red+Green+Blue) = 109+192+127=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC07F is #923F80. Grayscale: #9F9F9F. Windows color (decimal): -9584513 or 8372333. OLE color: 8372333.
HSL color Cylindrical-coordinate representation of color #6DC07F: hue angle of 133.01º degrees, saturation: 0.4, 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 #6DC07F is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 127 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.25 |
| HSL | 133.01º | 0.4% | 0.59% | - |
| HSV(B) | 133.01º | 0.43% | 0.75% | - |
| XYZ | 28.99 | 42.48 | 26.75 | - |
| YUV | 159.77 | 109.5 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 127 | 0.43 | 0 | 0.34 | 0.25 | 133.01 | 0.4 | 0.59 |
| Hex | 6D | C0 | 7F | 2B | 0 | 22 | 19 | 85 | 28 | 3B |
| Octal | 155 | 300 | 177 | 53 | 0 | 42 | 31 | 205 | 50 | 73 |
| Binary | 1101101 | 11000000 | 1111111 | 101011 | 0 | 100010 | 11001 | 10000101 | 101000 | 111011 |
Color Harmonies of #6DC07F
Complementary color
Monochromatic Colors of #6DC07F
Black with #6DC07F
Text Example
Text Example
White with #6DC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC07F; }
p { color: rgb(109,192,127); }
H1.HeaderClassName
{
color: #6DC07F;
}
.AnyTagClassName
{
color: #6DC07F;
}
</style>
background-color css
<style>
a { background-color: #6DC07F; }
a { background-color: rgb(109,192,127); }
div.DivClassName
{
background-color: #6DC07F;
}
.BgClassName
{
background-color: #6DC07F;
}
</style>
border-color css
<style>
span { border-color: #6DC07F; }
span { border-color: rgb(109,192,127); }
td.TdClassName
{
border-color: #6DC07F;
}
.TagClassName
{
border-color: #6DC07F;
}
</style>