Shades of Fern #76C173
Tints of Fern #76C173
RGB
CMYK
RGB Variations
Color information
#76C173 (or 0x76C173) is known color: Fern. HEX triplet: 76, C1 and 73. RGB value is (118,193,115). Sum of RGB (Red+Green+Blue) = 118+193+115=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #76C173 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C173 is #893E8C. Grayscale: #A1A1A1. Windows color (decimal): -8994445 or 7586166. OLE color: 7586166.
HSL color Cylindrical-coordinate representation of color #76C173: hue angle of 117.69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C173 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 115 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.24 |
| HSL | 117.69º | 0.39% | 0.6% | - |
| HSV(B) | 117.69º | 0.4% | 0.76% | - |
| XYZ | 29.64 | 43.23 | 23 | - |
| YUV | 161.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 115 | 0.39 | 0 | 0.40 | 0.24 | 117.69 | 0.39 | 0.6 |
| Hex | 76 | C1 | 73 | 27 | 0 | 28 | 18 | 76 | 27 | 3C |
| Octal | 166 | 301 | 163 | 47 | 0 | 50 | 30 | 166 | 47 | 74 |
| Binary | 1110110 | 11000001 | 1110011 | 100111 | 0 | 101000 | 11000 | 1110110 | 100111 | 111100 |
Color Harmonies of #76C173
Complementary color
Monochromatic Colors of #76C173
Black with #76C173
Text Example
Text Example
White with #76C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C173; }
p { color: rgb(118,193,115); }
H1.HeaderClassName
{
color: #76C173;
}
.AnyTagClassName
{
color: #76C173;
}
</style>
background-color css
<style>
a { background-color: #76C173; }
a { background-color: rgb(118,193,115); }
div.DivClassName
{
background-color: #76C173;
}
.BgClassName
{
background-color: #76C173;
}
</style>
border-color css
<style>
span { border-color: #76C173; }
span { border-color: rgb(118,193,115); }
td.TdClassName
{
border-color: #76C173;
}
.TagClassName
{
border-color: #76C173;
}
</style>