Shades of Fern #77B077
Tints of Fern #77B077
RGB
CMYK
RGB Variations
Color information
#77B077 (or 0x77B077) is known color: Fern. HEX triplet: 77, B0 and 77. RGB value is (119,176,119). Sum of RGB (Red+Green+Blue) = 119+176+119=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #77B077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B077 is #884F88. Grayscale: #989898. Windows color (decimal): -8933257 or 7843959. OLE color: 7843959.
HSL color Cylindrical-coordinate representation of color #77B077: hue angle of 120º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77B077 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 176 | 119 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.31 |
| HSL | 120º | 0.27% | 0.58% | - |
| HSV(B) | 120º | 0.32% | 0.69% | - |
| XYZ | 26.46 | 36.3 | 23.07 | - |
| YUV | 152.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 176 | 119 | 0.32 | 0 | 0.32 | 0.31 | 120 | 0.27 | 0.58 |
| Hex | 77 | B0 | 77 | 20 | 0 | 20 | 1F | 78 | 1B | 3A |
| Octal | 167 | 260 | 167 | 40 | 0 | 40 | 37 | 170 | 33 | 72 |
| Binary | 1110111 | 10110000 | 1110111 | 100000 | 0 | 100000 | 11111 | 1111000 | 11011 | 111010 |
Color Harmonies of #77B077
Complementary color
Monochromatic Colors of #77B077
Black with #77B077
Text Example
Text Example
White with #77B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B077; }
p { color: rgb(119,176,119); }
H1.HeaderClassName
{
color: #77B077;
}
.AnyTagClassName
{
color: #77B077;
}
</style>
background-color css
<style>
a { background-color: #77B077; }
a { background-color: rgb(119,176,119); }
div.DivClassName
{
background-color: #77B077;
}
.BgClassName
{
background-color: #77B077;
}
</style>
border-color css
<style>
span { border-color: #77B077; }
span { border-color: rgb(119,176,119); }
td.TdClassName
{
border-color: #77B077;
}
.TagClassName
{
border-color: #77B077;
}
</style>