Shades of Fern #77B574
Tints of Fern #77B574
RGB
CMYK
RGB Variations
Color information
#77B574 (or 0x77B574) is known color: Fern. HEX triplet: 77, B5 and 74. RGB value is (119,181,116). Sum of RGB (Red+Green+Blue) = 119+181+116=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 181 - color contains mainly: green. Hex color #77B574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B574 is #884A8B. Grayscale: #9B9B9B. Windows color (decimal): -8931980 or 7648631. OLE color: 7648631.
HSL color Cylindrical-coordinate representation of color #77B574: hue angle of 117.23º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77B574 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 181 | 116 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.29 |
| HSL | 117.23º | 0.31% | 0.58% | - |
| HSV(B) | 117.23º | 0.36% | 0.71% | - |
| XYZ | 27.28 | 38.23 | 22.46 | - |
| YUV | 155.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 116 | 0.34 | 0 | 0.36 | 0.29 | 117.23 | 0.31 | 0.58 |
| Hex | 77 | B5 | 74 | 22 | 0 | 24 | 1D | 75 | 1F | 3A |
| Octal | 167 | 265 | 164 | 42 | 0 | 44 | 35 | 165 | 37 | 72 |
| Binary | 1110111 | 10110101 | 1110100 | 100010 | 0 | 100100 | 11101 | 1110101 | 11111 | 111010 |
Color Harmonies of #77B574
Complementary color
Monochromatic Colors of #77B574
Black with #77B574
Text Example
Text Example
White with #77B574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B574; }
p { color: rgb(119,181,116); }
H1.HeaderClassName
{
color: #77B574;
}
.AnyTagClassName
{
color: #77B574;
}
</style>
background-color css
<style>
a { background-color: #77B574; }
a { background-color: rgb(119,181,116); }
div.DivClassName
{
background-color: #77B574;
}
.BgClassName
{
background-color: #77B574;
}
</style>
border-color css
<style>
span { border-color: #77B574; }
span { border-color: rgb(119,181,116); }
td.TdClassName
{
border-color: #77B574;
}
.TagClassName
{
border-color: #77B574;
}
</style>