Shades of Fern #77B772
Tints of Fern #77B772
RGB
CMYK
RGB Variations
Color information
#77B772 (or 0x77B772) is known color: Fern. HEX triplet: 77, B7 and 72. RGB value is (119,183,114). Sum of RGB (Red+Green+Blue) = 119+183+114=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #77B772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B772 is #88488D. Grayscale: #9C9C9C. Windows color (decimal): -8931470 or 7518071. OLE color: 7518071.
HSL color Cylindrical-coordinate representation of color #77B772: hue angle of 115.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77B772 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 114 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.28 |
| HSL | 115.65º | 0.32% | 0.58% | - |
| HSV(B) | 115.65º | 0.38% | 0.72% | - |
| XYZ | 27.58 | 39 | 21.99 | - |
| YUV | 156 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 114 | 0.35 | 0 | 0.38 | 0.28 | 115.65 | 0.32 | 0.58 |
| Hex | 77 | B7 | 72 | 23 | 0 | 26 | 1C | 74 | 20 | 3A |
| Octal | 167 | 267 | 162 | 43 | 0 | 46 | 34 | 164 | 40 | 72 |
| Binary | 1110111 | 10110111 | 1110010 | 100011 | 0 | 100110 | 11100 | 1110100 | 100000 | 111010 |
Color Harmonies of #77B772
Complementary color
Monochromatic Colors of #77B772
Black with #77B772
Text Example
Text Example
White with #77B772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B772; }
p { color: rgb(119,183,114); }
H1.HeaderClassName
{
color: #77B772;
}
.AnyTagClassName
{
color: #77B772;
}
</style>
background-color css
<style>
a { background-color: #77B772; }
a { background-color: rgb(119,183,114); }
div.DivClassName
{
background-color: #77B772;
}
.BgClassName
{
background-color: #77B772;
}
</style>
border-color css
<style>
span { border-color: #77B772; }
span { border-color: rgb(119,183,114); }
td.TdClassName
{
border-color: #77B772;
}
.TagClassName
{
border-color: #77B772;
}
</style>