Shades of Fern #6BB871
Tints of Fern #6BB871
RGB
CMYK
RGB Variations
Color information
#6BB871 (or 0x6BB871) is known color: Fern. HEX triplet: 6B, B8 and 71. RGB value is (107,184,113). Sum of RGB (Red+Green+Blue) = 107+184+113=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #6BB871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB871 is #94478E. Grayscale: #999999. Windows color (decimal): -9717647 or 7452779. OLE color: 7452779.
HSL color Cylindrical-coordinate representation of color #6BB871: hue angle of 124.68º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BB871 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 184 | 113 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.28 |
| HSL | 124.68º | 0.35% | 0.57% | - |
| HSV(B) | 124.68º | 0.42% | 0.72% | - |
| XYZ | 26.18 | 38.6 | 21.69 | - |
| YUV | 152.88 | 105.49 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 184 | 113 | 0.42 | 0 | 0.39 | 0.28 | 124.68 | 0.35 | 0.57 |
| Hex | 6B | B8 | 71 | 2A | 0 | 27 | 1C | 7D | 23 | 39 |
| Octal | 153 | 270 | 161 | 52 | 0 | 47 | 34 | 175 | 43 | 71 |
| Binary | 1101011 | 10111000 | 1110001 | 101010 | 0 | 100111 | 11100 | 1111101 | 100011 | 111001 |
Color Harmonies of #6BB871
Complementary color
Monochromatic Colors of #6BB871
Black with #6BB871
Text Example
Text Example
White with #6BB871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB871; }
p { color: rgb(107,184,113); }
H1.HeaderClassName
{
color: #6BB871;
}
.AnyTagClassName
{
color: #6BB871;
}
</style>
background-color css
<style>
a { background-color: #6BB871; }
a { background-color: rgb(107,184,113); }
div.DivClassName
{
background-color: #6BB871;
}
.BgClassName
{
background-color: #6BB871;
}
</style>
border-color css
<style>
span { border-color: #6BB871; }
span { border-color: rgb(107,184,113); }
td.TdClassName
{
border-color: #6BB871;
}
.TagClassName
{
border-color: #6BB871;
}
</style>