Shades of Fern #76BA6F
Tints of Fern #76BA6F
RGB
CMYK
RGB Variations
Color information
#76BA6F (or 0x76BA6F) is known color: Fern. HEX triplet: 76, BA and 6F. RGB value is (118,186,111). Sum of RGB (Red+Green+Blue) = 118+186+111=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA6F is #894590. Grayscale: #9D9D9D. Windows color (decimal): -8996241 or 7322230. OLE color: 7322230.
HSL color Cylindrical-coordinate representation of color #76BA6F: hue angle of 114.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76BA6F is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 111 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.27 |
| HSL | 114.4º | 0.35% | 0.58% | - |
| HSV(B) | 114.4º | 0.4% | 0.73% | - |
| XYZ | 27.9 | 40.12 | 21.31 | - |
| YUV | 157.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 111 | 0.37 | 0 | 0.40 | 0.27 | 114.4 | 0.35 | 0.58 |
| Hex | 76 | BA | 6F | 25 | 0 | 28 | 1B | 72 | 23 | 3A |
| Octal | 166 | 272 | 157 | 45 | 0 | 50 | 33 | 162 | 43 | 72 |
| Binary | 1110110 | 10111010 | 1101111 | 100101 | 0 | 101000 | 11011 | 1110010 | 100011 | 111010 |
Color Harmonies of #76BA6F
Complementary color
Monochromatic Colors of #76BA6F
Black with #76BA6F
Text Example
Text Example
White with #76BA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA6F; }
p { color: rgb(118,186,111); }
H1.HeaderClassName
{
color: #76BA6F;
}
.AnyTagClassName
{
color: #76BA6F;
}
</style>
background-color css
<style>
a { background-color: #76BA6F; }
a { background-color: rgb(118,186,111); }
div.DivClassName
{
background-color: #76BA6F;
}
.BgClassName
{
background-color: #76BA6F;
}
</style>
border-color css
<style>
span { border-color: #76BA6F; }
span { border-color: rgb(118,186,111); }
td.TdClassName
{
border-color: #76BA6F;
}
.TagClassName
{
border-color: #76BA6F;
}
</style>