Shades of Fern #71B972
Tints of Fern #71B972
RGB
CMYK
RGB Variations
Color information
#71B972 (or 0x71B972) is known color: Fern. HEX triplet: 71, B9 and 72. RGB value is (113,185,114). Sum of RGB (Red+Green+Blue) = 113+185+114=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #71B972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B972 is #8E468D. Grayscale: #9B9B9B. Windows color (decimal): -9324174 or 7518577. OLE color: 7518577.
HSL color Cylindrical-coordinate representation of color #71B972: hue angle of 120.83º 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 #71B972 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 185 | 114 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.27 |
| HSL | 120.83º | 0.34% | 0.58% | - |
| HSV(B) | 120.83º | 0.39% | 0.73% | - |
| XYZ | 27.2 | 39.42 | 22.1 | - |
| YUV | 155.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 114 | 0.39 | 0 | 0.38 | 0.27 | 120.83 | 0.34 | 0.58 |
| Hex | 71 | B9 | 72 | 27 | 0 | 26 | 1B | 79 | 22 | 3A |
| Octal | 161 | 271 | 162 | 47 | 0 | 46 | 33 | 171 | 42 | 72 |
| Binary | 1110001 | 10111001 | 1110010 | 100111 | 0 | 100110 | 11011 | 1111001 | 100010 | 111010 |
Color Harmonies of #71B972
Complementary color
Monochromatic Colors of #71B972
Black with #71B972
Text Example
Text Example
White with #71B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B972; }
p { color: rgb(113,185,114); }
H1.HeaderClassName
{
color: #71B972;
}
.AnyTagClassName
{
color: #71B972;
}
</style>
background-color css
<style>
a { background-color: #71B972; }
a { background-color: rgb(113,185,114); }
div.DivClassName
{
background-color: #71B972;
}
.BgClassName
{
background-color: #71B972;
}
</style>
border-color css
<style>
span { border-color: #71B972; }
span { border-color: rgb(113,185,114); }
td.TdClassName
{
border-color: #71B972;
}
.TagClassName
{
border-color: #71B972;
}
</style>