Shades of Fern #61A871
Tints of Fern #61A871
RGB
CMYK
RGB Variations
Color information
#61A871 (or 0x61A871) is known color: Fern. HEX triplet: 61, A8 and 71. RGB value is (97,168,113). Sum of RGB (Red+Green+Blue) = 97+168+113=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 168 - color contains mainly: green. Hex color #61A871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A871 is #9E578E. Grayscale: #8C8C8C. Windows color (decimal): -10377103 or 7448673. OLE color: 7448673.
HSL color Cylindrical-coordinate representation of color #61A871: hue angle of 133.52º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A871 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 168 | 113 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.34 |
| HSL | 133.52º | 0.29% | 0.52% | - |
| HSV(B) | 133.52º | 0.42% | 0.66% | - |
| XYZ | 21.91 | 31.74 | 20.59 | - |
| YUV | 140.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 113 | 0.42 | 0 | 0.33 | 0.34 | 133.52 | 0.29 | 0.52 |
| Hex | 61 | A8 | 71 | 2A | 0 | 21 | 22 | 86 | 1D | 34 |
| Octal | 141 | 250 | 161 | 52 | 0 | 41 | 42 | 206 | 35 | 64 |
| Binary | 1100001 | 10101000 | 1110001 | 101010 | 0 | 100001 | 100010 | 10000110 | 11101 | 110100 |
Color Harmonies of #61A871
Complementary color
Monochromatic Colors of #61A871
Black with #61A871
Text Example
Text Example
White with #61A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A871; }
p { color: rgb(97,168,113); }
H1.HeaderClassName
{
color: #61A871;
}
.AnyTagClassName
{
color: #61A871;
}
</style>
background-color css
<style>
a { background-color: #61A871; }
a { background-color: rgb(97,168,113); }
div.DivClassName
{
background-color: #61A871;
}
.BgClassName
{
background-color: #61A871;
}
</style>
border-color css
<style>
span { border-color: #61A871; }
span { border-color: rgb(97,168,113); }
td.TdClassName
{
border-color: #61A871;
}
.TagClassName
{
border-color: #61A871;
}
</style>