Shades of Fern #61AD65
Tints of Fern #61AD65
RGB
CMYK
RGB Variations
Color information
#61AD65 (or 0x61AD65) is known color: Fern. HEX triplet: 61, AD and 65. RGB value is (97,173,101). Sum of RGB (Red+Green+Blue) = 97+173+101=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AD65 is #9E529A. Grayscale: #8E8E8E. Windows color (decimal): -10375835 or 6663521. OLE color: 6663521.
HSL color Cylindrical-coordinate representation of color #61AD65: hue angle of 123.16º 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 #61AD65 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 101 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.32 |
| HSL | 123.16º | 0.32% | 0.53% | - |
| HSV(B) | 123.16º | 0.44% | 0.68% | - |
| XYZ | 22.22 | 33.37 | 17.58 | - |
| YUV | 142.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 101 | 0.44 | 0 | 0.42 | 0.32 | 123.16 | 0.32 | 0.53 |
| Hex | 61 | AD | 65 | 2C | 0 | 2A | 20 | 7B | 20 | 35 |
| Octal | 141 | 255 | 145 | 54 | 0 | 52 | 40 | 173 | 40 | 65 |
| Binary | 1100001 | 10101101 | 1100101 | 101100 | 0 | 101010 | 100000 | 1111011 | 100000 | 110101 |
Color Harmonies of #61AD65
Complementary color
Monochromatic Colors of #61AD65
Black with #61AD65
Text Example
Text Example
White with #61AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD65; }
p { color: rgb(97,173,101); }
H1.HeaderClassName
{
color: #61AD65;
}
.AnyTagClassName
{
color: #61AD65;
}
</style>
background-color css
<style>
a { background-color: #61AD65; }
a { background-color: rgb(97,173,101); }
div.DivClassName
{
background-color: #61AD65;
}
.BgClassName
{
background-color: #61AD65;
}
</style>
border-color css
<style>
span { border-color: #61AD65; }
span { border-color: rgb(97,173,101); }
td.TdClassName
{
border-color: #61AD65;
}
.TagClassName
{
border-color: #61AD65;
}
</style>