Shades of Fern #71B979
Tints of Fern #71B979
RGB
CMYK
RGB Variations
Color information
#71B979 (or 0x71B979) is known color: Fern. HEX triplet: 71, B9 and 79. RGB value is (113,185,121). Sum of RGB (Red+Green+Blue) = 113+185+121=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #71B979 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B979 is #8E4686. Grayscale: #9C9C9C. Windows color (decimal): -9324167 or 7977329. OLE color: 7977329.
HSL color Cylindrical-coordinate representation of color #71B979: hue angle of 126.67º 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 #71B979 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 185 | 121 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.27 |
| HSL | 126.67º | 0.34% | 0.58% | - |
| HSV(B) | 126.67º | 0.39% | 0.73% | - |
| XYZ | 27.61 | 39.59 | 24.28 | - |
| YUV | 156.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 121 | 0.39 | 0 | 0.35 | 0.27 | 126.67 | 0.34 | 0.58 |
| Hex | 71 | B9 | 79 | 27 | 0 | 23 | 1B | 7F | 22 | 3A |
| Octal | 161 | 271 | 171 | 47 | 0 | 43 | 33 | 177 | 42 | 72 |
| Binary | 1110001 | 10111001 | 1111001 | 100111 | 0 | 100011 | 11011 | 1111111 | 100010 | 111010 |
Color Harmonies of #71B979
Complementary color
Monochromatic Colors of #71B979
Black with #71B979
Text Example
Text Example
White with #71B979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B979; }
p { color: rgb(113,185,121); }
H1.HeaderClassName
{
color: #71B979;
}
.AnyTagClassName
{
color: #71B979;
}
</style>
background-color css
<style>
a { background-color: #71B979; }
a { background-color: rgb(113,185,121); }
div.DivClassName
{
background-color: #71B979;
}
.BgClassName
{
background-color: #71B979;
}
</style>
border-color css
<style>
span { border-color: #71B979; }
span { border-color: rgb(113,185,121); }
td.TdClassName
{
border-color: #71B979;
}
.TagClassName
{
border-color: #71B979;
}
</style>