Shades of Fern #6DC680
Tints of Fern #6DC680
RGB
CMYK
RGB Variations
Color information
#6DC680 (or 0x6DC680) is known color: Fern. HEX triplet: 6D, C6 and 80. RGB value is (109,198,128). Sum of RGB (Red+Green+Blue) = 109+198+128=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #6DC680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC680 is #92397F. Grayscale: #A3A3A3. Windows color (decimal): -9582976 or 8439405. OLE color: 8439405.
HSL color Cylindrical-coordinate representation of color #6DC680: hue angle of 132.81º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DC680 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 198 | 128 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.22 |
| HSL | 132.81º | 0.44% | 0.6% | - |
| HSV(B) | 132.81º | 0.45% | 0.78% | - |
| XYZ | 30.4 | 45.2 | 27.54 | - |
| YUV | 163.41 | 108.01 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 198 | 128 | 0.45 | 0 | 0.35 | 0.22 | 132.81 | 0.44 | 0.6 |
| Hex | 6D | C6 | 80 | 2D | 0 | 23 | 16 | 85 | 2C | 3C |
| Octal | 155 | 306 | 200 | 55 | 0 | 43 | 26 | 205 | 54 | 74 |
| Binary | 1101101 | 11000110 | 10000000 | 101101 | 0 | 100011 | 10110 | 10000101 | 101100 | 111100 |
Color Harmonies of #6DC680
Complementary color
Monochromatic Colors of #6DC680
Black with #6DC680
Text Example
Text Example
White with #6DC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC680; }
p { color: rgb(109,198,128); }
H1.HeaderClassName
{
color: #6DC680;
}
.AnyTagClassName
{
color: #6DC680;
}
</style>
background-color css
<style>
a { background-color: #6DC680; }
a { background-color: rgb(109,198,128); }
div.DivClassName
{
background-color: #6DC680;
}
.BgClassName
{
background-color: #6DC680;
}
</style>
border-color css
<style>
span { border-color: #6DC680; }
span { border-color: rgb(109,198,128); }
td.TdClassName
{
border-color: #6DC680;
}
.TagClassName
{
border-color: #6DC680;
}
</style>