Shades of Fern #65BA75
Tints of Fern #65BA75
RGB
CMYK
RGB Variations
Color information
#65BA75 (or 0x65BA75) is known color: Fern. HEX triplet: 65, BA and 75. RGB value is (101,186,117). Sum of RGB (Red+Green+Blue) = 101+186+117=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BA75 is #9A458A. Grayscale: #989898. Windows color (decimal): -10110347 or 7715429. OLE color: 7715429.
HSL color Cylindrical-coordinate representation of color #65BA75: hue angle of 131.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BA75 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 117 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.27 |
| HSL | 131.29º | 0.38% | 0.56% | - |
| HSV(B) | 131.29º | 0.46% | 0.73% | - |
| XYZ | 26.14 | 39.17 | 23.01 | - |
| YUV | 152.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 117 | 0.46 | 0 | 0.37 | 0.27 | 131.29 | 0.38 | 0.56 |
| Hex | 65 | BA | 75 | 2E | 0 | 25 | 1B | 83 | 26 | 38 |
| Octal | 145 | 272 | 165 | 56 | 0 | 45 | 33 | 203 | 46 | 70 |
| Binary | 1100101 | 10111010 | 1110101 | 101110 | 0 | 100101 | 11011 | 10000011 | 100110 | 111000 |
Color Harmonies of #65BA75
Complementary color
Monochromatic Colors of #65BA75
Black with #65BA75
Text Example
Text Example
White with #65BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BA75; }
p { color: rgb(101,186,117); }
H1.HeaderClassName
{
color: #65BA75;
}
.AnyTagClassName
{
color: #65BA75;
}
</style>
background-color css
<style>
a { background-color: #65BA75; }
a { background-color: rgb(101,186,117); }
div.DivClassName
{
background-color: #65BA75;
}
.BgClassName
{
background-color: #65BA75;
}
</style>
border-color css
<style>
span { border-color: #65BA75; }
span { border-color: rgb(101,186,117); }
td.TdClassName
{
border-color: #65BA75;
}
.TagClassName
{
border-color: #65BA75;
}
</style>