Shades of Fern #77B870
Tints of Fern #77B870
RGB
CMYK
RGB Variations
Color information
#77B870 (or 0x77B870) is known color: Fern. HEX triplet: 77, B8 and 70. RGB value is (119,184,112). Sum of RGB (Red+Green+Blue) = 119+184+112=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 184 - color contains mainly: green. Hex color #77B870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B870 is #88478F. Grayscale: #9C9C9C. Windows color (decimal): -8931216 or 7387255. OLE color: 7387255.
HSL color Cylindrical-coordinate representation of color #77B870: hue angle of 114.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77B870 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 184 | 112 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.28 |
| HSL | 114.17º | 0.34% | 0.58% | - |
| HSV(B) | 114.17º | 0.39% | 0.72% | - |
| XYZ | 27.67 | 39.37 | 21.47 | - |
| YUV | 156.36 | 102.97 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 184 | 112 | 0.35 | 0 | 0.39 | 0.28 | 114.17 | 0.34 | 0.58 |
| Hex | 77 | B8 | 70 | 23 | 0 | 27 | 1C | 72 | 22 | 3A |
| Octal | 167 | 270 | 160 | 43 | 0 | 47 | 34 | 162 | 42 | 72 |
| Binary | 1110111 | 10111000 | 1110000 | 100011 | 0 | 100111 | 11100 | 1110010 | 100010 | 111010 |
Color Harmonies of #77B870
Complementary color
Monochromatic Colors of #77B870
Black with #77B870
Text Example
Text Example
White with #77B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B870; }
p { color: rgb(119,184,112); }
H1.HeaderClassName
{
color: #77B870;
}
.AnyTagClassName
{
color: #77B870;
}
</style>
background-color css
<style>
a { background-color: #77B870; }
a { background-color: rgb(119,184,112); }
div.DivClassName
{
background-color: #77B870;
}
.BgClassName
{
background-color: #77B870;
}
</style>
border-color css
<style>
span { border-color: #77B870; }
span { border-color: rgb(119,184,112); }
td.TdClassName
{
border-color: #77B870;
}
.TagClassName
{
border-color: #77B870;
}
</style>