Shades of Fern #76BA70
Tints of Fern #76BA70
RGB
CMYK
RGB Variations
Color information
#76BA70 (or 0x76BA70) is known color: Fern. HEX triplet: 76, BA and 70. RGB value is (118,186,112). Sum of RGB (Red+Green+Blue) = 118+186+112=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA70 is #89458F. Grayscale: #9D9D9D. Windows color (decimal): -8996240 or 7387766. OLE color: 7387766.
HSL color Cylindrical-coordinate representation of color #76BA70: hue angle of 115.14º 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 #76BA70 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 112 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.27 |
| HSL | 115.14º | 0.35% | 0.58% | - |
| HSV(B) | 115.14º | 0.4% | 0.73% | - |
| XYZ | 27.95 | 40.14 | 21.6 | - |
| YUV | 157.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 112 | 0.37 | 0 | 0.40 | 0.27 | 115.14 | 0.35 | 0.58 |
| Hex | 76 | BA | 70 | 25 | 0 | 28 | 1B | 73 | 23 | 3A |
| Octal | 166 | 272 | 160 | 45 | 0 | 50 | 33 | 163 | 43 | 72 |
| Binary | 1110110 | 10111010 | 1110000 | 100101 | 0 | 101000 | 11011 | 1110011 | 100011 | 111010 |
Color Harmonies of #76BA70
Complementary color
Monochromatic Colors of #76BA70
Black with #76BA70
Text Example
Text Example
White with #76BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA70; }
p { color: rgb(118,186,112); }
H1.HeaderClassName
{
color: #76BA70;
}
.AnyTagClassName
{
color: #76BA70;
}
</style>
background-color css
<style>
a { background-color: #76BA70; }
a { background-color: rgb(118,186,112); }
div.DivClassName
{
background-color: #76BA70;
}
.BgClassName
{
background-color: #76BA70;
}
</style>
border-color css
<style>
span { border-color: #76BA70; }
span { border-color: rgb(118,186,112); }
td.TdClassName
{
border-color: #76BA70;
}
.TagClassName
{
border-color: #76BA70;
}
</style>