Shades of Fern #76B871
Tints of Fern #76B871
RGB
CMYK
RGB Variations
Color information
#76B871 (or 0x76B871) is known color: Fern. HEX triplet: 76, B8 and 71. RGB value is (118,184,113). Sum of RGB (Red+Green+Blue) = 118+184+113=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 184 - color contains mainly: green. Hex color #76B871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B871 is #89478E. Grayscale: #9C9C9C. Windows color (decimal): -8996751 or 7452790. OLE color: 7452790.
HSL color Cylindrical-coordinate representation of color #76B871: hue angle of 115.77º 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 #76B871 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 184 | 113 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.28 |
| HSL | 115.77º | 0.33% | 0.58% | - |
| HSV(B) | 115.77º | 0.39% | 0.72% | - |
| XYZ | 27.59 | 39.32 | 21.76 | - |
| YUV | 156.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 184 | 113 | 0.36 | 0 | 0.39 | 0.28 | 115.77 | 0.33 | 0.58 |
| Hex | 76 | B8 | 71 | 24 | 0 | 27 | 1C | 74 | 21 | 3A |
| Octal | 166 | 270 | 161 | 44 | 0 | 47 | 34 | 164 | 41 | 72 |
| Binary | 1110110 | 10111000 | 1110001 | 100100 | 0 | 100111 | 11100 | 1110100 | 100001 | 111010 |
Color Harmonies of #76B871
Complementary color
Monochromatic Colors of #76B871
Black with #76B871
Text Example
Text Example
White with #76B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B871; }
p { color: rgb(118,184,113); }
H1.HeaderClassName
{
color: #76B871;
}
.AnyTagClassName
{
color: #76B871;
}
</style>
background-color css
<style>
a { background-color: #76B871; }
a { background-color: rgb(118,184,113); }
div.DivClassName
{
background-color: #76B871;
}
.BgClassName
{
background-color: #76B871;
}
</style>
border-color css
<style>
span { border-color: #76B871; }
span { border-color: rgb(118,184,113); }
td.TdClassName
{
border-color: #76B871;
}
.TagClassName
{
border-color: #76B871;
}
</style>