Shades of Fern #65AB6D
Tints of Fern #65AB6D
RGB
CMYK
RGB Variations
Color information
#65AB6D (or 0x65AB6D) is known color: Fern. HEX triplet: 65, AB and 6D. RGB value is (101,171,109). Sum of RGB (Red+Green+Blue) = 101+171+109=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AB6D is #9A5492. Grayscale: #8F8F8F. Windows color (decimal): -10114195 or 7187301. OLE color: 7187301.
HSL color Cylindrical-coordinate representation of color #65AB6D: hue angle of 126.86º 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 #65AB6D is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 109 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.33 |
| HSL | 126.86º | 0.29% | 0.53% | - |
| HSV(B) | 126.86º | 0.41% | 0.67% | - |
| XYZ | 22.69 | 33 | 19.64 | - |
| YUV | 143 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 109 | 0.41 | 0 | 0.36 | 0.33 | 126.86 | 0.29 | 0.53 |
| Hex | 65 | AB | 6D | 29 | 0 | 24 | 21 | 7F | 1D | 35 |
| Octal | 145 | 253 | 155 | 51 | 0 | 44 | 41 | 177 | 35 | 65 |
| Binary | 1100101 | 10101011 | 1101101 | 101001 | 0 | 100100 | 100001 | 1111111 | 11101 | 110101 |
Color Harmonies of #65AB6D
Complementary color
Monochromatic Colors of #65AB6D
Black with #65AB6D
Text Example
Text Example
White with #65AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB6D; }
p { color: rgb(101,171,109); }
H1.HeaderClassName
{
color: #65AB6D;
}
.AnyTagClassName
{
color: #65AB6D;
}
</style>
background-color css
<style>
a { background-color: #65AB6D; }
a { background-color: rgb(101,171,109); }
div.DivClassName
{
background-color: #65AB6D;
}
.BgClassName
{
background-color: #65AB6D;
}
</style>
border-color css
<style>
span { border-color: #65AB6D; }
span { border-color: rgb(101,171,109); }
td.TdClassName
{
border-color: #65AB6D;
}
.TagClassName
{
border-color: #65AB6D;
}
</style>