Shades of Fern #71A970
Tints of Fern #71A970
RGB
CMYK
RGB Variations
Color information
#71A970 (or 0x71A970) is known color: Fern. HEX triplet: 71, A9 and 70. RGB value is (113,169,112). Sum of RGB (Red+Green+Blue) = 113+169+112=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 169 - color contains mainly: green. Hex color #71A970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A970 is #8E568F. Grayscale: #919191. Windows color (decimal): -9328272 or 7383409. OLE color: 7383409.
HSL color Cylindrical-coordinate representation of color #71A970: hue angle of 118.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71A970 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 169 | 112 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.34 |
| HSL | 118.95º | 0.25% | 0.55% | - |
| HSV(B) | 118.95º | 0.34% | 0.66% | - |
| XYZ | 23.92 | 33.06 | 20.45 | - |
| YUV | 145.76 | 108.95 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 169 | 112 | 0.33 | 0 | 0.34 | 0.34 | 118.95 | 0.25 | 0.55 |
| Hex | 71 | A9 | 70 | 21 | 0 | 22 | 22 | 77 | 19 | 37 |
| Octal | 161 | 251 | 160 | 41 | 0 | 42 | 42 | 167 | 31 | 67 |
| Binary | 1110001 | 10101001 | 1110000 | 100001 | 0 | 100010 | 100010 | 1110111 | 11001 | 110111 |
Color Harmonies of #71A970
Complementary color
Monochromatic Colors of #71A970
Black with #71A970
Text Example
Text Example
White with #71A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A970; }
p { color: rgb(113,169,112); }
H1.HeaderClassName
{
color: #71A970;
}
.AnyTagClassName
{
color: #71A970;
}
</style>
background-color css
<style>
a { background-color: #71A970; }
a { background-color: rgb(113,169,112); }
div.DivClassName
{
background-color: #71A970;
}
.BgClassName
{
background-color: #71A970;
}
</style>
border-color css
<style>
span { border-color: #71A970; }
span { border-color: rgb(113,169,112); }
td.TdClassName
{
border-color: #71A970;
}
.TagClassName
{
border-color: #71A970;
}
</style>