#64A662

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

Shades of Fern #64A662

Tints of Fern #64A662

Color information

#64A662 (or 0x64A662) is unknown color: approx Fern. HEX triplet: 64, A6 and 62. RGB value is (100,166,98). Sum of RGB (Red+Green+Blue) = 100+166+98=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 166 - color contains mainly: green. Hex color #64A662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A662 is #9B599D. Grayscale: #8A8A8A. Windows color (decimal): -10181022 or 6465124. OLE color: 6465124.

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

Color convert

RGB10016698-
CMYK0.4000.410.35
HSL118.24º27.64%51.76%-
HSV(B)118.24º40.96%65.1%-
XYZ21.130.8616.4-
YUV138.51105.13100.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 166 (65.23% from 255) = 45.60%
BLUE value IS 98 (38.67% from 255) = 26.92%
R=27.47%
G=45.60%
B=26.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100166980.4000.410.35118.2427.6451.76
Hex64A6622802923761c34
Octal14424614250051431663464
Binary11001001010011011000101010000101001100011111011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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