Shades of Fern #6FBA6B
Tints of Fern #6FBA6B
RGB
CMYK
RGB Variations
Color information
#6FBA6B (or 0x6FBA6B) is known color: Fern. HEX triplet: 6F, BA and 6B. RGB value is (111,186,107). Sum of RGB (Red+Green+Blue) = 111+186+107=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA6B is #904594. Grayscale: #9A9A9A. Windows color (decimal): -9454997 or 7060079. OLE color: 7060079.
HSL color Cylindrical-coordinate representation of color #6FBA6B: hue angle of 116.96º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBA6B is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 107 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.27 |
| HSL | 116.96º | 0.36% | 0.57% | - |
| HSV(B) | 116.96º | 0.42% | 0.73% | - |
| XYZ | 26.77 | 39.56 | 20.13 | - |
| YUV | 154.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 107 | 0.40 | 0 | 0.42 | 0.27 | 116.96 | 0.36 | 0.57 |
| Hex | 6F | BA | 6B | 28 | 0 | 2A | 1B | 75 | 24 | 39 |
| Octal | 157 | 272 | 153 | 50 | 0 | 52 | 33 | 165 | 44 | 71 |
| Binary | 1101111 | 10111010 | 1101011 | 101000 | 0 | 101010 | 11011 | 1110101 | 100100 | 111001 |
Color Harmonies of #6FBA6B
Complementary color
Monochromatic Colors of #6FBA6B
Black with #6FBA6B
Text Example
Text Example
White with #6FBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA6B; }
p { color: rgb(111,186,107); }
H1.HeaderClassName
{
color: #6FBA6B;
}
.AnyTagClassName
{
color: #6FBA6B;
}
</style>
background-color css
<style>
a { background-color: #6FBA6B; }
a { background-color: rgb(111,186,107); }
div.DivClassName
{
background-color: #6FBA6B;
}
.BgClassName
{
background-color: #6FBA6B;
}
</style>
border-color css
<style>
span { border-color: #6FBA6B; }
span { border-color: rgb(111,186,107); }
td.TdClassName
{
border-color: #6FBA6B;
}
.TagClassName
{
border-color: #6FBA6B;
}
</style>