Shades of Fern #76B276
Tints of Fern #76B276
RGB
CMYK
RGB Variations
Color information
#76B276 (or 0x76B276) is known color: Fern. HEX triplet: 76, B2 and 76. RGB value is (118,178,118). Sum of RGB (Red+Green+Blue) = 118+178+118=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #76B276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B276 is #894D89. Grayscale: #999999. Windows color (decimal): -8998282 or 7778934. OLE color: 7778934.
HSL color Cylindrical-coordinate representation of color #76B276: hue angle of 120º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B276 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 118 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.30 |
| HSL | 120º | 0.28% | 0.58% | - |
| HSV(B) | 120º | 0.34% | 0.7% | - |
| XYZ | 26.66 | 37 | 22.88 | - |
| YUV | 153.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 118 | 0.34 | 0 | 0.34 | 0.30 | 120 | 0.28 | 0.58 |
| Hex | 76 | B2 | 76 | 22 | 0 | 22 | 1E | 78 | 1C | 3A |
| Octal | 166 | 262 | 166 | 42 | 0 | 42 | 36 | 170 | 34 | 72 |
| Binary | 1110110 | 10110010 | 1110110 | 100010 | 0 | 100010 | 11110 | 1111000 | 11100 | 111010 |
Color Harmonies of #76B276
Complementary color
Monochromatic Colors of #76B276
Black with #76B276
Text Example
Text Example
White with #76B276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B276; }
p { color: rgb(118,178,118); }
H1.HeaderClassName
{
color: #76B276;
}
.AnyTagClassName
{
color: #76B276;
}
</style>
background-color css
<style>
a { background-color: #76B276; }
a { background-color: rgb(118,178,118); }
div.DivClassName
{
background-color: #76B276;
}
.BgClassName
{
background-color: #76B276;
}
</style>
border-color css
<style>
span { border-color: #76B276; }
span { border-color: rgb(118,178,118); }
td.TdClassName
{
border-color: #76B276;
}
.TagClassName
{
border-color: #76B276;
}
</style>