Shades of Fern #65AA6D
Tints of Fern #65AA6D
RGB
CMYK
RGB Variations
Color information
#65AA6D (or 0x65AA6D) is known color: Fern. HEX triplet: 65, AA and 6D. RGB value is (101,170,109). Sum of RGB (Red+Green+Blue) = 101+170+109=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA6D is #9A5592. Grayscale: #8E8E8E. Windows color (decimal): -10114451 or 7187045. OLE color: 7187045.
HSL color Cylindrical-coordinate representation of color #65AA6D: hue angle of 126.96º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AA6D is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 170 | 109 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.33 |
| HSL | 126.96º | 0.29% | 0.53% | - |
| HSV(B) | 126.96º | 0.41% | 0.67% | - |
| XYZ | 22.5 | 32.62 | 19.58 | - |
| YUV | 142.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 109 | 0.41 | 0 | 0.36 | 0.33 | 126.96 | 0.29 | 0.53 |
| Hex | 65 | AA | 6D | 29 | 0 | 24 | 21 | 7F | 1D | 35 |
| Octal | 145 | 252 | 155 | 51 | 0 | 44 | 41 | 177 | 35 | 65 |
| Binary | 1100101 | 10101010 | 1101101 | 101001 | 0 | 100100 | 100001 | 1111111 | 11101 | 110101 |
Color Harmonies of #65AA6D
Complementary color
Monochromatic Colors of #65AA6D
Black with #65AA6D
Text Example
Text Example
White with #65AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AA6D; }
p { color: rgb(101,170,109); }
H1.HeaderClassName
{
color: #65AA6D;
}
.AnyTagClassName
{
color: #65AA6D;
}
</style>
background-color css
<style>
a { background-color: #65AA6D; }
a { background-color: rgb(101,170,109); }
div.DivClassName
{
background-color: #65AA6D;
}
.BgClassName
{
background-color: #65AA6D;
}
</style>
border-color css
<style>
span { border-color: #65AA6D; }
span { border-color: rgb(101,170,109); }
td.TdClassName
{
border-color: #65AA6D;
}
.TagClassName
{
border-color: #65AA6D;
}
</style>