#64A660

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

Shades of Fern #64A660

Tints of Fern #64A660

Color information

#64A660 (or 0x64A660) is unknown color: approx Fern. HEX triplet: 64, A6 and 60. RGB value is (100,166,96). Sum of RGB (Red+Green+Blue) = 100+166+96=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #64A660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A660 is #9B599F. Grayscale: #8A8A8A. Windows color (decimal): -10181024 or 6334052. OLE color: 6334052.

HSL color Cylindrical-coordinate representation of color #64A660: hue angle of 116.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64A660 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB10016696-
CMYK0.4000.420.35
HSL116.57º28.23%51.37%-
HSV(B)116.57º42.17%65.1%-
XYZ2130.8315.91-
YUV138.29104.13100.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 166 (65.23% from 255) = 45.86%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=27.62%
G=45.86%
B=26.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100166960.4000.420.35116.5728.2351.37
Hex64A6602802A23751c33
Octal14424614050052431653463
Binary11001001010011011000001010000101010100011111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,166,96); }

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

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

 a { background-color: rgb(100,166,96); }

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

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

 span { border-color: rgb(100,166,96); }

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