#64A56A

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

Shades of Fern #64A56A

Tints of Fern #64A56A

Color information

#64A56A (or 0x64A56A) is unknown color: approx Fern. HEX triplet: 64, A5 and 6A. RGB value is (100,165,106). Sum of RGB (Red+Green+Blue) = 100+165+106=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #64A56A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A56A is #9B5A95. Grayscale: #8B8B8B. Windows color (decimal): -10181270 or 6989156. OLE color: 6989156.

HSL color Cylindrical-coordinate representation of color #64A56A: hue angle of 125.54º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A56A is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB100165106-
CMYK0.3900.360.35
HSL125.54º26.53%51.96%-
HSV(B)125.54º39.39%64.71%-
XYZ21.3130.6618.43-
YUV138.84109.47100.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=26.95%
G=44.47%
B=28.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001651060.3900.360.35125.5426.5351.96
Hex64A56A27024237e1b34
Octal14424515247044431763364
Binary11001001010010111010101001110100100100011111111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,165,106); }

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

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

 a { background-color: rgb(100,165,106); }

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

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

 span { border-color: rgb(100,165,106); }

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