Shades of Fern #77B476
Tints of Fern #77B476
RGB
CMYK
RGB Variations
Color information
#77B476 (or 0x77B476) is known color: Fern. HEX triplet: 77, B4 and 76. RGB value is (119,180,118). Sum of RGB (Red+Green+Blue) = 119+180+118=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #77B476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B476 is #884B89. Grayscale: #9A9A9A. Windows color (decimal): -8932234 or 7779447. OLE color: 7779447.
HSL color Cylindrical-coordinate representation of color #77B476: hue angle of 119.03º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B476 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 118 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.29 |
| HSL | 119.03º | 0.29% | 0.58% | - |
| HSV(B) | 119.03º | 0.34% | 0.71% | - |
| XYZ | 27.2 | 37.87 | 23.02 | - |
| YUV | 154.69 | 107.29 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 118 | 0.34 | 0 | 0.34 | 0.29 | 119.03 | 0.29 | 0.58 |
| Hex | 77 | B4 | 76 | 22 | 0 | 22 | 1D | 77 | 1D | 3A |
| Octal | 167 | 264 | 166 | 42 | 0 | 42 | 35 | 167 | 35 | 72 |
| Binary | 1110111 | 10110100 | 1110110 | 100010 | 0 | 100010 | 11101 | 1110111 | 11101 | 111010 |
Color Harmonies of #77B476
Complementary color
Monochromatic Colors of #77B476
Black with #77B476
Text Example
Text Example
White with #77B476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B476; }
p { color: rgb(119,180,118); }
H1.HeaderClassName
{
color: #77B476;
}
.AnyTagClassName
{
color: #77B476;
}
</style>
background-color css
<style>
a { background-color: #77B476; }
a { background-color: rgb(119,180,118); }
div.DivClassName
{
background-color: #77B476;
}
.BgClassName
{
background-color: #77B476;
}
</style>
border-color css
<style>
span { border-color: #77B476; }
span { border-color: rgb(119,180,118); }
td.TdClassName
{
border-color: #77B476;
}
.TagClassName
{
border-color: #77B476;
}
</style>