Shades of Fern #76B671
Tints of Fern #76B671
RGB
CMYK
RGB Variations
Color information
#76B671 (or 0x76B671) is known color: Fern. HEX triplet: 76, B6 and 71. RGB value is (118,182,113). Sum of RGB (Red+Green+Blue) = 118+182+113=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #76B671 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B671 is #89498E. Grayscale: #9B9B9B. Windows color (decimal): -8997263 or 7452278. OLE color: 7452278.
HSL color Cylindrical-coordinate representation of color #76B671: hue angle of 115.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76B671 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 182 | 113 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.29 |
| HSL | 115.65º | 0.32% | 0.58% | - |
| HSV(B) | 115.65º | 0.38% | 0.71% | - |
| XYZ | 27.18 | 38.5 | 21.62 | - |
| YUV | 155 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 182 | 113 | 0.35 | 0 | 0.38 | 0.29 | 115.65 | 0.32 | 0.58 |
| Hex | 76 | B6 | 71 | 23 | 0 | 26 | 1D | 74 | 20 | 3A |
| Octal | 166 | 266 | 161 | 43 | 0 | 46 | 35 | 164 | 40 | 72 |
| Binary | 1110110 | 10110110 | 1110001 | 100011 | 0 | 100110 | 11101 | 1110100 | 100000 | 111010 |
Color Harmonies of #76B671
Complementary color
Monochromatic Colors of #76B671
Black with #76B671
Text Example
Text Example
White with #76B671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B671; }
p { color: rgb(118,182,113); }
H1.HeaderClassName
{
color: #76B671;
}
.AnyTagClassName
{
color: #76B671;
}
</style>
background-color css
<style>
a { background-color: #76B671; }
a { background-color: rgb(118,182,113); }
div.DivClassName
{
background-color: #76B671;
}
.BgClassName
{
background-color: #76B671;
}
</style>
border-color css
<style>
span { border-color: #76B671; }
span { border-color: rgb(118,182,113); }
td.TdClassName
{
border-color: #76B671;
}
.TagClassName
{
border-color: #76B671;
}
</style>