Shades of Fern #65AD6B
Tints of Fern #65AD6B
RGB
CMYK
RGB Variations
Color information
#65AD6B (or 0x65AD6B) is known color: Fern. HEX triplet: 65, AD and 6B. RGB value is (101,173,107). Sum of RGB (Red+Green+Blue) = 101+173+107=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD6B is #9A5294. Grayscale: #909090. Windows color (decimal): -10113685 or 7056741. OLE color: 7056741.
HSL color Cylindrical-coordinate representation of color #65AD6B: hue angle of 125º 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 #65AD6B is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 107 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.32 |
| HSL | 125º | 0.31% | 0.54% | - |
| HSV(B) | 125º | 0.42% | 0.68% | - |
| XYZ | 22.96 | 33.72 | 19.21 | - |
| YUV | 143.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 107 | 0.42 | 0 | 0.38 | 0.32 | 125 | 0.31 | 0.54 |
| Hex | 65 | AD | 6B | 2A | 0 | 26 | 20 | 7D | 1F | 36 |
| Octal | 145 | 255 | 153 | 52 | 0 | 46 | 40 | 175 | 37 | 66 |
| Binary | 1100101 | 10101101 | 1101011 | 101010 | 0 | 100110 | 100000 | 1111101 | 11111 | 110110 |
Color Harmonies of #65AD6B
Complementary color
Monochromatic Colors of #65AD6B
Black with #65AD6B
Text Example
Text Example
White with #65AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD6B; }
p { color: rgb(101,173,107); }
H1.HeaderClassName
{
color: #65AD6B;
}
.AnyTagClassName
{
color: #65AD6B;
}
</style>
background-color css
<style>
a { background-color: #65AD6B; }
a { background-color: rgb(101,173,107); }
div.DivClassName
{
background-color: #65AD6B;
}
.BgClassName
{
background-color: #65AD6B;
}
</style>
border-color css
<style>
span { border-color: #65AD6B; }
span { border-color: rgb(101,173,107); }
td.TdClassName
{
border-color: #65AD6B;
}
.TagClassName
{
border-color: #65AD6B;
}
</style>