Shades of Fern #61B872
Tints of Fern #61B872
RGB
CMYK
RGB Variations
Color information
#61B872 (or 0x61B872) is known color: Fern. HEX triplet: 61, B8 and 72. RGB value is (97,184,114). Sum of RGB (Red+Green+Blue) = 97+184+114=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 184 - color contains mainly: green. Hex color #61B872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B872 is #9E478D. Grayscale: #969696. Windows color (decimal): -10373006 or 7518305. OLE color: 7518305.
HSL color Cylindrical-coordinate representation of color #61B872: hue angle of 131.72º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B872 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 184 | 114 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.28 |
| HSL | 131.72º | 0.38% | 0.55% | - |
| HSV(B) | 131.72º | 0.47% | 0.72% | - |
| XYZ | 25.11 | 38.04 | 21.94 | - |
| YUV | 150.01 | 107.68 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 184 | 114 | 0.47 | 0 | 0.38 | 0.28 | 131.72 | 0.38 | 0.55 |
| Hex | 61 | B8 | 72 | 2F | 0 | 26 | 1C | 84 | 26 | 37 |
| Octal | 141 | 270 | 162 | 57 | 0 | 46 | 34 | 204 | 46 | 67 |
| Binary | 1100001 | 10111000 | 1110010 | 101111 | 0 | 100110 | 11100 | 10000100 | 100110 | 110111 |
Color Harmonies of #61B872
Complementary color
Monochromatic Colors of #61B872
Black with #61B872
Text Example
Text Example
White with #61B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B872; }
p { color: rgb(97,184,114); }
H1.HeaderClassName
{
color: #61B872;
}
.AnyTagClassName
{
color: #61B872;
}
</style>
background-color css
<style>
a { background-color: #61B872; }
a { background-color: rgb(97,184,114); }
div.DivClassName
{
background-color: #61B872;
}
.BgClassName
{
background-color: #61B872;
}
</style>
border-color css
<style>
span { border-color: #61B872; }
span { border-color: rgb(97,184,114); }
td.TdClassName
{
border-color: #61B872;
}
.TagClassName
{
border-color: #61B872;
}
</style>