Shades of Fern #61BA67
Tints of Fern #61BA67
RGB
CMYK
RGB Variations
Color information
#61BA67 (or 0x61BA67) is known color: Fern. HEX triplet: 61, BA and 67. RGB value is (97,186,103). Sum of RGB (Red+Green+Blue) = 97+186+103=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BA67 is #9E4598. Grayscale: #969696. Windows color (decimal): -10372505 or 6797921. OLE color: 6797921.
HSL color Cylindrical-coordinate representation of color #61BA67: hue angle of 124.04º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BA67 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 103 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.27 |
| HSL | 124.04º | 0.39% | 0.55% | - |
| HSV(B) | 124.04º | 0.48% | 0.73% | - |
| XYZ | 24.94 | 38.64 | 18.98 | - |
| YUV | 149.93 | 101.51 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 103 | 0.48 | 0 | 0.45 | 0.27 | 124.04 | 0.39 | 0.55 |
| Hex | 61 | BA | 67 | 30 | 0 | 2D | 1B | 7C | 27 | 37 |
| Octal | 141 | 272 | 147 | 60 | 0 | 55 | 33 | 174 | 47 | 67 |
| Binary | 1100001 | 10111010 | 1100111 | 110000 | 0 | 101101 | 11011 | 1111100 | 100111 | 110111 |
Color Harmonies of #61BA67
Complementary color
Monochromatic Colors of #61BA67
Black with #61BA67
Text Example
Text Example
White with #61BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA67; }
p { color: rgb(97,186,103); }
H1.HeaderClassName
{
color: #61BA67;
}
.AnyTagClassName
{
color: #61BA67;
}
</style>
background-color css
<style>
a { background-color: #61BA67; }
a { background-color: rgb(97,186,103); }
div.DivClassName
{
background-color: #61BA67;
}
.BgClassName
{
background-color: #61BA67;
}
</style>
border-color css
<style>
span { border-color: #61BA67; }
span { border-color: rgb(97,186,103); }
td.TdClassName
{
border-color: #61BA67;
}
.TagClassName
{
border-color: #61BA67;
}
</style>