Shades of Fern #61C673
Tints of Fern #61C673
RGB
CMYK
RGB Variations
Color information
#61C673 (or 0x61C673) is known color: Fern. HEX triplet: 61, C6 and 73. RGB value is (97,198,115). Sum of RGB (Red+Green+Blue) = 97+198+115=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #61C673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C673 is #9E398C. Grayscale: #9E9E9E. Windows color (decimal): -10369421 or 7587425. OLE color: 7587425.
HSL color Cylindrical-coordinate representation of color #61C673: hue angle of 130.69º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C673 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 198 | 115 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.22 |
| HSL | 130.69º | 0.47% | 0.58% | - |
| HSV(B) | 130.69º | 0.51% | 0.78% | - |
| XYZ | 28.22 | 44.17 | 23.26 | - |
| YUV | 158.34 | 103.54 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 115 | 0.51 | 0 | 0.42 | 0.22 | 130.69 | 0.47 | 0.58 |
| Hex | 61 | C6 | 73 | 33 | 0 | 2A | 16 | 83 | 2F | 3A |
| Octal | 141 | 306 | 163 | 63 | 0 | 52 | 26 | 203 | 57 | 72 |
| Binary | 1100001 | 11000110 | 1110011 | 110011 | 0 | 101010 | 10110 | 10000011 | 101111 | 111010 |
Color Harmonies of #61C673
Complementary color
Monochromatic Colors of #61C673
Black with #61C673
Text Example
Text Example
White with #61C673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C673; }
p { color: rgb(97,198,115); }
H1.HeaderClassName
{
color: #61C673;
}
.AnyTagClassName
{
color: #61C673;
}
</style>
background-color css
<style>
a { background-color: #61C673; }
a { background-color: rgb(97,198,115); }
div.DivClassName
{
background-color: #61C673;
}
.BgClassName
{
background-color: #61C673;
}
</style>
border-color css
<style>
span { border-color: #61C673; }
span { border-color: rgb(97,198,115); }
td.TdClassName
{
border-color: #61C673;
}
.TagClassName
{
border-color: #61C673;
}
</style>