Shades of Fern #61B373
Tints of Fern #61B373
RGB
CMYK
RGB Variations
Color information
#61B373 (or 0x61B373) is known color: Fern. HEX triplet: 61, B3 and 73. RGB value is (97,179,115). Sum of RGB (Red+Green+Blue) = 97+179+115=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #61B373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B373 is #9E4C8C. Grayscale: #939393. Windows color (decimal): -10374285 or 7582561. OLE color: 7582561.
HSL color Cylindrical-coordinate representation of color #61B373: hue angle of 133.17º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B373 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 179 | 115 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.30 |
| HSL | 133.17º | 0.35% | 0.54% | - |
| HSV(B) | 133.17º | 0.46% | 0.7% | - |
| XYZ | 24.14 | 36.02 | 21.9 | - |
| YUV | 147.19 | 109.83 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 179 | 115 | 0.46 | 0 | 0.36 | 0.30 | 133.17 | 0.35 | 0.54 |
| Hex | 61 | B3 | 73 | 2E | 0 | 24 | 1E | 85 | 23 | 36 |
| Octal | 141 | 263 | 163 | 56 | 0 | 44 | 36 | 205 | 43 | 66 |
| Binary | 1100001 | 10110011 | 1110011 | 101110 | 0 | 100100 | 11110 | 10000101 | 100011 | 110110 |
Color Harmonies of #61B373
Complementary color
Monochromatic Colors of #61B373
Black with #61B373
Text Example
Text Example
White with #61B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B373; }
p { color: rgb(97,179,115); }
H1.HeaderClassName
{
color: #61B373;
}
.AnyTagClassName
{
color: #61B373;
}
</style>
background-color css
<style>
a { background-color: #61B373; }
a { background-color: rgb(97,179,115); }
div.DivClassName
{
background-color: #61B373;
}
.BgClassName
{
background-color: #61B373;
}
</style>
border-color css
<style>
span { border-color: #61B373; }
span { border-color: rgb(97,179,115); }
td.TdClassName
{
border-color: #61B373;
}
.TagClassName
{
border-color: #61B373;
}
</style>