Shades of Fern #61B76C
Tints of Fern #61B76C
RGB
CMYK
RGB Variations
Color information
#61B76C (or 0x61B76C) is known color: Fern. HEX triplet: 61, B7 and 6C. RGB value is (97,183,108). Sum of RGB (Red+Green+Blue) = 97+183+108=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #61B76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B76C is #9E4893. Grayscale: #949494. Windows color (decimal): -10373268 or 7124833. OLE color: 7124833.
HSL color Cylindrical-coordinate representation of color #61B76C: hue angle of 127.67º 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 #61B76C is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 183 | 108 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.28 |
| HSL | 127.67º | 0.37% | 0.55% | - |
| HSV(B) | 127.67º | 0.47% | 0.72% | - |
| XYZ | 24.57 | 37.49 | 20.13 | - |
| YUV | 148.74 | 105.01 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 183 | 108 | 0.47 | 0 | 0.41 | 0.28 | 127.67 | 0.37 | 0.55 |
| Hex | 61 | B7 | 6C | 2F | 0 | 29 | 1C | 80 | 25 | 37 |
| Octal | 141 | 267 | 154 | 57 | 0 | 51 | 34 | 200 | 45 | 67 |
| Binary | 1100001 | 10110111 | 1101100 | 101111 | 0 | 101001 | 11100 | 10000000 | 100101 | 110111 |
Color Harmonies of #61B76C
Complementary color
Monochromatic Colors of #61B76C
Black with #61B76C
Text Example
Text Example
White with #61B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B76C; }
p { color: rgb(97,183,108); }
H1.HeaderClassName
{
color: #61B76C;
}
.AnyTagClassName
{
color: #61B76C;
}
</style>
background-color css
<style>
a { background-color: #61B76C; }
a { background-color: rgb(97,183,108); }
div.DivClassName
{
background-color: #61B76C;
}
.BgClassName
{
background-color: #61B76C;
}
</style>
border-color css
<style>
span { border-color: #61B76C; }
span { border-color: rgb(97,183,108); }
td.TdClassName
{
border-color: #61B76C;
}
.TagClassName
{
border-color: #61B76C;
}
</style>