Shades of Fern #6FA86C
Tints of Fern #6FA86C
RGB
CMYK
RGB Variations
Color information
#6FA86C (or 0x6FA86C) is known color: Fern. HEX triplet: 6F, A8 and 6C. RGB value is (111,168,108). Sum of RGB (Red+Green+Blue) = 111+168+108=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA86C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA86C is #905793. Grayscale: #909090. Windows color (decimal): -9459604 or 7121007. OLE color: 7121007.
HSL color Cylindrical-coordinate representation of color #6FA86C: hue angle of 117º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FA86C is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 168 | 108 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.34 |
| HSL | 117º | 0.26% | 0.54% | - |
| HSV(B) | 117º | 0.36% | 0.66% | - |
| XYZ | 23.26 | 32.47 | 19.23 | - |
| YUV | 144.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 108 | 0.34 | 0 | 0.36 | 0.34 | 117 | 0.26 | 0.54 |
| Hex | 6F | A8 | 6C | 22 | 0 | 24 | 22 | 75 | 1A | 36 |
| Octal | 157 | 250 | 154 | 42 | 0 | 44 | 42 | 165 | 32 | 66 |
| Binary | 1101111 | 10101000 | 1101100 | 100010 | 0 | 100100 | 100010 | 1110101 | 11010 | 110110 |
Color Harmonies of #6FA86C
Complementary color
Monochromatic Colors of #6FA86C
Black with #6FA86C
Text Example
Text Example
White with #6FA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA86C; }
p { color: rgb(111,168,108); }
H1.HeaderClassName
{
color: #6FA86C;
}
.AnyTagClassName
{
color: #6FA86C;
}
</style>
background-color css
<style>
a { background-color: #6FA86C; }
a { background-color: rgb(111,168,108); }
div.DivClassName
{
background-color: #6FA86C;
}
.BgClassName
{
background-color: #6FA86C;
}
</style>
border-color css
<style>
span { border-color: #6FA86C; }
span { border-color: rgb(111,168,108); }
td.TdClassName
{
border-color: #6FA86C;
}
.TagClassName
{
border-color: #6FA86C;
}
</style>