Shades of Fern #6DC068
Tints of Fern #6DC068
RGB
CMYK
RGB Variations
Color information
#6DC068 (or 0x6DC068) is known color: Fern. HEX triplet: 6D, C0 and 68. RGB value is (109,192,104). Sum of RGB (Red+Green+Blue) = 109+192+104=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC068 is #923F97. Grayscale: #9D9D9D. Windows color (decimal): -9584536 or 6865005. OLE color: 6865005.
HSL color Cylindrical-coordinate representation of color #6DC068: hue angle of 116.59º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC068 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 104 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.25 |
| HSL | 116.59º | 0.41% | 0.58% | - |
| HSV(B) | 116.59º | 0.46% | 0.75% | - |
| XYZ | 27.66 | 41.95 | 19.74 | - |
| YUV | 157.15 | 98 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 104 | 0.43 | 0 | 0.46 | 0.25 | 116.59 | 0.41 | 0.58 |
| Hex | 6D | C0 | 68 | 2B | 0 | 2E | 19 | 75 | 29 | 3A |
| Octal | 155 | 300 | 150 | 53 | 0 | 56 | 31 | 165 | 51 | 72 |
| Binary | 1101101 | 11000000 | 1101000 | 101011 | 0 | 101110 | 11001 | 1110101 | 101001 | 111010 |
Color Harmonies of #6DC068
Complementary color
Monochromatic Colors of #6DC068
Black with #6DC068
Text Example
Text Example
White with #6DC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC068; }
p { color: rgb(109,192,104); }
H1.HeaderClassName
{
color: #6DC068;
}
.AnyTagClassName
{
color: #6DC068;
}
</style>
background-color css
<style>
a { background-color: #6DC068; }
a { background-color: rgb(109,192,104); }
div.DivClassName
{
background-color: #6DC068;
}
.BgClassName
{
background-color: #6DC068;
}
</style>
border-color css
<style>
span { border-color: #6DC068; }
span { border-color: rgb(109,192,104); }
td.TdClassName
{
border-color: #6DC068;
}
.TagClassName
{
border-color: #6DC068;
}
</style>