Shades of Fern #61C176
Tints of Fern #61C176
RGB
CMYK
RGB Variations
Color information
#61C176 (or 0x61C176) is known color: Fern. HEX triplet: 61, C1 and 76. RGB value is (97,193,118). Sum of RGB (Red+Green+Blue) = 97+193+118=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #61C176 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C176 is #9E3E89. Grayscale: #9B9B9B. Windows color (decimal): -10370698 or 7782753. OLE color: 7782753.
HSL color Cylindrical-coordinate representation of color #61C176: hue angle of 133.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C176 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 118 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.24 |
| HSL | 133.13º | 0.44% | 0.57% | - |
| HSV(B) | 133.13º | 0.5% | 0.76% | - |
| XYZ | 27.27 | 41.99 | 23.81 | - |
| YUV | 155.75 | 106.7 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 118 | 0.50 | 0 | 0.39 | 0.24 | 133.13 | 0.44 | 0.57 |
| Hex | 61 | C1 | 76 | 32 | 0 | 27 | 18 | 85 | 2C | 39 |
| Octal | 141 | 301 | 166 | 62 | 0 | 47 | 30 | 205 | 54 | 71 |
| Binary | 1100001 | 11000001 | 1110110 | 110010 | 0 | 100111 | 11000 | 10000101 | 101100 | 111001 |
Color Harmonies of #61C176
Complementary color
Monochromatic Colors of #61C176
Black with #61C176
Text Example
Text Example
White with #61C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C176; }
p { color: rgb(97,193,118); }
H1.HeaderClassName
{
color: #61C176;
}
.AnyTagClassName
{
color: #61C176;
}
</style>
background-color css
<style>
a { background-color: #61C176; }
a { background-color: rgb(97,193,118); }
div.DivClassName
{
background-color: #61C176;
}
.BgClassName
{
background-color: #61C176;
}
</style>
border-color css
<style>
span { border-color: #61C176; }
span { border-color: rgb(97,193,118); }
td.TdClassName
{
border-color: #61C176;
}
.TagClassName
{
border-color: #61C176;
}
</style>