Shades of Fern #61B771
Tints of Fern #61B771
RGB
CMYK
RGB Variations
Color information
#61B771 (or 0x61B771) is known color: Fern. HEX triplet: 61, B7 and 71. RGB value is (97,183,113). Sum of RGB (Red+Green+Blue) = 97+183+113=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #61B771 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B771 is #9E488E. Grayscale: #959595. Windows color (decimal): -10373263 or 7452513. OLE color: 7452513.
HSL color Cylindrical-coordinate representation of color #61B771: hue angle of 131.16º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B771 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 183 | 113 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.28 |
| HSL | 131.16º | 0.37% | 0.55% | - |
| HSV(B) | 131.16º | 0.47% | 0.72% | - |
| XYZ | 24.84 | 37.6 | 21.57 | - |
| YUV | 149.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 183 | 113 | 0.47 | 0 | 0.38 | 0.28 | 131.16 | 0.37 | 0.55 |
| Hex | 61 | B7 | 71 | 2F | 0 | 26 | 1C | 83 | 25 | 37 |
| Octal | 141 | 267 | 161 | 57 | 0 | 46 | 34 | 203 | 45 | 67 |
| Binary | 1100001 | 10110111 | 1110001 | 101111 | 0 | 100110 | 11100 | 10000011 | 100101 | 110111 |
Color Harmonies of #61B771
Complementary color
Monochromatic Colors of #61B771
Black with #61B771
Text Example
Text Example
White with #61B771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B771; }
p { color: rgb(97,183,113); }
H1.HeaderClassName
{
color: #61B771;
}
.AnyTagClassName
{
color: #61B771;
}
</style>
background-color css
<style>
a { background-color: #61B771; }
a { background-color: rgb(97,183,113); }
div.DivClassName
{
background-color: #61B771;
}
.BgClassName
{
background-color: #61B771;
}
</style>
border-color css
<style>
span { border-color: #61B771; }
span { border-color: rgb(97,183,113); }
td.TdClassName
{
border-color: #61B771;
}
.TagClassName
{
border-color: #61B771;
}
</style>