Shades of Fern #6FBA7D
Tints of Fern #6FBA7D
RGB
CMYK
RGB Variations
Color information
#6FBA7D (or 0x6FBA7D) is known color: Fern. HEX triplet: 6F, BA and 7D. RGB value is (111,186,125). Sum of RGB (Red+Green+Blue) = 111+186+125=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA7D is #904582. Grayscale: #9C9C9C. Windows color (decimal): -9454979 or 8239727. OLE color: 8239727.
HSL color Cylindrical-coordinate representation of color #6FBA7D: hue angle of 131.2º 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 #6FBA7D is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 125 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.27 |
| HSL | 131.2º | 0.35% | 0.58% | - |
| HSV(B) | 131.2º | 0.4% | 0.73% | - |
| XYZ | 27.82 | 39.98 | 25.65 | - |
| YUV | 156.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 125 | 0.40 | 0 | 0.33 | 0.27 | 131.2 | 0.35 | 0.58 |
| Hex | 6F | BA | 7D | 28 | 0 | 21 | 1B | 83 | 23 | 3A |
| Octal | 157 | 272 | 175 | 50 | 0 | 41 | 33 | 203 | 43 | 72 |
| Binary | 1101111 | 10111010 | 1111101 | 101000 | 0 | 100001 | 11011 | 10000011 | 100011 | 111010 |
Color Harmonies of #6FBA7D
Complementary color
Monochromatic Colors of #6FBA7D
Black with #6FBA7D
Text Example
Text Example
White with #6FBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA7D; }
p { color: rgb(111,186,125); }
H1.HeaderClassName
{
color: #6FBA7D;
}
.AnyTagClassName
{
color: #6FBA7D;
}
</style>
background-color css
<style>
a { background-color: #6FBA7D; }
a { background-color: rgb(111,186,125); }
div.DivClassName
{
background-color: #6FBA7D;
}
.BgClassName
{
background-color: #6FBA7D;
}
</style>
border-color css
<style>
span { border-color: #6FBA7D; }
span { border-color: rgb(111,186,125); }
td.TdClassName
{
border-color: #6FBA7D;
}
.TagClassName
{
border-color: #6FBA7D;
}
</style>