Shades of Fern #6FB576
Tints of Fern #6FB576
RGB
CMYK
RGB Variations
Color information
#6FB576 (or 0x6FB576) is known color: Fern. HEX triplet: 6F, B5 and 76. RGB value is (111,181,118). Sum of RGB (Red+Green+Blue) = 111+181+118=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 181 - color contains mainly: green. Hex color #6FB576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB576 is #904A89. Grayscale: #999999. Windows color (decimal): -9456266 or 7779695. OLE color: 7779695.
HSL color Cylindrical-coordinate representation of color #6FB576: hue angle of 126º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB576 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 181 | 118 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.29 |
| HSL | 126º | 0.32% | 0.57% | - |
| HSV(B) | 126º | 0.39% | 0.71% | - |
| XYZ | 26.35 | 37.74 | 23.03 | - |
| YUV | 152.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 181 | 118 | 0.39 | 0 | 0.35 | 0.29 | 126 | 0.32 | 0.57 |
| Hex | 6F | B5 | 76 | 27 | 0 | 23 | 1D | 7E | 20 | 39 |
| Octal | 157 | 265 | 166 | 47 | 0 | 43 | 35 | 176 | 40 | 71 |
| Binary | 1101111 | 10110101 | 1110110 | 100111 | 0 | 100011 | 11101 | 1111110 | 100000 | 111001 |
Color Harmonies of #6FB576
Complementary color
Monochromatic Colors of #6FB576
Black with #6FB576
Text Example
Text Example
White with #6FB576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB576; }
p { color: rgb(111,181,118); }
H1.HeaderClassName
{
color: #6FB576;
}
.AnyTagClassName
{
color: #6FB576;
}
</style>
background-color css
<style>
a { background-color: #6FB576; }
a { background-color: rgb(111,181,118); }
div.DivClassName
{
background-color: #6FB576;
}
.BgClassName
{
background-color: #6FB576;
}
</style>
border-color css
<style>
span { border-color: #6FB576; }
span { border-color: rgb(111,181,118); }
td.TdClassName
{
border-color: #6FB576;
}
.TagClassName
{
border-color: #6FB576;
}
</style>