Shades of Fern #6FBA66
Tints of Fern #6FBA66
RGB
CMYK
RGB Variations
Color information
#6FBA66 (or 0x6FBA66) is known color: Fern. HEX triplet: 6F, BA and 66. RGB value is (111,186,102). Sum of RGB (Red+Green+Blue) = 111+186+102=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA66 is #904599. Grayscale: #9A9A9A. Windows color (decimal): -9455002 or 6732399. OLE color: 6732399.
HSL color Cylindrical-coordinate representation of color #6FBA66: hue angle of 113.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FBA66 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 102 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.27 |
| HSL | 113.57º | 0.38% | 0.56% | - |
| HSV(B) | 113.57º | 0.45% | 0.73% | - |
| XYZ | 26.51 | 39.46 | 18.79 | - |
| YUV | 154 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 102 | 0.40 | 0 | 0.45 | 0.27 | 113.57 | 0.38 | 0.56 |
| Hex | 6F | BA | 66 | 28 | 0 | 2D | 1B | 72 | 26 | 38 |
| Octal | 157 | 272 | 146 | 50 | 0 | 55 | 33 | 162 | 46 | 70 |
| Binary | 1101111 | 10111010 | 1100110 | 101000 | 0 | 101101 | 11011 | 1110010 | 100110 | 111000 |
Color Harmonies of #6FBA66
Complementary color
Monochromatic Colors of #6FBA66
Black with #6FBA66
Text Example
Text Example
White with #6FBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA66; }
p { color: rgb(111,186,102); }
H1.HeaderClassName
{
color: #6FBA66;
}
.AnyTagClassName
{
color: #6FBA66;
}
</style>
background-color css
<style>
a { background-color: #6FBA66; }
a { background-color: rgb(111,186,102); }
div.DivClassName
{
background-color: #6FBA66;
}
.BgClassName
{
background-color: #6FBA66;
}
</style>
border-color css
<style>
span { border-color: #6FBA66; }
span { border-color: rgb(111,186,102); }
td.TdClassName
{
border-color: #6FBA66;
}
.TagClassName
{
border-color: #6FBA66;
}
</style>