#64AE6C

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

Shades of Fern #64AE6C

Tints of Fern #64AE6C

Color information

#64AE6C (or 0x64AE6C) is unknown color: approx Fern. HEX triplet: 64, AE and 6C. RGB value is (100,174,108). Sum of RGB (Red+Green+Blue) = 100+174+108=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE6C is #9B5193. Grayscale: #909090. Windows color (decimal): -10178964 or 7122532. OLE color: 7122532.

HSL color Cylindrical-coordinate representation of color #64AE6C: hue angle of 126.49º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AE6C is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB100174108-
CMYK0.4300.380.32
HSL126.49º31.36%53.73%-
HSV(B)126.49º42.53%68.24%-
XYZ23.134.0619.54-
YUV144.35107.4896.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 174 (68.36% from 255) = 45.55%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=26.18%
G=45.55%
B=28.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001741080.4300.380.32126.4931.3653.73
Hex64AE6C2B026207e1f36
Octal14425615453046401763766
Binary11001001010111011011001010110100110100000111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,174,108); }

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

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

 a { background-color: rgb(100,174,108); }

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

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

 span { border-color: rgb(100,174,108); }

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