Shades of Fern #76C071
Tints of Fern #76C071
RGB
CMYK
RGB Variations
Color information
#76C071 (or 0x76C071) is known color: Fern. HEX triplet: 76, C0 and 71. RGB value is (118,192,113). Sum of RGB (Red+Green+Blue) = 118+192+113=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #76C071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C071 is #893F8E. Grayscale: #A1A1A1. Windows color (decimal): -8994703 or 7454838. OLE color: 7454838.
HSL color Cylindrical-coordinate representation of color #76C071: hue angle of 116.2º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C071 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 113 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.25 |
| HSL | 116.2º | 0.39% | 0.6% | - |
| HSV(B) | 116.2º | 0.41% | 0.75% | - |
| XYZ | 29.3 | 42.74 | 22.33 | - |
| YUV | 160.87 | 100.98 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 113 | 0.39 | 0 | 0.41 | 0.25 | 116.2 | 0.39 | 0.6 |
| Hex | 76 | C0 | 71 | 27 | 0 | 29 | 19 | 74 | 27 | 3C |
| Octal | 166 | 300 | 161 | 47 | 0 | 51 | 31 | 164 | 47 | 74 |
| Binary | 1110110 | 11000000 | 1110001 | 100111 | 0 | 101001 | 11001 | 1110100 | 100111 | 111100 |
Color Harmonies of #76C071
Complementary color
Monochromatic Colors of #76C071
Black with #76C071
Text Example
Text Example
White with #76C071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C071; }
p { color: rgb(118,192,113); }
H1.HeaderClassName
{
color: #76C071;
}
.AnyTagClassName
{
color: #76C071;
}
</style>
background-color css
<style>
a { background-color: #76C071; }
a { background-color: rgb(118,192,113); }
div.DivClassName
{
background-color: #76C071;
}
.BgClassName
{
background-color: #76C071;
}
</style>
border-color css
<style>
span { border-color: #76C071; }
span { border-color: rgb(118,192,113); }
td.TdClassName
{
border-color: #76C071;
}
.TagClassName
{
border-color: #76C071;
}
</style>