Shades of Fern #71B87A
Tints of Fern #71B87A
RGB
CMYK
RGB Variations
Color information
#71B87A (or 0x71B87A) is known color: Fern. HEX triplet: 71, B8 and 7A. RGB value is (113,184,122). Sum of RGB (Red+Green+Blue) = 113+184+122=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 184 - color contains mainly: green. Hex color #71B87A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B87A is #8E4785. Grayscale: #9B9B9B. Windows color (decimal): -9324422 or 8042609. OLE color: 8042609.
HSL color Cylindrical-coordinate representation of color #71B87A: hue angle of 127.61º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B87A is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 184 | 122 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.28 |
| HSL | 127.61º | 0.33% | 0.58% | - |
| HSV(B) | 127.61º | 0.39% | 0.72% | - |
| XYZ | 27.46 | 39.2 | 24.53 | - |
| YUV | 155.7 | 108.98 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 122 | 0.39 | 0 | 0.34 | 0.28 | 127.61 | 0.33 | 0.58 |
| Hex | 71 | B8 | 7A | 27 | 0 | 22 | 1C | 80 | 21 | 3A |
| Octal | 161 | 270 | 172 | 47 | 0 | 42 | 34 | 200 | 41 | 72 |
| Binary | 1110001 | 10111000 | 1111010 | 100111 | 0 | 100010 | 11100 | 10000000 | 100001 | 111010 |
Color Harmonies of #71B87A
Complementary color
Monochromatic Colors of #71B87A
Black with #71B87A
Text Example
Text Example
White with #71B87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B87A; }
p { color: rgb(113,184,122); }
H1.HeaderClassName
{
color: #71B87A;
}
.AnyTagClassName
{
color: #71B87A;
}
</style>
background-color css
<style>
a { background-color: #71B87A; }
a { background-color: rgb(113,184,122); }
div.DivClassName
{
background-color: #71B87A;
}
.BgClassName
{
background-color: #71B87A;
}
</style>
border-color css
<style>
span { border-color: #71B87A; }
span { border-color: rgb(113,184,122); }
td.TdClassName
{
border-color: #71B87A;
}
.TagClassName
{
border-color: #71B87A;
}
</style>