Shades of Fern #61BE76
Tints of Fern #61BE76
RGB
CMYK
RGB Variations
Color information
#61BE76 (or 0x61BE76) is known color: Fern. HEX triplet: 61, BE and 76. RGB value is (97,190,118). Sum of RGB (Red+Green+Blue) = 97+190+118=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BE76 is #9E4189. Grayscale: #9A9A9A. Windows color (decimal): -10371466 or 7781985. OLE color: 7781985.
HSL color Cylindrical-coordinate representation of color #61BE76: hue angle of 133.55º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BE76 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 190 | 118 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.25 |
| HSL | 133.55º | 0.42% | 0.56% | - |
| HSV(B) | 133.55º | 0.49% | 0.75% | - |
| XYZ | 26.61 | 40.68 | 23.59 | - |
| YUV | 153.99 | 107.69 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 118 | 0.49 | 0 | 0.38 | 0.25 | 133.55 | 0.42 | 0.56 |
| Hex | 61 | BE | 76 | 31 | 0 | 26 | 19 | 86 | 2A | 38 |
| Octal | 141 | 276 | 166 | 61 | 0 | 46 | 31 | 206 | 52 | 70 |
| Binary | 1100001 | 10111110 | 1110110 | 110001 | 0 | 100110 | 11001 | 10000110 | 101010 | 111000 |
Color Harmonies of #61BE76
Complementary color
Monochromatic Colors of #61BE76
Black with #61BE76
Text Example
Text Example
White with #61BE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BE76; }
p { color: rgb(97,190,118); }
H1.HeaderClassName
{
color: #61BE76;
}
.AnyTagClassName
{
color: #61BE76;
}
</style>
background-color css
<style>
a { background-color: #61BE76; }
a { background-color: rgb(97,190,118); }
div.DivClassName
{
background-color: #61BE76;
}
.BgClassName
{
background-color: #61BE76;
}
</style>
border-color css
<style>
span { border-color: #61BE76; }
span { border-color: rgb(97,190,118); }
td.TdClassName
{
border-color: #61BE76;
}
.TagClassName
{
border-color: #61BE76;
}
</style>