Shades of Fern #6CC076
Tints of Fern #6CC076
RGB
CMYK
RGB Variations
Color information
#6CC076 (or 0x6CC076) is known color: Fern. HEX triplet: 6C, C0 and 76. RGB value is (108,192,118). Sum of RGB (Red+Green+Blue) = 108+192+118=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC076 is #933F89. Grayscale: #9E9E9E. Windows color (decimal): -9650058 or 7782508. OLE color: 7782508.
HSL color Cylindrical-coordinate representation of color #6CC076: hue angle of 127.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC076 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 118 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.25 |
| HSL | 127.14º | 0.4% | 0.59% | - |
| HSV(B) | 127.14º | 0.44% | 0.75% | - |
| XYZ | 28.3 | 42.2 | 23.79 | - |
| YUV | 158.45 | 105.17 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 118 | 0.44 | 0 | 0.39 | 0.25 | 127.14 | 0.4 | 0.59 |
| Hex | 6C | C0 | 76 | 2C | 0 | 27 | 19 | 7F | 28 | 3B |
| Octal | 154 | 300 | 166 | 54 | 0 | 47 | 31 | 177 | 50 | 73 |
| Binary | 1101100 | 11000000 | 1110110 | 101100 | 0 | 100111 | 11001 | 1111111 | 101000 | 111011 |
Color Harmonies of #6CC076
Complementary color
Monochromatic Colors of #6CC076
Black with #6CC076
Text Example
Text Example
White with #6CC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC076; }
p { color: rgb(108,192,118); }
H1.HeaderClassName
{
color: #6CC076;
}
.AnyTagClassName
{
color: #6CC076;
}
</style>
background-color css
<style>
a { background-color: #6CC076; }
a { background-color: rgb(108,192,118); }
div.DivClassName
{
background-color: #6CC076;
}
.BgClassName
{
background-color: #6CC076;
}
</style>
border-color css
<style>
span { border-color: #6CC076; }
span { border-color: rgb(108,192,118); }
td.TdClassName
{
border-color: #6CC076;
}
.TagClassName
{
border-color: #6CC076;
}
</style>