Shades of Fern #6FC066
Tints of Fern #6FC066
RGB
CMYK
RGB Variations
Color information
#6FC066 (or 0x6FC066) is known color: Fern. HEX triplet: 6F, C0 and 66. RGB value is (111,192,102). Sum of RGB (Red+Green+Blue) = 111+192+102=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC066 is #903F99. Grayscale: #9D9D9D. Windows color (decimal): -9453466 or 6733935. OLE color: 6733935.
HSL color Cylindrical-coordinate representation of color #6FC066: hue angle of 114º 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 #6FC066 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 102 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.25 |
| HSL | 114º | 0.42% | 0.58% | - |
| HSV(B) | 114º | 0.47% | 0.75% | - |
| XYZ | 27.8 | 42.04 | 19.22 | - |
| YUV | 157.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 102 | 0.42 | 0 | 0.47 | 0.25 | 114 | 0.42 | 0.58 |
| Hex | 6F | C0 | 66 | 2A | 0 | 2F | 19 | 72 | 2A | 3A |
| Octal | 157 | 300 | 146 | 52 | 0 | 57 | 31 | 162 | 52 | 72 |
| Binary | 1101111 | 11000000 | 1100110 | 101010 | 0 | 101111 | 11001 | 1110010 | 101010 | 111010 |
Color Harmonies of #6FC066
Complementary color
Monochromatic Colors of #6FC066
Black with #6FC066
Text Example
Text Example
White with #6FC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC066; }
p { color: rgb(111,192,102); }
H1.HeaderClassName
{
color: #6FC066;
}
.AnyTagClassName
{
color: #6FC066;
}
</style>
background-color css
<style>
a { background-color: #6FC066; }
a { background-color: rgb(111,192,102); }
div.DivClassName
{
background-color: #6FC066;
}
.BgClassName
{
background-color: #6FC066;
}
</style>
border-color css
<style>
span { border-color: #6FC066; }
span { border-color: rgb(111,192,102); }
td.TdClassName
{
border-color: #6FC066;
}
.TagClassName
{
border-color: #6FC066;
}
</style>