Shades of Fern #76B576
Tints of Fern #76B576
RGB
CMYK
RGB Variations
Color information
#76B576 (or 0x76B576) is known color: Fern. HEX triplet: 76, B5 and 76. RGB value is (118,181,118). Sum of RGB (Red+Green+Blue) = 118+181+118=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #76B576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B576 is #894A89. Grayscale: #9B9B9B. Windows color (decimal): -8997514 or 7779702. OLE color: 7779702.
HSL color Cylindrical-coordinate representation of color #76B576: hue angle of 120º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B576 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 118 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.29 |
| HSL | 120º | 0.3% | 0.59% | - |
| HSV(B) | 120º | 0.35% | 0.71% | - |
| XYZ | 27.27 | 38.21 | 23.08 | - |
| YUV | 154.98 | 107.13 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 118 | 0.35 | 0 | 0.35 | 0.29 | 120 | 0.3 | 0.59 |
| Hex | 76 | B5 | 76 | 23 | 0 | 23 | 1D | 78 | 1E | 3B |
| Octal | 166 | 265 | 166 | 43 | 0 | 43 | 35 | 170 | 36 | 73 |
| Binary | 1110110 | 10110101 | 1110110 | 100011 | 0 | 100011 | 11101 | 1111000 | 11110 | 111011 |
Color Harmonies of #76B576
Complementary color
Monochromatic Colors of #76B576
Black with #76B576
Text Example
Text Example
White with #76B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B576; }
p { color: rgb(118,181,118); }
H1.HeaderClassName
{
color: #76B576;
}
.AnyTagClassName
{
color: #76B576;
}
</style>
background-color css
<style>
a { background-color: #76B576; }
a { background-color: rgb(118,181,118); }
div.DivClassName
{
background-color: #76B576;
}
.BgClassName
{
background-color: #76B576;
}
</style>
border-color css
<style>
span { border-color: #76B576; }
span { border-color: rgb(118,181,118); }
td.TdClassName
{
border-color: #76B576;
}
.TagClassName
{
border-color: #76B576;
}
</style>