Shades of Fern #65AD62
Tints of Fern #65AD62
RGB
CMYK
RGB Variations
Color information
#65AD62 (or 0x65AD62) is known color: Fern. HEX triplet: 65, AD and 62. RGB value is (101,173,98). Sum of RGB (Red+Green+Blue) = 101+173+98=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD62 is #9A529D. Grayscale: #8F8F8F. Windows color (decimal): -10113694 or 6466917. OLE color: 6466917.
HSL color Cylindrical-coordinate representation of color #65AD62: hue angle of 117.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65AD62 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 98 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.32 |
| HSL | 117.6º | 0.31% | 0.53% | - |
| HSV(B) | 117.6º | 0.43% | 0.68% | - |
| XYZ | 22.52 | 33.54 | 16.84 | - |
| YUV | 142.92 | 102.65 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 98 | 0.42 | 0 | 0.43 | 0.32 | 117.6 | 0.31 | 0.53 |
| Hex | 65 | AD | 62 | 2A | 0 | 2B | 20 | 76 | 1F | 35 |
| Octal | 145 | 255 | 142 | 52 | 0 | 53 | 40 | 166 | 37 | 65 |
| Binary | 1100101 | 10101101 | 1100010 | 101010 | 0 | 101011 | 100000 | 1110110 | 11111 | 110101 |
Color Harmonies of #65AD62
Complementary color
Monochromatic Colors of #65AD62
Black with #65AD62
Text Example
Text Example
White with #65AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD62; }
p { color: rgb(101,173,98); }
H1.HeaderClassName
{
color: #65AD62;
}
.AnyTagClassName
{
color: #65AD62;
}
</style>
background-color css
<style>
a { background-color: #65AD62; }
a { background-color: rgb(101,173,98); }
div.DivClassName
{
background-color: #65AD62;
}
.BgClassName
{
background-color: #65AD62;
}
</style>
border-color css
<style>
span { border-color: #65AD62; }
span { border-color: rgb(101,173,98); }
td.TdClassName
{
border-color: #65AD62;
}
.TagClassName
{
border-color: #65AD62;
}
</style>