Shades of Fern #76BC74
Tints of Fern #76BC74
RGB
CMYK
RGB Variations
Color information
#76BC74 (or 0x76BC74) is known color: Fern. HEX triplet: 76, BC and 74. RGB value is (118,188,116). Sum of RGB (Red+Green+Blue) = 118+188+116=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BC74 is #89438B. Grayscale: #9F9F9F. Windows color (decimal): -8995724 or 7650422. OLE color: 7650422.
HSL color Cylindrical-coordinate representation of color #76BC74: hue angle of 118.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BC74 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 116 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.26 |
| HSL | 118.33º | 0.35% | 0.6% | - |
| HSV(B) | 118.33º | 0.38% | 0.74% | - |
| XYZ | 28.61 | 41.08 | 22.94 | - |
| YUV | 158.86 | 103.81 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 116 | 0.37 | 0 | 0.38 | 0.26 | 118.33 | 0.35 | 0.6 |
| Hex | 76 | BC | 74 | 25 | 0 | 26 | 1A | 76 | 23 | 3C |
| Octal | 166 | 274 | 164 | 45 | 0 | 46 | 32 | 166 | 43 | 74 |
| Binary | 1110110 | 10111100 | 1110100 | 100101 | 0 | 100110 | 11010 | 1110110 | 100011 | 111100 |
Color Harmonies of #76BC74
Complementary color
Monochromatic Colors of #76BC74
Black with #76BC74
Text Example
Text Example
White with #76BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BC74; }
p { color: rgb(118,188,116); }
H1.HeaderClassName
{
color: #76BC74;
}
.AnyTagClassName
{
color: #76BC74;
}
</style>
background-color css
<style>
a { background-color: #76BC74; }
a { background-color: rgb(118,188,116); }
div.DivClassName
{
background-color: #76BC74;
}
.BgClassName
{
background-color: #76BC74;
}
</style>
border-color css
<style>
span { border-color: #76BC74; }
span { border-color: rgb(118,188,116); }
td.TdClassName
{
border-color: #76BC74;
}
.TagClassName
{
border-color: #76BC74;
}
</style>