Shades of Fern #6DC168
Tints of Fern #6DC168
RGB
CMYK
RGB Variations
Color information
#6DC168 (or 0x6DC168) is known color: Fern. HEX triplet: 6D, C1 and 68. RGB value is (109,193,104). Sum of RGB (Red+Green+Blue) = 109+193+104=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC168 is #923E97. Grayscale: #9E9E9E. Windows color (decimal): -9584280 or 6865261. OLE color: 6865261.
HSL color Cylindrical-coordinate representation of color #6DC168: hue angle of 116.63º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC168 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 104 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.24 |
| HSL | 116.63º | 0.42% | 0.58% | - |
| HSV(B) | 116.63º | 0.46% | 0.76% | - |
| XYZ | 27.88 | 42.39 | 19.81 | - |
| YUV | 157.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 104 | 0.44 | 0 | 0.46 | 0.24 | 116.63 | 0.42 | 0.58 |
| Hex | 6D | C1 | 68 | 2C | 0 | 2E | 18 | 75 | 2A | 3A |
| Octal | 155 | 301 | 150 | 54 | 0 | 56 | 30 | 165 | 52 | 72 |
| Binary | 1101101 | 11000001 | 1101000 | 101100 | 0 | 101110 | 11000 | 1110101 | 101010 | 111010 |
Color Harmonies of #6DC168
Complementary color
Monochromatic Colors of #6DC168
Black with #6DC168
Text Example
Text Example
White with #6DC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC168; }
p { color: rgb(109,193,104); }
H1.HeaderClassName
{
color: #6DC168;
}
.AnyTagClassName
{
color: #6DC168;
}
</style>
background-color css
<style>
a { background-color: #6DC168; }
a { background-color: rgb(109,193,104); }
div.DivClassName
{
background-color: #6DC168;
}
.BgClassName
{
background-color: #6DC168;
}
</style>
border-color css
<style>
span { border-color: #6DC168; }
span { border-color: rgb(109,193,104); }
td.TdClassName
{
border-color: #6DC168;
}
.TagClassName
{
border-color: #6DC168;
}
</style>