Shades of Fern #65AB71
Tints of Fern #65AB71
RGB
CMYK
RGB Variations
Color information
#65AB71 (or 0x65AB71) is known color: Fern. HEX triplet: 65, AB and 71. RGB value is (101,171,113). Sum of RGB (Red+Green+Blue) = 101+171+113=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AB71 is #9A548E. Grayscale: #8F8F8F. Windows color (decimal): -10114191 or 7449445. OLE color: 7449445.
HSL color Cylindrical-coordinate representation of color #65AB71: hue angle of 130.29º 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 #65AB71 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 113 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.33 |
| HSL | 130.29º | 0.29% | 0.53% | - |
| HSV(B) | 130.29º | 0.41% | 0.67% | - |
| XYZ | 22.91 | 33.08 | 20.8 | - |
| YUV | 143.46 | 110.81 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 113 | 0.41 | 0 | 0.34 | 0.33 | 130.29 | 0.29 | 0.53 |
| Hex | 65 | AB | 71 | 29 | 0 | 22 | 21 | 82 | 1D | 35 |
| Octal | 145 | 253 | 161 | 51 | 0 | 42 | 41 | 202 | 35 | 65 |
| Binary | 1100101 | 10101011 | 1110001 | 101001 | 0 | 100010 | 100001 | 10000010 | 11101 | 110101 |
Color Harmonies of #65AB71
Complementary color
Monochromatic Colors of #65AB71
Black with #65AB71
Text Example
Text Example
White with #65AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB71; }
p { color: rgb(101,171,113); }
H1.HeaderClassName
{
color: #65AB71;
}
.AnyTagClassName
{
color: #65AB71;
}
</style>
background-color css
<style>
a { background-color: #65AB71; }
a { background-color: rgb(101,171,113); }
div.DivClassName
{
background-color: #65AB71;
}
.BgClassName
{
background-color: #65AB71;
}
</style>
border-color css
<style>
span { border-color: #65AB71; }
span { border-color: rgb(101,171,113); }
td.TdClassName
{
border-color: #65AB71;
}
.TagClassName
{
border-color: #65AB71;
}
</style>