Shades of Fern #6FBA7C
Tints of Fern #6FBA7C
RGB
CMYK
RGB Variations
Color information
#6FBA7C (or 0x6FBA7C) is known color: Fern. HEX triplet: 6F, BA and 7C. RGB value is (111,186,124). Sum of RGB (Red+Green+Blue) = 111+186+124=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA7C is #904583. Grayscale: #9C9C9C. Windows color (decimal): -9454980 or 8174191. OLE color: 8174191.
HSL color Cylindrical-coordinate representation of color #6FBA7C: hue angle of 130.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBA7C is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 124 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.27 |
| HSL | 130.4º | 0.35% | 0.58% | - |
| HSV(B) | 130.4º | 0.4% | 0.73% | - |
| XYZ | 27.75 | 39.95 | 25.32 | - |
| YUV | 156.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 124 | 0.40 | 0 | 0.33 | 0.27 | 130.4 | 0.35 | 0.58 |
| Hex | 6F | BA | 7C | 28 | 0 | 21 | 1B | 82 | 23 | 3A |
| Octal | 157 | 272 | 174 | 50 | 0 | 41 | 33 | 202 | 43 | 72 |
| Binary | 1101111 | 10111010 | 1111100 | 101000 | 0 | 100001 | 11011 | 10000010 | 100011 | 111010 |
Color Harmonies of #6FBA7C
Complementary color
Monochromatic Colors of #6FBA7C
Black with #6FBA7C
Text Example
Text Example
White with #6FBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA7C; }
p { color: rgb(111,186,124); }
H1.HeaderClassName
{
color: #6FBA7C;
}
.AnyTagClassName
{
color: #6FBA7C;
}
</style>
background-color css
<style>
a { background-color: #6FBA7C; }
a { background-color: rgb(111,186,124); }
div.DivClassName
{
background-color: #6FBA7C;
}
.BgClassName
{
background-color: #6FBA7C;
}
</style>
border-color css
<style>
span { border-color: #6FBA7C; }
span { border-color: rgb(111,186,124); }
td.TdClassName
{
border-color: #6FBA7C;
}
.TagClassName
{
border-color: #6FBA7C;
}
</style>