Shades of Fern #6FB471
Tints of Fern #6FB471
RGB
CMYK
RGB Variations
Color information
#6FB471 (or 0x6FB471) is known color: Fern. HEX triplet: 6F, B4 and 71. RGB value is (111,180,113). Sum of RGB (Red+Green+Blue) = 111+180+113=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB471 is #904B8E. Grayscale: #979797. Windows color (decimal): -9456527 or 7451759. OLE color: 7451759.
HSL color Cylindrical-coordinate representation of color #6FB471: hue angle of 121.74º 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 #6FB471 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 113 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.29 |
| HSL | 121.74º | 0.32% | 0.57% | - |
| HSV(B) | 121.74º | 0.38% | 0.71% | - |
| XYZ | 25.86 | 37.21 | 21.44 | - |
| YUV | 151.73 | 106.14 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 113 | 0.38 | 0 | 0.37 | 0.29 | 121.74 | 0.32 | 0.57 |
| Hex | 6F | B4 | 71 | 26 | 0 | 25 | 1D | 7A | 20 | 39 |
| Octal | 157 | 264 | 161 | 46 | 0 | 45 | 35 | 172 | 40 | 71 |
| Binary | 1101111 | 10110100 | 1110001 | 100110 | 0 | 100101 | 11101 | 1111010 | 100000 | 111001 |
Color Harmonies of #6FB471
Complementary color
Monochromatic Colors of #6FB471
Black with #6FB471
Text Example
Text Example
White with #6FB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB471; }
p { color: rgb(111,180,113); }
H1.HeaderClassName
{
color: #6FB471;
}
.AnyTagClassName
{
color: #6FB471;
}
</style>
background-color css
<style>
a { background-color: #6FB471; }
a { background-color: rgb(111,180,113); }
div.DivClassName
{
background-color: #6FB471;
}
.BgClassName
{
background-color: #6FB471;
}
</style>
border-color css
<style>
span { border-color: #6FB471; }
span { border-color: rgb(111,180,113); }
td.TdClassName
{
border-color: #6FB471;
}
.TagClassName
{
border-color: #6FB471;
}
</style>