#65BA70

Color #65BA70 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #65BA70

Tints of Fern #65BA70

Color information

#65BA70 (or 0x65BA70) is unknown color: approx Fern. HEX triplet: 65, BA and 70. RGB value is (101,186,112). Sum of RGB (Red+Green+Blue) = 101+186+112=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BA70 is #9A458F. Grayscale: #989898. Windows color (decimal): -10110352 or 7387749. OLE color: 7387749.

HSL color Cylindrical-coordinate representation of color #65BA70: hue angle of 127.76º 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 #65BA70 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB101186112-
CMYK0.4600.400.27
HSL127.76º38.12%56.27%-
HSV(B)127.76º45.7%72.94%-
XYZ25.8539.0521.51-
YUV152.15105.3491.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=25.31%
G=46.62%
B=28.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011861120.4600.400.27127.7638.1256.27
Hex65BA702E0281B802638
Octal14527216056050332004670
Binary110010110111010111000010111001010001101110000000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65BA70; }

 p { color: rgb(101,186,112); }

 H1.HeaderClassName
 {
   color: #65BA70;
 }
 .AnyTagClassName
 {
   color: #65BA70;
 }
</style>
background-color css

<style>
 a { background-color: #65BA70; }

 a { background-color: rgb(101,186,112); }

 div.DivClassName
 {
   background-color: #65BA70;
 }
 .BgClassName
 {
   background-color: #65BA70;
 }
</style>
border-color css

<style>
 span { border-color: #65BA70; }

 span { border-color: rgb(101,186,112); }

 td.TdClassName
 {
   border-color: #65BA70;
 }
 .TagClassName
 {
   border-color: #65BA70;
 }
</style>