Shades of Fern #6FB47D
Tints of Fern #6FB47D
RGB
CMYK
RGB Variations
Color information
#6FB47D (or 0x6FB47D) is known color: Fern. HEX triplet: 6F, B4 and 7D. RGB value is (111,180,125). Sum of RGB (Red+Green+Blue) = 111+180+125=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB47D is #904B82. Grayscale: #999999. Windows color (decimal): -9456515 or 8238191. OLE color: 8238191.
HSL color Cylindrical-coordinate representation of color #6FB47D: hue angle of 132.17º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB47D is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 125 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.29 |
| HSL | 132.17º | 0.32% | 0.57% | - |
| HSV(B) | 132.17º | 0.38% | 0.71% | - |
| XYZ | 26.58 | 37.5 | 25.24 | - |
| YUV | 153.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 125 | 0.38 | 0 | 0.31 | 0.29 | 132.17 | 0.32 | 0.57 |
| Hex | 6F | B4 | 7D | 26 | 0 | 1F | 1D | 84 | 20 | 39 |
| Octal | 157 | 264 | 175 | 46 | 0 | 37 | 35 | 204 | 40 | 71 |
| Binary | 1101111 | 10110100 | 1111101 | 100110 | 0 | 11111 | 11101 | 10000100 | 100000 | 111001 |
Color Harmonies of #6FB47D
Complementary color
Monochromatic Colors of #6FB47D
Black with #6FB47D
Text Example
Text Example
White with #6FB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB47D; }
p { color: rgb(111,180,125); }
H1.HeaderClassName
{
color: #6FB47D;
}
.AnyTagClassName
{
color: #6FB47D;
}
</style>
background-color css
<style>
a { background-color: #6FB47D; }
a { background-color: rgb(111,180,125); }
div.DivClassName
{
background-color: #6FB47D;
}
.BgClassName
{
background-color: #6FB47D;
}
</style>
border-color css
<style>
span { border-color: #6FB47D; }
span { border-color: rgb(111,180,125); }
td.TdClassName
{
border-color: #6FB47D;
}
.TagClassName
{
border-color: #6FB47D;
}
</style>