Shades of Fern #61B572
Tints of Fern #61B572
RGB
CMYK
RGB Variations
Color information
#61B572 (or 0x61B572) is known color: Fern. HEX triplet: 61, B5 and 72. RGB value is (97,181,114). Sum of RGB (Red+Green+Blue) = 97+181+114=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #61B572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B572 is #9E4A8D. Grayscale: #949494. Windows color (decimal): -10373774 or 7517537. OLE color: 7517537.
HSL color Cylindrical-coordinate representation of color #61B572: hue angle of 132.14º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B572 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 181 | 114 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.29 |
| HSL | 132.14º | 0.36% | 0.55% | - |
| HSV(B) | 132.14º | 0.46% | 0.71% | - |
| XYZ | 24.49 | 36.8 | 21.73 | - |
| YUV | 148.25 | 108.67 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 181 | 114 | 0.46 | 0 | 0.37 | 0.29 | 132.14 | 0.36 | 0.55 |
| Hex | 61 | B5 | 72 | 2E | 0 | 25 | 1D | 84 | 24 | 37 |
| Octal | 141 | 265 | 162 | 56 | 0 | 45 | 35 | 204 | 44 | 67 |
| Binary | 1100001 | 10110101 | 1110010 | 101110 | 0 | 100101 | 11101 | 10000100 | 100100 | 110111 |
Color Harmonies of #61B572
Complementary color
Monochromatic Colors of #61B572
Black with #61B572
Text Example
Text Example
White with #61B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B572; }
p { color: rgb(97,181,114); }
H1.HeaderClassName
{
color: #61B572;
}
.AnyTagClassName
{
color: #61B572;
}
</style>
background-color css
<style>
a { background-color: #61B572; }
a { background-color: rgb(97,181,114); }
div.DivClassName
{
background-color: #61B572;
}
.BgClassName
{
background-color: #61B572;
}
</style>
border-color css
<style>
span { border-color: #61B572; }
span { border-color: rgb(97,181,114); }
td.TdClassName
{
border-color: #61B572;
}
.TagClassName
{
border-color: #61B572;
}
</style>