Shades of Fern #6FBC71
Tints of Fern #6FBC71
RGB
CMYK
RGB Variations
Color information
#6FBC71 (or 0x6FBC71) is known color: Fern. HEX triplet: 6F, BC and 71. RGB value is (111,188,113). Sum of RGB (Red+Green+Blue) = 111+188+113=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC71 is #90438E. Grayscale: #9C9C9C. Windows color (decimal): -9454479 or 7453807. OLE color: 7453807.
HSL color Cylindrical-coordinate representation of color #6FBC71: hue angle of 121.56º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBC71 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 113 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.26 |
| HSL | 121.56º | 0.36% | 0.59% | - |
| HSV(B) | 121.56º | 0.41% | 0.74% | - |
| XYZ | 27.52 | 40.54 | 22 | - |
| YUV | 156.43 | 103.49 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 113 | 0.41 | 0 | 0.40 | 0.26 | 121.56 | 0.36 | 0.59 |
| Hex | 6F | BC | 71 | 29 | 0 | 28 | 1A | 7A | 24 | 3B |
| Octal | 157 | 274 | 161 | 51 | 0 | 50 | 32 | 172 | 44 | 73 |
| Binary | 1101111 | 10111100 | 1110001 | 101001 | 0 | 101000 | 11010 | 1111010 | 100100 | 111011 |
Color Harmonies of #6FBC71
Complementary color
Monochromatic Colors of #6FBC71
Black with #6FBC71
Text Example
Text Example
White with #6FBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC71; }
p { color: rgb(111,188,113); }
H1.HeaderClassName
{
color: #6FBC71;
}
.AnyTagClassName
{
color: #6FBC71;
}
</style>
background-color css
<style>
a { background-color: #6FBC71; }
a { background-color: rgb(111,188,113); }
div.DivClassName
{
background-color: #6FBC71;
}
.BgClassName
{
background-color: #6FBC71;
}
</style>
border-color css
<style>
span { border-color: #6FBC71; }
span { border-color: rgb(111,188,113); }
td.TdClassName
{
border-color: #6FBC71;
}
.TagClassName
{
border-color: #6FBC71;
}
</style>