Shades of Fern #65AD66
Tints of Fern #65AD66
RGB
CMYK
RGB Variations
Color information
#65AD66 (or 0x65AD66) is known color: Fern. HEX triplet: 65, AD and 66. RGB value is (101,173,102). Sum of RGB (Red+Green+Blue) = 101+173+102=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD66 is #9A5299. Grayscale: #8F8F8F. Windows color (decimal): -10113690 or 6729061. OLE color: 6729061.
HSL color Cylindrical-coordinate representation of color #65AD66: hue angle of 120.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AD66 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 102 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.32 |
| HSL | 120.83º | 0.31% | 0.54% | - |
| HSV(B) | 120.83º | 0.42% | 0.68% | - |
| XYZ | 22.71 | 33.61 | 17.86 | - |
| YUV | 143.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 102 | 0.42 | 0 | 0.41 | 0.32 | 120.83 | 0.31 | 0.54 |
| Hex | 65 | AD | 66 | 2A | 0 | 29 | 20 | 79 | 1F | 36 |
| Octal | 145 | 255 | 146 | 52 | 0 | 51 | 40 | 171 | 37 | 66 |
| Binary | 1100101 | 10101101 | 1100110 | 101010 | 0 | 101001 | 100000 | 1111001 | 11111 | 110110 |
Color Harmonies of #65AD66
Complementary color
Monochromatic Colors of #65AD66
Black with #65AD66
Text Example
Text Example
White with #65AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD66; }
p { color: rgb(101,173,102); }
H1.HeaderClassName
{
color: #65AD66;
}
.AnyTagClassName
{
color: #65AD66;
}
</style>
background-color css
<style>
a { background-color: #65AD66; }
a { background-color: rgb(101,173,102); }
div.DivClassName
{
background-color: #65AD66;
}
.BgClassName
{
background-color: #65AD66;
}
</style>
border-color css
<style>
span { border-color: #65AD66; }
span { border-color: rgb(101,173,102); }
td.TdClassName
{
border-color: #65AD66;
}
.TagClassName
{
border-color: #65AD66;
}
</style>