Shades of Fern #76C06E
Tints of Fern #76C06E
RGB
CMYK
RGB Variations
Color information
#76C06E (or 0x76C06E) is known color: Fern. HEX triplet: 76, C0 and 6E. RGB value is (118,192,110). Sum of RGB (Red+Green+Blue) = 118+192+110=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #76C06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C06E is #893F91. Grayscale: #A0A0A0. Windows color (decimal): -8994706 or 7258230. OLE color: 7258230.
HSL color Cylindrical-coordinate representation of color #76C06E: hue angle of 114.15º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76C06E is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 110 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.25 |
| HSL | 114.15º | 0.39% | 0.59% | - |
| HSV(B) | 114.15º | 0.43% | 0.75% | - |
| XYZ | 29.14 | 42.68 | 21.45 | - |
| YUV | 160.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 110 | 0.39 | 0 | 0.43 | 0.25 | 114.15 | 0.39 | 0.59 |
| Hex | 76 | C0 | 6E | 27 | 0 | 2B | 19 | 72 | 27 | 3B |
| Octal | 166 | 300 | 156 | 47 | 0 | 53 | 31 | 162 | 47 | 73 |
| Binary | 1110110 | 11000000 | 1101110 | 100111 | 0 | 101011 | 11001 | 1110010 | 100111 | 111011 |
Color Harmonies of #76C06E
Complementary color
Monochromatic Colors of #76C06E
Black with #76C06E
Text Example
Text Example
White with #76C06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C06E; }
p { color: rgb(118,192,110); }
H1.HeaderClassName
{
color: #76C06E;
}
.AnyTagClassName
{
color: #76C06E;
}
</style>
background-color css
<style>
a { background-color: #76C06E; }
a { background-color: rgb(118,192,110); }
div.DivClassName
{
background-color: #76C06E;
}
.BgClassName
{
background-color: #76C06E;
}
</style>
border-color css
<style>
span { border-color: #76C06E; }
span { border-color: rgb(118,192,110); }
td.TdClassName
{
border-color: #76C06E;
}
.TagClassName
{
border-color: #76C06E;
}
</style>