Shades of Fern #65B971
Tints of Fern #65B971
RGB
CMYK
RGB Variations
Color information
#65B971 (or 0x65B971) is known color: Fern. HEX triplet: 65, B9 and 71. RGB value is (101,185,113). Sum of RGB (Red+Green+Blue) = 101+185+113=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #65B971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B971 is #9A468E. Grayscale: #979797. Windows color (decimal): -10110607 or 7453029. OLE color: 7453029.
HSL color Cylindrical-coordinate representation of color #65B971: hue angle of 128.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B971 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 185 | 113 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.27 |
| HSL | 128.57º | 0.38% | 0.56% | - |
| HSV(B) | 128.57º | 0.45% | 0.73% | - |
| XYZ | 25.7 | 38.66 | 21.73 | - |
| YUV | 151.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 113 | 0.45 | 0 | 0.39 | 0.27 | 128.57 | 0.38 | 0.56 |
| Hex | 65 | B9 | 71 | 2D | 0 | 27 | 1B | 81 | 26 | 38 |
| Octal | 145 | 271 | 161 | 55 | 0 | 47 | 33 | 201 | 46 | 70 |
| Binary | 1100101 | 10111001 | 1110001 | 101101 | 0 | 100111 | 11011 | 10000001 | 100110 | 111000 |
Color Harmonies of #65B971
Complementary color
Monochromatic Colors of #65B971
Black with #65B971
Text Example
Text Example
White with #65B971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B971; }
p { color: rgb(101,185,113); }
H1.HeaderClassName
{
color: #65B971;
}
.AnyTagClassName
{
color: #65B971;
}
</style>
background-color css
<style>
a { background-color: #65B971; }
a { background-color: rgb(101,185,113); }
div.DivClassName
{
background-color: #65B971;
}
.BgClassName
{
background-color: #65B971;
}
</style>
border-color css
<style>
span { border-color: #65B971; }
span { border-color: rgb(101,185,113); }
td.TdClassName
{
border-color: #65B971;
}
.TagClassName
{
border-color: #65B971;
}
</style>