Shades of Fern #71BA76
Tints of Fern #71BA76
RGB
CMYK
RGB Variations
Color information
#71BA76 (or 0x71BA76) is known color: Fern. HEX triplet: 71, BA and 76. RGB value is (113,186,118). Sum of RGB (Red+Green+Blue) = 113+186+118=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA76 is #8E4589. Grayscale: #9C9C9C. Windows color (decimal): -9323914 or 7780977. OLE color: 7780977.
HSL color Cylindrical-coordinate representation of color #71BA76: hue angle of 124.11º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71BA76 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 118 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.27 |
| HSL | 124.11º | 0.35% | 0.59% | - |
| HSV(B) | 124.11º | 0.39% | 0.73% | - |
| XYZ | 27.64 | 39.94 | 23.39 | - |
| YUV | 156.42 | 106.32 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 118 | 0.39 | 0 | 0.37 | 0.27 | 124.11 | 0.35 | 0.59 |
| Hex | 71 | BA | 76 | 27 | 0 | 25 | 1B | 7C | 23 | 3B |
| Octal | 161 | 272 | 166 | 47 | 0 | 45 | 33 | 174 | 43 | 73 |
| Binary | 1110001 | 10111010 | 1110110 | 100111 | 0 | 100101 | 11011 | 1111100 | 100011 | 111011 |
Color Harmonies of #71BA76
Complementary color
Monochromatic Colors of #71BA76
Black with #71BA76
Text Example
Text Example
White with #71BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA76; }
p { color: rgb(113,186,118); }
H1.HeaderClassName
{
color: #71BA76;
}
.AnyTagClassName
{
color: #71BA76;
}
</style>
background-color css
<style>
a { background-color: #71BA76; }
a { background-color: rgb(113,186,118); }
div.DivClassName
{
background-color: #71BA76;
}
.BgClassName
{
background-color: #71BA76;
}
</style>
border-color css
<style>
span { border-color: #71BA76; }
span { border-color: rgb(113,186,118); }
td.TdClassName
{
border-color: #71BA76;
}
.TagClassName
{
border-color: #71BA76;
}
</style>