Shades of Fern #61BB7A
Tints of Fern #61BB7A
RGB
CMYK
RGB Variations
Color information
#61BB7A (or 0x61BB7A) is known color: Fern. HEX triplet: 61, BB and 7A. RGB value is (97,187,122). Sum of RGB (Red+Green+Blue) = 97+187+122=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BB7A is #9E4485. Grayscale: #989898. Windows color (decimal): -10372230 or 8043361. OLE color: 8043361.
HSL color Cylindrical-coordinate representation of color #61BB7A: hue angle of 136.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BB7A is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 187 | 122 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.27 |
| HSL | 136.67º | 0.4% | 0.56% | - |
| HSV(B) | 136.67º | 0.48% | 0.73% | - |
| XYZ | 26.21 | 39.49 | 24.65 | - |
| YUV | 152.68 | 110.68 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 122 | 0.48 | 0 | 0.35 | 0.27 | 136.67 | 0.4 | 0.56 |
| Hex | 61 | BB | 7A | 30 | 0 | 23 | 1B | 89 | 28 | 38 |
| Octal | 141 | 273 | 172 | 60 | 0 | 43 | 33 | 211 | 50 | 70 |
| Binary | 1100001 | 10111011 | 1111010 | 110000 | 0 | 100011 | 11011 | 10001001 | 101000 | 111000 |
Color Harmonies of #61BB7A
Complementary color
Monochromatic Colors of #61BB7A
Black with #61BB7A
Text Example
Text Example
White with #61BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BB7A; }
p { color: rgb(97,187,122); }
H1.HeaderClassName
{
color: #61BB7A;
}
.AnyTagClassName
{
color: #61BB7A;
}
</style>
background-color css
<style>
a { background-color: #61BB7A; }
a { background-color: rgb(97,187,122); }
div.DivClassName
{
background-color: #61BB7A;
}
.BgClassName
{
background-color: #61BB7A;
}
</style>
border-color css
<style>
span { border-color: #61BB7A; }
span { border-color: rgb(97,187,122); }
td.TdClassName
{
border-color: #61BB7A;
}
.TagClassName
{
border-color: #61BB7A;
}
</style>