Shades of Fern #76B37C
Tints of Fern #76B37C
RGB
CMYK
RGB Variations
Color information
#76B37C (or 0x76B37C) is known color: Fern. HEX triplet: 76, B3 and 7C. RGB value is (118,179,124). Sum of RGB (Red+Green+Blue) = 118+179+124=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #76B37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B37C is #894C83. Grayscale: #9A9A9A. Windows color (decimal): -8998020 or 8172406. OLE color: 8172406.
HSL color Cylindrical-coordinate representation of color #76B37C: hue angle of 125.9º degrees, saturation: 0.29, 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 #76B37C is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 124 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.30 |
| HSL | 125.9º | 0.29% | 0.58% | - |
| HSV(B) | 125.9º | 0.34% | 0.7% | - |
| XYZ | 27.23 | 37.55 | 24.88 | - |
| YUV | 154.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 124 | 0.34 | 0 | 0.31 | 0.30 | 125.9 | 0.29 | 0.58 |
| Hex | 76 | B3 | 7C | 22 | 0 | 1F | 1E | 7E | 1D | 3A |
| Octal | 166 | 263 | 174 | 42 | 0 | 37 | 36 | 176 | 35 | 72 |
| Binary | 1110110 | 10110011 | 1111100 | 100010 | 0 | 11111 | 11110 | 1111110 | 11101 | 111010 |
Color Harmonies of #76B37C
Complementary color
Monochromatic Colors of #76B37C
Black with #76B37C
Text Example
Text Example
White with #76B37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B37C; }
p { color: rgb(118,179,124); }
H1.HeaderClassName
{
color: #76B37C;
}
.AnyTagClassName
{
color: #76B37C;
}
</style>
background-color css
<style>
a { background-color: #76B37C; }
a { background-color: rgb(118,179,124); }
div.DivClassName
{
background-color: #76B37C;
}
.BgClassName
{
background-color: #76B37C;
}
</style>
border-color css
<style>
span { border-color: #76B37C; }
span { border-color: rgb(118,179,124); }
td.TdClassName
{
border-color: #76B37C;
}
.TagClassName
{
border-color: #76B37C;
}
</style>