Shades of Fern #61C072
Tints of Fern #61C072
RGB
CMYK
RGB Variations
Color information
#61C072 (or 0x61C072) is known color: Fern. HEX triplet: 61, C0 and 72. RGB value is (97,192,114). Sum of RGB (Red+Green+Blue) = 97+192+114=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #61C072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C072 is #9E3F8D. Grayscale: #9A9A9A. Windows color (decimal): -10370958 or 7520353. OLE color: 7520353.
HSL color Cylindrical-coordinate representation of color #61C072: hue angle of 130.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61C072 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 114 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.25 |
| HSL | 130.74º | 0.43% | 0.57% | - |
| HSV(B) | 130.74º | 0.49% | 0.75% | - |
| XYZ | 26.82 | 41.46 | 22.51 | - |
| YUV | 154.7 | 105.03 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 114 | 0.49 | 0 | 0.41 | 0.25 | 130.74 | 0.43 | 0.57 |
| Hex | 61 | C0 | 72 | 31 | 0 | 29 | 19 | 83 | 2B | 39 |
| Octal | 141 | 300 | 162 | 61 | 0 | 51 | 31 | 203 | 53 | 71 |
| Binary | 1100001 | 11000000 | 1110010 | 110001 | 0 | 101001 | 11001 | 10000011 | 101011 | 111001 |
Color Harmonies of #61C072
Complementary color
Monochromatic Colors of #61C072
Black with #61C072
Text Example
Text Example
White with #61C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C072; }
p { color: rgb(97,192,114); }
H1.HeaderClassName
{
color: #61C072;
}
.AnyTagClassName
{
color: #61C072;
}
</style>
background-color css
<style>
a { background-color: #61C072; }
a { background-color: rgb(97,192,114); }
div.DivClassName
{
background-color: #61C072;
}
.BgClassName
{
background-color: #61C072;
}
</style>
border-color css
<style>
span { border-color: #61C072; }
span { border-color: rgb(97,192,114); }
td.TdClassName
{
border-color: #61C072;
}
.TagClassName
{
border-color: #61C072;
}
</style>