Shades of Fern #6FBC66
Tints of Fern #6FBC66
RGB
CMYK
RGB Variations
Color information
#6FBC66 (or 0x6FBC66) is known color: Fern. HEX triplet: 6F, BC and 66. RGB value is (111,188,102). Sum of RGB (Red+Green+Blue) = 111+188+102=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC66 is #904399. Grayscale: #9B9B9B. Windows color (decimal): -9454490 or 6732911. OLE color: 6732911.
HSL color Cylindrical-coordinate representation of color #6FBC66: hue angle of 113.72º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FBC66 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 102 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.26 |
| HSL | 113.72º | 0.39% | 0.57% | - |
| HSV(B) | 113.72º | 0.46% | 0.74% | - |
| XYZ | 26.94 | 40.31 | 18.93 | - |
| YUV | 155.17 | 97.99 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 102 | 0.41 | 0 | 0.46 | 0.26 | 113.72 | 0.39 | 0.57 |
| Hex | 6F | BC | 66 | 29 | 0 | 2E | 1A | 72 | 27 | 39 |
| Octal | 157 | 274 | 146 | 51 | 0 | 56 | 32 | 162 | 47 | 71 |
| Binary | 1101111 | 10111100 | 1100110 | 101001 | 0 | 101110 | 11010 | 1110010 | 100111 | 111001 |
Color Harmonies of #6FBC66
Complementary color
Monochromatic Colors of #6FBC66
Black with #6FBC66
Text Example
Text Example
White with #6FBC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC66; }
p { color: rgb(111,188,102); }
H1.HeaderClassName
{
color: #6FBC66;
}
.AnyTagClassName
{
color: #6FBC66;
}
</style>
background-color css
<style>
a { background-color: #6FBC66; }
a { background-color: rgb(111,188,102); }
div.DivClassName
{
background-color: #6FBC66;
}
.BgClassName
{
background-color: #6FBC66;
}
</style>
border-color css
<style>
span { border-color: #6FBC66; }
span { border-color: rgb(111,188,102); }
td.TdClassName
{
border-color: #6FBC66;
}
.TagClassName
{
border-color: #6FBC66;
}
</style>