Shades of Fern #71B974
Tints of Fern #71B974
RGB
CMYK
RGB Variations
Color information
#71B974 (or 0x71B974) is known color: Fern. HEX triplet: 71, B9 and 74. RGB value is (113,185,116). Sum of RGB (Red+Green+Blue) = 113+185+116=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #71B974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B974 is #8E468B. Grayscale: #9B9B9B. Windows color (decimal): -9324172 or 7649649. OLE color: 7649649.
HSL color Cylindrical-coordinate representation of color #71B974: hue angle of 122.5º 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 #71B974 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 185 | 116 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.27 |
| HSL | 122.5º | 0.34% | 0.58% | - |
| HSV(B) | 122.5º | 0.39% | 0.73% | - |
| XYZ | 27.31 | 39.47 | 22.7 | - |
| YUV | 155.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 116 | 0.39 | 0 | 0.37 | 0.27 | 122.5 | 0.34 | 0.58 |
| Hex | 71 | B9 | 74 | 27 | 0 | 25 | 1B | 7B | 22 | 3A |
| Octal | 161 | 271 | 164 | 47 | 0 | 45 | 33 | 173 | 42 | 72 |
| Binary | 1110001 | 10111001 | 1110100 | 100111 | 0 | 100101 | 11011 | 1111011 | 100010 | 111010 |
Color Harmonies of #71B974
Complementary color
Monochromatic Colors of #71B974
Black with #71B974
Text Example
Text Example
White with #71B974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B974; }
p { color: rgb(113,185,116); }
H1.HeaderClassName
{
color: #71B974;
}
.AnyTagClassName
{
color: #71B974;
}
</style>
background-color css
<style>
a { background-color: #71B974; }
a { background-color: rgb(113,185,116); }
div.DivClassName
{
background-color: #71B974;
}
.BgClassName
{
background-color: #71B974;
}
</style>
border-color css
<style>
span { border-color: #71B974; }
span { border-color: rgb(113,185,116); }
td.TdClassName
{
border-color: #71B974;
}
.TagClassName
{
border-color: #71B974;
}
</style>