Shades of Fern #76BD71
Tints of Fern #76BD71
RGB
CMYK
RGB Variations
Color information
#76BD71 (or 0x76BD71) is known color: Fern. HEX triplet: 76, BD and 71. RGB value is (118,189,113). Sum of RGB (Red+Green+Blue) = 118+189+113=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BD71 is #89428E. Grayscale: #9F9F9F. Windows color (decimal): -8995471 or 7454070. OLE color: 7454070.
HSL color Cylindrical-coordinate representation of color #76BD71: hue angle of 116.05º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76BD71 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 113 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.26 |
| HSL | 116.05º | 0.37% | 0.59% | - |
| HSV(B) | 116.05º | 0.4% | 0.74% | - |
| XYZ | 28.65 | 41.44 | 22.11 | - |
| YUV | 159.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 113 | 0.38 | 0 | 0.40 | 0.26 | 116.05 | 0.37 | 0.59 |
| Hex | 76 | BD | 71 | 26 | 0 | 28 | 1A | 74 | 25 | 3B |
| Octal | 166 | 275 | 161 | 46 | 0 | 50 | 32 | 164 | 45 | 73 |
| Binary | 1110110 | 10111101 | 1110001 | 100110 | 0 | 101000 | 11010 | 1110100 | 100101 | 111011 |
Color Harmonies of #76BD71
Complementary color
Monochromatic Colors of #76BD71
Black with #76BD71
Text Example
Text Example
White with #76BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BD71; }
p { color: rgb(118,189,113); }
H1.HeaderClassName
{
color: #76BD71;
}
.AnyTagClassName
{
color: #76BD71;
}
</style>
background-color css
<style>
a { background-color: #76BD71; }
a { background-color: rgb(118,189,113); }
div.DivClassName
{
background-color: #76BD71;
}
.BgClassName
{
background-color: #76BD71;
}
</style>
border-color css
<style>
span { border-color: #76BD71; }
span { border-color: rgb(118,189,113); }
td.TdClassName
{
border-color: #76BD71;
}
.TagClassName
{
border-color: #76BD71;
}
</style>