Shades of Fern #76BA78
Tints of Fern #76BA78
RGB
CMYK
RGB Variations
Color information
#76BA78 (or 0x76BA78) is known color: Fern. HEX triplet: 76, BA and 78. RGB value is (118,186,120). Sum of RGB (Red+Green+Blue) = 118+186+120=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA78 is #894587. Grayscale: #9E9E9E. Windows color (decimal): -8996232 or 7912054. OLE color: 7912054.
HSL color Cylindrical-coordinate representation of color #76BA78: hue angle of 121.76º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BA78 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 120 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.27 |
| HSL | 121.76º | 0.33% | 0.6% | - |
| HSV(B) | 121.76º | 0.37% | 0.73% | - |
| XYZ | 28.42 | 40.33 | 24.05 | - |
| YUV | 158.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 120 | 0.37 | 0 | 0.35 | 0.27 | 121.76 | 0.33 | 0.6 |
| Hex | 76 | BA | 78 | 25 | 0 | 23 | 1B | 7A | 21 | 3C |
| Octal | 166 | 272 | 170 | 45 | 0 | 43 | 33 | 172 | 41 | 74 |
| Binary | 1110110 | 10111010 | 1111000 | 100101 | 0 | 100011 | 11011 | 1111010 | 100001 | 111100 |
Color Harmonies of #76BA78
Complementary color
Monochromatic Colors of #76BA78
Black with #76BA78
Text Example
Text Example
White with #76BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA78; }
p { color: rgb(118,186,120); }
H1.HeaderClassName
{
color: #76BA78;
}
.AnyTagClassName
{
color: #76BA78;
}
</style>
background-color css
<style>
a { background-color: #76BA78; }
a { background-color: rgb(118,186,120); }
div.DivClassName
{
background-color: #76BA78;
}
.BgClassName
{
background-color: #76BA78;
}
</style>
border-color css
<style>
span { border-color: #76BA78; }
span { border-color: rgb(118,186,120); }
td.TdClassName
{
border-color: #76BA78;
}
.TagClassName
{
border-color: #76BA78;
}
</style>