Shades of Fern #76B374
Tints of Fern #76B374
RGB
CMYK
RGB Variations
Color information
#76B374 (or 0x76B374) is known color: Fern. HEX triplet: 76, B3 and 74. RGB value is (118,179,116). Sum of RGB (Red+Green+Blue) = 118+179+116=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #76B374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B374 is #894C8B. Grayscale: #999999. Windows color (decimal): -8998028 or 7648118. OLE color: 7648118.
HSL color Cylindrical-coordinate representation of color #76B374: hue angle of 118.1º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B374 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 116 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.30 |
| HSL | 118.1º | 0.29% | 0.58% | - |
| HSV(B) | 118.1º | 0.35% | 0.7% | - |
| XYZ | 26.74 | 37.35 | 22.32 | - |
| YUV | 153.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 116 | 0.34 | 0 | 0.35 | 0.30 | 118.1 | 0.29 | 0.58 |
| Hex | 76 | B3 | 74 | 22 | 0 | 23 | 1E | 76 | 1D | 3A |
| Octal | 166 | 263 | 164 | 42 | 0 | 43 | 36 | 166 | 35 | 72 |
| Binary | 1110110 | 10110011 | 1110100 | 100010 | 0 | 100011 | 11110 | 1110110 | 11101 | 111010 |
Color Harmonies of #76B374
Complementary color
Monochromatic Colors of #76B374
Black with #76B374
Text Example
Text Example
White with #76B374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B374; }
p { color: rgb(118,179,116); }
H1.HeaderClassName
{
color: #76B374;
}
.AnyTagClassName
{
color: #76B374;
}
</style>
background-color css
<style>
a { background-color: #76B374; }
a { background-color: rgb(118,179,116); }
div.DivClassName
{
background-color: #76B374;
}
.BgClassName
{
background-color: #76B374;
}
</style>
border-color css
<style>
span { border-color: #76B374; }
span { border-color: rgb(118,179,116); }
td.TdClassName
{
border-color: #76B374;
}
.TagClassName
{
border-color: #76B374;
}
</style>