Shades of Fern #61AD64
Tints of Fern #61AD64
RGB
CMYK
RGB Variations
Color information
#61AD64 (or 0x61AD64) is known color: Fern. HEX triplet: 61, AD and 64. RGB value is (97,173,100). Sum of RGB (Red+Green+Blue) = 97+173+100=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AD64 is #9E529B. Grayscale: #8E8E8E. Windows color (decimal): -10375836 or 6597985. OLE color: 6597985.
HSL color Cylindrical-coordinate representation of color #61AD64: hue angle of 122.37º 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 #61AD64 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 100 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.32 |
| HSL | 122.37º | 0.32% | 0.53% | - |
| HSV(B) | 122.37º | 0.44% | 0.68% | - |
| XYZ | 22.17 | 33.35 | 17.32 | - |
| YUV | 141.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 100 | 0.44 | 0 | 0.42 | 0.32 | 122.37 | 0.32 | 0.53 |
| Hex | 61 | AD | 64 | 2C | 0 | 2A | 20 | 7A | 20 | 35 |
| Octal | 141 | 255 | 144 | 54 | 0 | 52 | 40 | 172 | 40 | 65 |
| Binary | 1100001 | 10101101 | 1100100 | 101100 | 0 | 101010 | 100000 | 1111010 | 100000 | 110101 |
Color Harmonies of #61AD64
Complementary color
Monochromatic Colors of #61AD64
Black with #61AD64
Text Example
Text Example
White with #61AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD64; }
p { color: rgb(97,173,100); }
H1.HeaderClassName
{
color: #61AD64;
}
.AnyTagClassName
{
color: #61AD64;
}
</style>
background-color css
<style>
a { background-color: #61AD64; }
a { background-color: rgb(97,173,100); }
div.DivClassName
{
background-color: #61AD64;
}
.BgClassName
{
background-color: #61AD64;
}
</style>
border-color css
<style>
span { border-color: #61AD64; }
span { border-color: rgb(97,173,100); }
td.TdClassName
{
border-color: #61AD64;
}
.TagClassName
{
border-color: #61AD64;
}
</style>