Shades of Fern #61AD70
Tints of Fern #61AD70
RGB
CMYK
RGB Variations
Color information
#61AD70 (or 0x61AD70) is known color: Fern. HEX triplet: 61, AD and 70. RGB value is (97,173,112). Sum of RGB (Red+Green+Blue) = 97+173+112=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AD70 is #9E528F. Grayscale: #8F8F8F. Windows color (decimal): -10375824 or 7384417. OLE color: 7384417.
HSL color Cylindrical-coordinate representation of color #61AD70: hue angle of 131.84º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AD70 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 112 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.32 |
| HSL | 131.84º | 0.32% | 0.53% | - |
| HSV(B) | 131.84º | 0.44% | 0.68% | - |
| XYZ | 22.8 | 33.6 | 20.61 | - |
| YUV | 143.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 112 | 0.44 | 0 | 0.35 | 0.32 | 131.84 | 0.32 | 0.53 |
| Hex | 61 | AD | 70 | 2C | 0 | 23 | 20 | 84 | 20 | 35 |
| Octal | 141 | 255 | 160 | 54 | 0 | 43 | 40 | 204 | 40 | 65 |
| Binary | 1100001 | 10101101 | 1110000 | 101100 | 0 | 100011 | 100000 | 10000100 | 100000 | 110101 |
Color Harmonies of #61AD70
Complementary color
Monochromatic Colors of #61AD70
Black with #61AD70
Text Example
Text Example
White with #61AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD70; }
p { color: rgb(97,173,112); }
H1.HeaderClassName
{
color: #61AD70;
}
.AnyTagClassName
{
color: #61AD70;
}
</style>
background-color css
<style>
a { background-color: #61AD70; }
a { background-color: rgb(97,173,112); }
div.DivClassName
{
background-color: #61AD70;
}
.BgClassName
{
background-color: #61AD70;
}
</style>
border-color css
<style>
span { border-color: #61AD70; }
span { border-color: rgb(97,173,112); }
td.TdClassName
{
border-color: #61AD70;
}
.TagClassName
{
border-color: #61AD70;
}
</style>