Shades of Fern #6FBC7C
Tints of Fern #6FBC7C
RGB
CMYK
RGB Variations
Color information
#6FBC7C (or 0x6FBC7C) is known color: Fern. HEX triplet: 6F, BC and 7C. RGB value is (111,188,124). Sum of RGB (Red+Green+Blue) = 111+188+124=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC7C is #904383. Grayscale: #9D9D9D. Windows color (decimal): -9454468 or 8174703. OLE color: 8174703.
HSL color Cylindrical-coordinate representation of color #6FBC7C: hue angle of 130.13º 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 #6FBC7C is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 124 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.26 |
| HSL | 130.13º | 0.36% | 0.59% | - |
| HSV(B) | 130.13º | 0.41% | 0.74% | - |
| XYZ | 28.18 | 40.8 | 25.46 | - |
| YUV | 157.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 124 | 0.41 | 0 | 0.34 | 0.26 | 130.13 | 0.36 | 0.59 |
| Hex | 6F | BC | 7C | 29 | 0 | 22 | 1A | 82 | 24 | 3B |
| Octal | 157 | 274 | 174 | 51 | 0 | 42 | 32 | 202 | 44 | 73 |
| Binary | 1101111 | 10111100 | 1111100 | 101001 | 0 | 100010 | 11010 | 10000010 | 100100 | 111011 |
Color Harmonies of #6FBC7C
Complementary color
Monochromatic Colors of #6FBC7C
Black with #6FBC7C
Text Example
Text Example
White with #6FBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC7C; }
p { color: rgb(111,188,124); }
H1.HeaderClassName
{
color: #6FBC7C;
}
.AnyTagClassName
{
color: #6FBC7C;
}
</style>
background-color css
<style>
a { background-color: #6FBC7C; }
a { background-color: rgb(111,188,124); }
div.DivClassName
{
background-color: #6FBC7C;
}
.BgClassName
{
background-color: #6FBC7C;
}
</style>
border-color css
<style>
span { border-color: #6FBC7C; }
span { border-color: rgb(111,188,124); }
td.TdClassName
{
border-color: #6FBC7C;
}
.TagClassName
{
border-color: #6FBC7C;
}
</style>