#65BA73

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

Shades of Fern #65BA73

Tints of Fern #65BA73

Color information

#65BA73 (or 0x65BA73) is unknown color: approx Fern. HEX triplet: 65, BA and 73. RGB value is (101,186,115). Sum of RGB (Red+Green+Blue) = 101+186+115=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BA73 is #9A458C. Grayscale: #989898. Windows color (decimal): -10110349 or 7584357. OLE color: 7584357.

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

Color convert

RGB101186115-
CMYK0.4600.380.27
HSL129.88º38.12%56.27%-
HSV(B)129.88º45.7%72.94%-
XYZ26.0239.1222.4-
YUV152.49106.8491.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 186 (73.05% from 255) = 46.27%
BLUE value IS 115 (45.31% from 255) = 28.61%
R=25.12%
G=46.27%
B=28.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011861150.4600.380.27129.8838.1256.27
Hex65BA732E0261B822638
Octal14527216356046332024670
Binary110010110111010111001110111001001101101110000010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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