Shades of Fern #77B276
Tints of Fern #77B276
RGB
CMYK
RGB Variations
Color information
#77B276 (or 0x77B276) is known color: Fern. HEX triplet: 77, B2 and 76. RGB value is (119,178,118). Sum of RGB (Red+Green+Blue) = 119+178+118=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 178 - color contains mainly: green. Hex color #77B276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B276 is #884D89. Grayscale: #999999. Windows color (decimal): -8932746 or 7778935. OLE color: 7778935.
HSL color Cylindrical-coordinate representation of color #77B276: hue angle of 119º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B276 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 178 | 118 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.30 |
| HSL | 119º | 0.28% | 0.58% | - |
| HSV(B) | 119º | 0.34% | 0.7% | - |
| XYZ | 26.8 | 37.07 | 22.88 | - |
| YUV | 153.52 | 107.95 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 118 | 0.33 | 0 | 0.34 | 0.30 | 119 | 0.28 | 0.58 |
| Hex | 77 | B2 | 76 | 21 | 0 | 22 | 1E | 77 | 1C | 3A |
| Octal | 167 | 262 | 166 | 41 | 0 | 42 | 36 | 167 | 34 | 72 |
| Binary | 1110111 | 10110010 | 1110110 | 100001 | 0 | 100010 | 11110 | 1110111 | 11100 | 111010 |
Color Harmonies of #77B276
Complementary color
Monochromatic Colors of #77B276
Black with #77B276
Text Example
Text Example
White with #77B276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B276; }
p { color: rgb(119,178,118); }
H1.HeaderClassName
{
color: #77B276;
}
.AnyTagClassName
{
color: #77B276;
}
</style>
background-color css
<style>
a { background-color: #77B276; }
a { background-color: rgb(119,178,118); }
div.DivClassName
{
background-color: #77B276;
}
.BgClassName
{
background-color: #77B276;
}
</style>
border-color css
<style>
span { border-color: #77B276; }
span { border-color: rgb(119,178,118); }
td.TdClassName
{
border-color: #77B276;
}
.TagClassName
{
border-color: #77B276;
}
</style>