Shades of Fern #61AD6D
Tints of Fern #61AD6D
RGB
CMYK
RGB Variations
Color information
#61AD6D (or 0x61AD6D) is known color: Fern. HEX triplet: 61, AD and 6D. RGB value is (97,173,109). Sum of RGB (Red+Green+Blue) = 97+173+109=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AD6D is #9E5292. Grayscale: #8F8F8F. Windows color (decimal): -10375827 or 7187809. OLE color: 7187809.
HSL color Cylindrical-coordinate representation of color #61AD6D: hue angle of 129.47º 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 #61AD6D is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 109 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.32 |
| HSL | 129.47º | 0.32% | 0.53% | - |
| HSV(B) | 129.47º | 0.44% | 0.68% | - |
| XYZ | 22.63 | 33.53 | 19.75 | - |
| YUV | 142.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 109 | 0.44 | 0 | 0.37 | 0.32 | 129.47 | 0.32 | 0.53 |
| Hex | 61 | AD | 6D | 2C | 0 | 25 | 20 | 81 | 20 | 35 |
| Octal | 141 | 255 | 155 | 54 | 0 | 45 | 40 | 201 | 40 | 65 |
| Binary | 1100001 | 10101101 | 1101101 | 101100 | 0 | 100101 | 100000 | 10000001 | 100000 | 110101 |
Color Harmonies of #61AD6D
Complementary color
Monochromatic Colors of #61AD6D
Black with #61AD6D
Text Example
Text Example
White with #61AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD6D; }
p { color: rgb(97,173,109); }
H1.HeaderClassName
{
color: #61AD6D;
}
.AnyTagClassName
{
color: #61AD6D;
}
</style>
background-color css
<style>
a { background-color: #61AD6D; }
a { background-color: rgb(97,173,109); }
div.DivClassName
{
background-color: #61AD6D;
}
.BgClassName
{
background-color: #61AD6D;
}
</style>
border-color css
<style>
span { border-color: #61AD6D; }
span { border-color: rgb(97,173,109); }
td.TdClassName
{
border-color: #61AD6D;
}
.TagClassName
{
border-color: #61AD6D;
}
</style>