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