Shades of Fern #65AA5E
Tints of Fern #65AA5E
RGB
CMYK
RGB Variations
Color information
#65AA5E (or 0x65AA5E) is known color: Fern. HEX triplet: 65, AA and 5E. RGB value is (101,170,94). Sum of RGB (Red+Green+Blue) = 101+170+94=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA5E is #9A55A1. Grayscale: #8C8C8C. Windows color (decimal): -10114466 or 6204005. OLE color: 6204005.
HSL color Cylindrical-coordinate representation of color #65AA5E: hue angle of 114.47º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65AA5E is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 170 | 94 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.33 |
| HSL | 114.47º | 0.31% | 0.52% | - |
| HSV(B) | 114.47º | 0.45% | 0.67% | - |
| XYZ | 21.76 | 32.32 | 15.68 | - |
| YUV | 140.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 94 | 0.41 | 0 | 0.45 | 0.33 | 114.47 | 0.31 | 0.52 |
| Hex | 65 | AA | 5E | 29 | 0 | 2D | 21 | 72 | 1F | 34 |
| Octal | 145 | 252 | 136 | 51 | 0 | 55 | 41 | 162 | 37 | 64 |
| Binary | 1100101 | 10101010 | 1011110 | 101001 | 0 | 101101 | 100001 | 1110010 | 11111 | 110100 |
Color Harmonies of #65AA5E
Complementary color
Monochromatic Colors of #65AA5E
Black with #65AA5E
Text Example
Text Example
White with #65AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AA5E; }
p { color: rgb(101,170,94); }
H1.HeaderClassName
{
color: #65AA5E;
}
.AnyTagClassName
{
color: #65AA5E;
}
</style>
background-color css
<style>
a { background-color: #65AA5E; }
a { background-color: rgb(101,170,94); }
div.DivClassName
{
background-color: #65AA5E;
}
.BgClassName
{
background-color: #65AA5E;
}
</style>
border-color css
<style>
span { border-color: #65AA5E; }
span { border-color: rgb(101,170,94); }
td.TdClassName
{
border-color: #65AA5E;
}
.TagClassName
{
border-color: #65AA5E;
}
</style>