Shades of Fern #65AD6F
Tints of Fern #65AD6F
RGB
CMYK
RGB Variations
Color information
#65AD6F (or 0x65AD6F) is known color: Fern. HEX triplet: 65, AD and 6F. RGB value is (101,173,111). Sum of RGB (Red+Green+Blue) = 101+173+111=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD6F is #9A5290. Grayscale: #909090. Windows color (decimal): -10113681 or 7318885. OLE color: 7318885.
HSL color Cylindrical-coordinate representation of color #65AD6F: hue angle of 128.33º 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 #65AD6F is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 111 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.32 |
| HSL | 128.33º | 0.31% | 0.54% | - |
| HSV(B) | 128.33º | 0.42% | 0.68% | - |
| XYZ | 23.18 | 33.8 | 20.34 | - |
| YUV | 144.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 111 | 0.42 | 0 | 0.36 | 0.32 | 128.33 | 0.31 | 0.54 |
| Hex | 65 | AD | 6F | 2A | 0 | 24 | 20 | 80 | 1F | 36 |
| Octal | 145 | 255 | 157 | 52 | 0 | 44 | 40 | 200 | 37 | 66 |
| Binary | 1100101 | 10101101 | 1101111 | 101010 | 0 | 100100 | 100000 | 10000000 | 11111 | 110110 |
Color Harmonies of #65AD6F
Complementary color
Monochromatic Colors of #65AD6F
Black with #65AD6F
Text Example
Text Example
White with #65AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD6F; }
p { color: rgb(101,173,111); }
H1.HeaderClassName
{
color: #65AD6F;
}
.AnyTagClassName
{
color: #65AD6F;
}
</style>
background-color css
<style>
a { background-color: #65AD6F; }
a { background-color: rgb(101,173,111); }
div.DivClassName
{
background-color: #65AD6F;
}
.BgClassName
{
background-color: #65AD6F;
}
</style>
border-color css
<style>
span { border-color: #65AD6F; }
span { border-color: rgb(101,173,111); }
td.TdClassName
{
border-color: #65AD6F;
}
.TagClassName
{
border-color: #65AD6F;
}
</style>