Shades of Fern #74BA76
Tints of Fern #74BA76
RGB
CMYK
RGB Variations
Color information
#74BA76 (or 0x74BA76) is known color: Fern. HEX triplet: 74, BA and 76. RGB value is (116,186,118). Sum of RGB (Red+Green+Blue) = 116+186+118=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA76 is #8B4589. Grayscale: #9D9D9D. Windows color (decimal): -9127306 or 7780980. OLE color: 7780980.
HSL color Cylindrical-coordinate representation of color #74BA76: hue angle of 121.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BA76 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 118 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.27 |
| HSL | 121.71º | 0.34% | 0.59% | - |
| HSV(B) | 121.71º | 0.38% | 0.73% | - |
| XYZ | 28.03 | 40.14 | 23.41 | - |
| YUV | 157.32 | 105.81 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 118 | 0.38 | 0 | 0.37 | 0.27 | 121.71 | 0.34 | 0.59 |
| Hex | 74 | BA | 76 | 26 | 0 | 25 | 1B | 7A | 22 | 3B |
| Octal | 164 | 272 | 166 | 46 | 0 | 45 | 33 | 172 | 42 | 73 |
| Binary | 1110100 | 10111010 | 1110110 | 100110 | 0 | 100101 | 11011 | 1111010 | 100010 | 111011 |
Color Harmonies of #74BA76
Complementary color
Monochromatic Colors of #74BA76
Black with #74BA76
Text Example
Text Example
White with #74BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA76; }
p { color: rgb(116,186,118); }
H1.HeaderClassName
{
color: #74BA76;
}
.AnyTagClassName
{
color: #74BA76;
}
</style>
background-color css
<style>
a { background-color: #74BA76; }
a { background-color: rgb(116,186,118); }
div.DivClassName
{
background-color: #74BA76;
}
.BgClassName
{
background-color: #74BA76;
}
</style>
border-color css
<style>
span { border-color: #74BA76; }
span { border-color: rgb(116,186,118); }
td.TdClassName
{
border-color: #74BA76;
}
.TagClassName
{
border-color: #74BA76;
}
</style>