Shades of Fern #6FBA7B
Tints of Fern #6FBA7B
RGB
CMYK
RGB Variations
Color information
#6FBA7B (or 0x6FBA7B) is known color: Fern. HEX triplet: 6F, BA and 7B. RGB value is (111,186,123). Sum of RGB (Red+Green+Blue) = 111+186+123=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA7B is #904584. Grayscale: #9C9C9C. Windows color (decimal): -9454981 or 8108655. OLE color: 8108655.
HSL color Cylindrical-coordinate representation of color #6FBA7B: hue angle of 129.6º 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 #6FBA7B is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 123 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.27 |
| HSL | 129.6º | 0.35% | 0.58% | - |
| HSV(B) | 129.6º | 0.4% | 0.73% | - |
| XYZ | 27.69 | 39.93 | 24.99 | - |
| YUV | 156.39 | 109.15 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 123 | 0.40 | 0 | 0.34 | 0.27 | 129.6 | 0.35 | 0.58 |
| Hex | 6F | BA | 7B | 28 | 0 | 22 | 1B | 82 | 23 | 3A |
| Octal | 157 | 272 | 173 | 50 | 0 | 42 | 33 | 202 | 43 | 72 |
| Binary | 1101111 | 10111010 | 1111011 | 101000 | 0 | 100010 | 11011 | 10000010 | 100011 | 111010 |
Color Harmonies of #6FBA7B
Complementary color
Monochromatic Colors of #6FBA7B
Black with #6FBA7B
Text Example
Text Example
White with #6FBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA7B; }
p { color: rgb(111,186,123); }
H1.HeaderClassName
{
color: #6FBA7B;
}
.AnyTagClassName
{
color: #6FBA7B;
}
</style>
background-color css
<style>
a { background-color: #6FBA7B; }
a { background-color: rgb(111,186,123); }
div.DivClassName
{
background-color: #6FBA7B;
}
.BgClassName
{
background-color: #6FBA7B;
}
</style>
border-color css
<style>
span { border-color: #6FBA7B; }
span { border-color: rgb(111,186,123); }
td.TdClassName
{
border-color: #6FBA7B;
}
.TagClassName
{
border-color: #6FBA7B;
}
</style>