Shades of Fern #6FB166
Tints of Fern #6FB166
RGB
CMYK
RGB Variations
Color information
#6FB166 (or 0x6FB166) is known color: Fern. HEX triplet: 6F, B1 and 66. RGB value is (111,177,102). Sum of RGB (Red+Green+Blue) = 111+177+102=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB166 is #904E99. Grayscale: #949494. Windows color (decimal): -9457306 or 6730095. OLE color: 6730095.
HSL color Cylindrical-coordinate representation of color #6FB166: hue angle of 112.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FB166 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 177 | 102 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.31 |
| HSL | 112.8º | 0.32% | 0.55% | - |
| HSV(B) | 112.8º | 0.42% | 0.69% | - |
| XYZ | 24.68 | 35.78 | 18.18 | - |
| YUV | 148.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 102 | 0.37 | 0 | 0.42 | 0.31 | 112.8 | 0.32 | 0.55 |
| Hex | 6F | B1 | 66 | 25 | 0 | 2A | 1F | 71 | 20 | 37 |
| Octal | 157 | 261 | 146 | 45 | 0 | 52 | 37 | 161 | 40 | 67 |
| Binary | 1101111 | 10110001 | 1100110 | 100101 | 0 | 101010 | 11111 | 1110001 | 100000 | 110111 |
Color Harmonies of #6FB166
Complementary color
Monochromatic Colors of #6FB166
Black with #6FB166
Text Example
Text Example
White with #6FB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB166; }
p { color: rgb(111,177,102); }
H1.HeaderClassName
{
color: #6FB166;
}
.AnyTagClassName
{
color: #6FB166;
}
</style>
background-color css
<style>
a { background-color: #6FB166; }
a { background-color: rgb(111,177,102); }
div.DivClassName
{
background-color: #6FB166;
}
.BgClassName
{
background-color: #6FB166;
}
</style>
border-color css
<style>
span { border-color: #6FB166; }
span { border-color: rgb(111,177,102); }
td.TdClassName
{
border-color: #6FB166;
}
.TagClassName
{
border-color: #6FB166;
}
</style>