Shades of Fern #6CC066
Tints of Fern #6CC066
RGB
CMYK
RGB Variations
Color information
#6CC066 (or 0x6CC066) is known color: Fern. HEX triplet: 6C, C0 and 66. RGB value is (108,192,102). Sum of RGB (Red+Green+Blue) = 108+192+102=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC066 is #933F99. Grayscale: #9C9C9C. Windows color (decimal): -9650074 or 6733932. OLE color: 6733932.
HSL color Cylindrical-coordinate representation of color #6CC066: hue angle of 116º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CC066 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 102 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.25 |
| HSL | 116º | 0.42% | 0.58% | - |
| HSV(B) | 116º | 0.47% | 0.75% | - |
| XYZ | 27.43 | 41.85 | 19.2 | - |
| YUV | 156.62 | 97.17 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 102 | 0.44 | 0 | 0.47 | 0.25 | 116 | 0.42 | 0.58 |
| Hex | 6C | C0 | 66 | 2C | 0 | 2F | 19 | 74 | 2A | 3A |
| Octal | 154 | 300 | 146 | 54 | 0 | 57 | 31 | 164 | 52 | 72 |
| Binary | 1101100 | 11000000 | 1100110 | 101100 | 0 | 101111 | 11001 | 1110100 | 101010 | 111010 |
Color Harmonies of #6CC066
Complementary color
Monochromatic Colors of #6CC066
Black with #6CC066
Text Example
Text Example
White with #6CC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC066; }
p { color: rgb(108,192,102); }
H1.HeaderClassName
{
color: #6CC066;
}
.AnyTagClassName
{
color: #6CC066;
}
</style>
background-color css
<style>
a { background-color: #6CC066; }
a { background-color: rgb(108,192,102); }
div.DivClassName
{
background-color: #6CC066;
}
.BgClassName
{
background-color: #6CC066;
}
</style>
border-color css
<style>
span { border-color: #6CC066; }
span { border-color: rgb(108,192,102); }
td.TdClassName
{
border-color: #6CC066;
}
.TagClassName
{
border-color: #6CC066;
}
</style>