Shades of Fern #61B764
Tints of Fern #61B764
RGB
CMYK
RGB Variations
Color information
#61B764 (or 0x61B764) is known color: Fern. HEX triplet: 61, B7 and 64. RGB value is (97,183,100). Sum of RGB (Red+Green+Blue) = 97+183+100=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #61B764 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B764 is #9E489B. Grayscale: #949494. Windows color (decimal): -10373276 or 6600545. OLE color: 6600545.
HSL color Cylindrical-coordinate representation of color #61B764: hue angle of 122.09º 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 #61B764 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 183 | 100 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.28 |
| HSL | 122.09º | 0.37% | 0.55% | - |
| HSV(B) | 122.09º | 0.47% | 0.72% | - |
| XYZ | 24.16 | 37.33 | 17.99 | - |
| YUV | 147.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 183 | 100 | 0.47 | 0 | 0.45 | 0.28 | 122.09 | 0.37 | 0.55 |
| Hex | 61 | B7 | 64 | 2F | 0 | 2D | 1C | 7A | 25 | 37 |
| Octal | 141 | 267 | 144 | 57 | 0 | 55 | 34 | 172 | 45 | 67 |
| Binary | 1100001 | 10110111 | 1100100 | 101111 | 0 | 101101 | 11100 | 1111010 | 100101 | 110111 |
Color Harmonies of #61B764
Complementary color
Monochromatic Colors of #61B764
Black with #61B764
Text Example
Text Example
White with #61B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B764; }
p { color: rgb(97,183,100); }
H1.HeaderClassName
{
color: #61B764;
}
.AnyTagClassName
{
color: #61B764;
}
</style>
background-color css
<style>
a { background-color: #61B764; }
a { background-color: rgb(97,183,100); }
div.DivClassName
{
background-color: #61B764;
}
.BgClassName
{
background-color: #61B764;
}
</style>
border-color css
<style>
span { border-color: #61B764; }
span { border-color: rgb(97,183,100); }
td.TdClassName
{
border-color: #61B764;
}
.TagClassName
{
border-color: #61B764;
}
</style>