Shades of Fern #65AD65
Tints of Fern #65AD65
RGB
CMYK
RGB Variations
Color information
#65AD65 (or 0x65AD65) is known color: Fern. HEX triplet: 65, AD and 65. RGB value is (101,173,101). Sum of RGB (Red+Green+Blue) = 101+173+101=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD65 is #9A529A. Grayscale: #8F8F8F. Windows color (decimal): -10113691 or 6663525. OLE color: 6663525.
HSL color Cylindrical-coordinate representation of color #65AD65: hue angle of 120º 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 #65AD65 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 101 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.32 |
| HSL | 120º | 0.31% | 0.54% | - |
| HSV(B) | 120º | 0.42% | 0.68% | - |
| XYZ | 22.66 | 33.59 | 17.6 | - |
| YUV | 143.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 101 | 0.42 | 0 | 0.42 | 0.32 | 120 | 0.31 | 0.54 |
| Hex | 65 | AD | 65 | 2A | 0 | 2A | 20 | 78 | 1F | 36 |
| Octal | 145 | 255 | 145 | 52 | 0 | 52 | 40 | 170 | 37 | 66 |
| Binary | 1100101 | 10101101 | 1100101 | 101010 | 0 | 101010 | 100000 | 1111000 | 11111 | 110110 |
Color Harmonies of #65AD65
Complementary color
Monochromatic Colors of #65AD65
Black with #65AD65
Text Example
Text Example
White with #65AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD65; }
p { color: rgb(101,173,101); }
H1.HeaderClassName
{
color: #65AD65;
}
.AnyTagClassName
{
color: #65AD65;
}
</style>
background-color css
<style>
a { background-color: #65AD65; }
a { background-color: rgb(101,173,101); }
div.DivClassName
{
background-color: #65AD65;
}
.BgClassName
{
background-color: #65AD65;
}
</style>
border-color css
<style>
span { border-color: #65AD65; }
span { border-color: rgb(101,173,101); }
td.TdClassName
{
border-color: #65AD65;
}
.TagClassName
{
border-color: #65AD65;
}
</style>