Shades of Fern #71BC76
Tints of Fern #71BC76
RGB
CMYK
RGB Variations
Color information
#71BC76 (or 0x71BC76) is known color: Fern. HEX triplet: 71, BC and 76. RGB value is (113,188,118). Sum of RGB (Red+Green+Blue) = 113+188+118=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC76 is #8E4389. Grayscale: #9D9D9D. Windows color (decimal): -9323402 or 7781489. OLE color: 7781489.
HSL color Cylindrical-coordinate representation of color #71BC76: hue angle of 124º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BC76 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 118 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.26 |
| HSL | 124º | 0.36% | 0.59% | - |
| HSV(B) | 124º | 0.4% | 0.74% | - |
| XYZ | 28.06 | 40.79 | 23.53 | - |
| YUV | 157.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 118 | 0.40 | 0 | 0.37 | 0.26 | 124 | 0.36 | 0.59 |
| Hex | 71 | BC | 76 | 28 | 0 | 25 | 1A | 7C | 24 | 3B |
| Octal | 161 | 274 | 166 | 50 | 0 | 45 | 32 | 174 | 44 | 73 |
| Binary | 1110001 | 10111100 | 1110110 | 101000 | 0 | 100101 | 11010 | 1111100 | 100100 | 111011 |
Color Harmonies of #71BC76
Complementary color
Monochromatic Colors of #71BC76
Black with #71BC76
Text Example
Text Example
White with #71BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC76; }
p { color: rgb(113,188,118); }
H1.HeaderClassName
{
color: #71BC76;
}
.AnyTagClassName
{
color: #71BC76;
}
</style>
background-color css
<style>
a { background-color: #71BC76; }
a { background-color: rgb(113,188,118); }
div.DivClassName
{
background-color: #71BC76;
}
.BgClassName
{
background-color: #71BC76;
}
</style>
border-color css
<style>
span { border-color: #71BC76; }
span { border-color: rgb(113,188,118); }
td.TdClassName
{
border-color: #71BC76;
}
.TagClassName
{
border-color: #71BC76;
}
</style>