Shades of Fern #6DC07C
Tints of Fern #6DC07C
RGB
CMYK
RGB Variations
Color information
#6DC07C (or 0x6DC07C) is known color: Fern. HEX triplet: 6D, C0 and 7C. RGB value is (109,192,124). Sum of RGB (Red+Green+Blue) = 109+192+124=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC07C is #923F83. Grayscale: #9F9F9F. Windows color (decimal): -9584516 or 8175725. OLE color: 8175725.
HSL color Cylindrical-coordinate representation of color #6DC07C: hue angle of 130.84º 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 #6DC07C is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 124 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.25 |
| HSL | 130.84º | 0.4% | 0.59% | - |
| HSV(B) | 130.84º | 0.43% | 0.75% | - |
| XYZ | 28.79 | 42.41 | 25.74 | - |
| YUV | 159.43 | 108 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 124 | 0.43 | 0 | 0.35 | 0.25 | 130.84 | 0.4 | 0.59 |
| Hex | 6D | C0 | 7C | 2B | 0 | 23 | 19 | 83 | 28 | 3B |
| Octal | 155 | 300 | 174 | 53 | 0 | 43 | 31 | 203 | 50 | 73 |
| Binary | 1101101 | 11000000 | 1111100 | 101011 | 0 | 100011 | 11001 | 10000011 | 101000 | 111011 |
Color Harmonies of #6DC07C
Complementary color
Monochromatic Colors of #6DC07C
Black with #6DC07C
Text Example
Text Example
White with #6DC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC07C; }
p { color: rgb(109,192,124); }
H1.HeaderClassName
{
color: #6DC07C;
}
.AnyTagClassName
{
color: #6DC07C;
}
</style>
background-color css
<style>
a { background-color: #6DC07C; }
a { background-color: rgb(109,192,124); }
div.DivClassName
{
background-color: #6DC07C;
}
.BgClassName
{
background-color: #6DC07C;
}
</style>
border-color css
<style>
span { border-color: #6DC07C; }
span { border-color: rgb(109,192,124); }
td.TdClassName
{
border-color: #6DC07C;
}
.TagClassName
{
border-color: #6DC07C;
}
</style>