Shades of Fern #61A86E
Tints of Fern #61A86E
RGB
CMYK
RGB Variations
Color information
#61A86E (or 0x61A86E) is known color: Fern. HEX triplet: 61, A8 and 6E. RGB value is (97,168,110). Sum of RGB (Red+Green+Blue) = 97+168+110=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #61A86E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A86E is #9E5791. Grayscale: #8C8C8C. Windows color (decimal): -10377106 or 7252065. OLE color: 7252065.
HSL color Cylindrical-coordinate representation of color #61A86E: hue angle of 130.99º 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 #61A86E is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 168 | 110 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.34 |
| HSL | 130.99º | 0.29% | 0.52% | - |
| HSV(B) | 130.99º | 0.42% | 0.66% | - |
| XYZ | 21.75 | 31.67 | 19.72 | - |
| YUV | 140.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 110 | 0.42 | 0 | 0.35 | 0.34 | 130.99 | 0.29 | 0.52 |
| Hex | 61 | A8 | 6E | 2A | 0 | 23 | 22 | 83 | 1D | 34 |
| Octal | 141 | 250 | 156 | 52 | 0 | 43 | 42 | 203 | 35 | 64 |
| Binary | 1100001 | 10101000 | 1101110 | 101010 | 0 | 100011 | 100010 | 10000011 | 11101 | 110100 |
Color Harmonies of #61A86E
Complementary color
Monochromatic Colors of #61A86E
Black with #61A86E
Text Example
Text Example
White with #61A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A86E; }
p { color: rgb(97,168,110); }
H1.HeaderClassName
{
color: #61A86E;
}
.AnyTagClassName
{
color: #61A86E;
}
</style>
background-color css
<style>
a { background-color: #61A86E; }
a { background-color: rgb(97,168,110); }
div.DivClassName
{
background-color: #61A86E;
}
.BgClassName
{
background-color: #61A86E;
}
</style>
border-color css
<style>
span { border-color: #61A86E; }
span { border-color: rgb(97,168,110); }
td.TdClassName
{
border-color: #61A86E;
}
.TagClassName
{
border-color: #61A86E;
}
</style>