Shades of Fern #76BB73
Tints of Fern #76BB73
RGB
CMYK
RGB Variations
Color information
#76BB73 (or 0x76BB73) is known color: Fern. HEX triplet: 76, BB and 73. RGB value is (118,187,115). Sum of RGB (Red+Green+Blue) = 118+187+115=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BB73 is #89448C. Grayscale: #9E9E9E. Windows color (decimal): -8995981 or 7584630. OLE color: 7584630.
HSL color Cylindrical-coordinate representation of color #76BB73: hue angle of 117.5º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76BB73 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 115 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.27 |
| HSL | 117.5º | 0.35% | 0.59% | - |
| HSV(B) | 117.5º | 0.39% | 0.73% | - |
| XYZ | 28.34 | 40.63 | 22.57 | - |
| YUV | 158.16 | 103.64 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 115 | 0.37 | 0 | 0.39 | 0.27 | 117.5 | 0.35 | 0.59 |
| Hex | 76 | BB | 73 | 25 | 0 | 27 | 1B | 76 | 23 | 3B |
| Octal | 166 | 273 | 163 | 45 | 0 | 47 | 33 | 166 | 43 | 73 |
| Binary | 1110110 | 10111011 | 1110011 | 100101 | 0 | 100111 | 11011 | 1110110 | 100011 | 111011 |
Color Harmonies of #76BB73
Complementary color
Monochromatic Colors of #76BB73
Black with #76BB73
Text Example
Text Example
White with #76BB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB73; }
p { color: rgb(118,187,115); }
H1.HeaderClassName
{
color: #76BB73;
}
.AnyTagClassName
{
color: #76BB73;
}
</style>
background-color css
<style>
a { background-color: #76BB73; }
a { background-color: rgb(118,187,115); }
div.DivClassName
{
background-color: #76BB73;
}
.BgClassName
{
background-color: #76BB73;
}
</style>
border-color css
<style>
span { border-color: #76BB73; }
span { border-color: rgb(118,187,115); }
td.TdClassName
{
border-color: #76BB73;
}
.TagClassName
{
border-color: #76BB73;
}
</style>