#64BA78

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

Shades of Fern #64BA78

Tints of Fern #64BA78

Color information

#64BA78 (or 0x64BA78) is unknown color: approx Fern. HEX triplet: 64, BA and 78. RGB value is (100,186,120). Sum of RGB (Red+Green+Blue) = 100+186+120=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA78 is #9B4587. Grayscale: #989898. Windows color (decimal): -10175880 or 7912036. OLE color: 7912036.

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

Color convert

RGB100186120-
CMYK0.4600.350.27
HSL133.95º38.39%56.08%-
HSV(B)133.95º46.24%72.94%-
XYZ26.239.1823.95-
YUV152.76109.5190.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 186 (73.05% from 255) = 45.81%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=24.63%
G=45.81%
B=29.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001861200.4600.350.27133.9538.3956.08
Hex64BA782E0231B862638
Octal14427217056043332064670
Binary110010010111010111100010111001000111101110000110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BA78; }

 p { color: rgb(100,186,120); }

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

<style>
 a { background-color: #64BA78; }

 a { background-color: rgb(100,186,120); }

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

<style>
 span { border-color: #64BA78; }

 span { border-color: rgb(100,186,120); }

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