Shades of Fern #65B970
Tints of Fern #65B970
RGB
CMYK
RGB Variations
Color information
#65B970 (or 0x65B970) is known color: Fern. HEX triplet: 65, B9 and 70. RGB value is (101,185,112). Sum of RGB (Red+Green+Blue) = 101+185+112=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #65B970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B970 is #9A468F. Grayscale: #979797. Windows color (decimal): -10110608 or 7387493. OLE color: 7387493.
HSL color Cylindrical-coordinate representation of color #65B970: hue angle of 127.86º 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 #65B970 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 185 | 112 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.27 |
| HSL | 127.86º | 0.38% | 0.56% | - |
| HSV(B) | 127.86º | 0.45% | 0.73% | - |
| XYZ | 25.64 | 38.63 | 21.44 | - |
| YUV | 151.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 112 | 0.45 | 0 | 0.39 | 0.27 | 127.86 | 0.38 | 0.56 |
| Hex | 65 | B9 | 70 | 2D | 0 | 27 | 1B | 80 | 26 | 38 |
| Octal | 145 | 271 | 160 | 55 | 0 | 47 | 33 | 200 | 46 | 70 |
| Binary | 1100101 | 10111001 | 1110000 | 101101 | 0 | 100111 | 11011 | 10000000 | 100110 | 111000 |
Color Harmonies of #65B970
Complementary color
Monochromatic Colors of #65B970
Black with #65B970
Text Example
Text Example
White with #65B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B970; }
p { color: rgb(101,185,112); }
H1.HeaderClassName
{
color: #65B970;
}
.AnyTagClassName
{
color: #65B970;
}
</style>
background-color css
<style>
a { background-color: #65B970; }
a { background-color: rgb(101,185,112); }
div.DivClassName
{
background-color: #65B970;
}
.BgClassName
{
background-color: #65B970;
}
</style>
border-color css
<style>
span { border-color: #65B970; }
span { border-color: rgb(101,185,112); }
td.TdClassName
{
border-color: #65B970;
}
.TagClassName
{
border-color: #65B970;
}
</style>