Shades of Fern #65AB63
Tints of Fern #65AB63
RGB
CMYK
RGB Variations
Color information
#65AB63 (or 0x65AB63) is known color: Fern. HEX triplet: 65, AB and 63. RGB value is (101,171,99). Sum of RGB (Red+Green+Blue) = 101+171+99=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AB63 is #9A549C. Grayscale: #8E8E8E. Windows color (decimal): -10114205 or 6531941. OLE color: 6531941.
HSL color Cylindrical-coordinate representation of color #65AB63: hue angle of 118.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AB63 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 99 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.33 |
| HSL | 118.33º | 0.3% | 0.53% | - |
| HSV(B) | 118.33º | 0.42% | 0.67% | - |
| XYZ | 22.18 | 32.79 | 16.97 | - |
| YUV | 141.86 | 103.81 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 99 | 0.41 | 0 | 0.42 | 0.33 | 118.33 | 0.3 | 0.53 |
| Hex | 65 | AB | 63 | 29 | 0 | 2A | 21 | 76 | 1E | 35 |
| Octal | 145 | 253 | 143 | 51 | 0 | 52 | 41 | 166 | 36 | 65 |
| Binary | 1100101 | 10101011 | 1100011 | 101001 | 0 | 101010 | 100001 | 1110110 | 11110 | 110101 |
Color Harmonies of #65AB63
Complementary color
Monochromatic Colors of #65AB63
Black with #65AB63
Text Example
Text Example
White with #65AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB63; }
p { color: rgb(101,171,99); }
H1.HeaderClassName
{
color: #65AB63;
}
.AnyTagClassName
{
color: #65AB63;
}
</style>
background-color css
<style>
a { background-color: #65AB63; }
a { background-color: rgb(101,171,99); }
div.DivClassName
{
background-color: #65AB63;
}
.BgClassName
{
background-color: #65AB63;
}
</style>
border-color css
<style>
span { border-color: #65AB63; }
span { border-color: rgb(101,171,99); }
td.TdClassName
{
border-color: #65AB63;
}
.TagClassName
{
border-color: #65AB63;
}
</style>