Shades of Fern #65B975
Tints of Fern #65B975
RGB
CMYK
RGB Variations
Color information
#65B975 (or 0x65B975) is known color: Fern. HEX triplet: 65, B9 and 75. RGB value is (101,185,117). Sum of RGB (Red+Green+Blue) = 101+185+117=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #65B975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B975 is #9A468A. Grayscale: #989898. Windows color (decimal): -10110603 or 7715173. OLE color: 7715173.
HSL color Cylindrical-coordinate representation of color #65B975: hue angle of 131.43º 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 #65B975 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 185 | 117 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.27 |
| HSL | 131.43º | 0.38% | 0.56% | - |
| HSV(B) | 131.43º | 0.45% | 0.73% | - |
| XYZ | 25.93 | 38.75 | 22.94 | - |
| YUV | 152.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 117 | 0.45 | 0 | 0.37 | 0.27 | 131.43 | 0.38 | 0.56 |
| Hex | 65 | B9 | 75 | 2D | 0 | 25 | 1B | 83 | 26 | 38 |
| Octal | 145 | 271 | 165 | 55 | 0 | 45 | 33 | 203 | 46 | 70 |
| Binary | 1100101 | 10111001 | 1110101 | 101101 | 0 | 100101 | 11011 | 10000011 | 100110 | 111000 |
Color Harmonies of #65B975
Complementary color
Monochromatic Colors of #65B975
Black with #65B975
Text Example
Text Example
White with #65B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B975; }
p { color: rgb(101,185,117); }
H1.HeaderClassName
{
color: #65B975;
}
.AnyTagClassName
{
color: #65B975;
}
</style>
background-color css
<style>
a { background-color: #65B975; }
a { background-color: rgb(101,185,117); }
div.DivClassName
{
background-color: #65B975;
}
.BgClassName
{
background-color: #65B975;
}
</style>
border-color css
<style>
span { border-color: #65B975; }
span { border-color: rgb(101,185,117); }
td.TdClassName
{
border-color: #65B975;
}
.TagClassName
{
border-color: #65B975;
}
</style>