Shades of Fern #76C26F
Tints of Fern #76C26F
RGB
CMYK
RGB Variations
Color information
#76C26F (or 0x76C26F) is known color: Fern. HEX triplet: 76, C2 and 6F. RGB value is (118,194,111). Sum of RGB (Red+Green+Blue) = 118+194+111=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #76C26F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C26F is #893D90. Grayscale: #A2A2A2. Windows color (decimal): -8994193 or 7324278. OLE color: 7324278.
HSL color Cylindrical-coordinate representation of color #76C26F: hue angle of 114.94º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76C26F is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 111 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.24 |
| HSL | 114.94º | 0.4% | 0.6% | - |
| HSV(B) | 114.94º | 0.43% | 0.76% | - |
| XYZ | 29.63 | 43.58 | 21.89 | - |
| YUV | 161.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 111 | 0.39 | 0 | 0.43 | 0.24 | 114.94 | 0.4 | 0.6 |
| Hex | 76 | C2 | 6F | 27 | 0 | 2B | 18 | 73 | 28 | 3C |
| Octal | 166 | 302 | 157 | 47 | 0 | 53 | 30 | 163 | 50 | 74 |
| Binary | 1110110 | 11000010 | 1101111 | 100111 | 0 | 101011 | 11000 | 1110011 | 101000 | 111100 |
Color Harmonies of #76C26F
Complementary color
Monochromatic Colors of #76C26F
Black with #76C26F
Text Example
Text Example
White with #76C26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C26F; }
p { color: rgb(118,194,111); }
H1.HeaderClassName
{
color: #76C26F;
}
.AnyTagClassName
{
color: #76C26F;
}
</style>
background-color css
<style>
a { background-color: #76C26F; }
a { background-color: rgb(118,194,111); }
div.DivClassName
{
background-color: #76C26F;
}
.BgClassName
{
background-color: #76C26F;
}
</style>
border-color css
<style>
span { border-color: #76C26F; }
span { border-color: rgb(118,194,111); }
td.TdClassName
{
border-color: #76C26F;
}
.TagClassName
{
border-color: #76C26F;
}
</style>