Shades of Fern #71B976
Tints of Fern #71B976
RGB
CMYK
RGB Variations
Color information
#71B976 (or 0x71B976) is known color: Fern. HEX triplet: 71, B9 and 76. RGB value is (113,185,118). Sum of RGB (Red+Green+Blue) = 113+185+118=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #71B976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B976 is #8E4689. Grayscale: #9C9C9C. Windows color (decimal): -9324170 or 7780721. OLE color: 7780721.
HSL color Cylindrical-coordinate representation of color #71B976: hue angle of 124.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B976 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 185 | 118 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.27 |
| HSL | 124.17º | 0.34% | 0.58% | - |
| HSV(B) | 124.17º | 0.39% | 0.73% | - |
| XYZ | 27.43 | 39.52 | 23.32 | - |
| YUV | 155.83 | 106.65 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 118 | 0.39 | 0 | 0.36 | 0.27 | 124.17 | 0.34 | 0.58 |
| Hex | 71 | B9 | 76 | 27 | 0 | 24 | 1B | 7C | 22 | 3A |
| Octal | 161 | 271 | 166 | 47 | 0 | 44 | 33 | 174 | 42 | 72 |
| Binary | 1110001 | 10111001 | 1110110 | 100111 | 0 | 100100 | 11011 | 1111100 | 100010 | 111010 |
Color Harmonies of #71B976
Complementary color
Monochromatic Colors of #71B976
Black with #71B976
Text Example
Text Example
White with #71B976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B976; }
p { color: rgb(113,185,118); }
H1.HeaderClassName
{
color: #71B976;
}
.AnyTagClassName
{
color: #71B976;
}
</style>
background-color css
<style>
a { background-color: #71B976; }
a { background-color: rgb(113,185,118); }
div.DivClassName
{
background-color: #71B976;
}
.BgClassName
{
background-color: #71B976;
}
</style>
border-color css
<style>
span { border-color: #71B976; }
span { border-color: rgb(113,185,118); }
td.TdClassName
{
border-color: #71B976;
}
.TagClassName
{
border-color: #71B976;
}
</style>