Shades of Fern #76C06D
Tints of Fern #76C06D
RGB
CMYK
RGB Variations
Color information
#76C06D (or 0x76C06D) is known color: Fern. HEX triplet: 76, C0 and 6D. RGB value is (118,192,109). Sum of RGB (Red+Green+Blue) = 118+192+109=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #76C06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C06D is #893F92. Grayscale: #A0A0A0. Windows color (decimal): -8994707 or 7192694. OLE color: 7192694.
HSL color Cylindrical-coordinate representation of color #76C06D: hue angle of 113.49º degrees, saturation: 0.4, 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 #76C06D is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 109 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.25 |
| HSL | 113.49º | 0.4% | 0.59% | - |
| HSV(B) | 113.49º | 0.43% | 0.75% | - |
| XYZ | 29.08 | 42.65 | 21.17 | - |
| YUV | 160.41 | 98.98 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 109 | 0.39 | 0 | 0.43 | 0.25 | 113.49 | 0.4 | 0.59 |
| Hex | 76 | C0 | 6D | 27 | 0 | 2B | 19 | 71 | 28 | 3B |
| Octal | 166 | 300 | 155 | 47 | 0 | 53 | 31 | 161 | 50 | 73 |
| Binary | 1110110 | 11000000 | 1101101 | 100111 | 0 | 101011 | 11001 | 1110001 | 101000 | 111011 |
Color Harmonies of #76C06D
Complementary color
Monochromatic Colors of #76C06D
Black with #76C06D
Text Example
Text Example
White with #76C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C06D; }
p { color: rgb(118,192,109); }
H1.HeaderClassName
{
color: #76C06D;
}
.AnyTagClassName
{
color: #76C06D;
}
</style>
background-color css
<style>
a { background-color: #76C06D; }
a { background-color: rgb(118,192,109); }
div.DivClassName
{
background-color: #76C06D;
}
.BgClassName
{
background-color: #76C06D;
}
</style>
border-color css
<style>
span { border-color: #76C06D; }
span { border-color: rgb(118,192,109); }
td.TdClassName
{
border-color: #76C06D;
}
.TagClassName
{
border-color: #76C06D;
}
</style>