#64A164

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

Shades of Fern #64A164

Tints of Fern #64A164

Color information

#64A164 (or 0x64A164) is unknown color: approx Fern. HEX triplet: 64, A1 and 64. RGB value is (100,161,100). Sum of RGB (Red+Green+Blue) = 100+161+100=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #64A164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A164 is #9B5E9B. Grayscale: #878787. Windows color (decimal): -10182300 or 6594916. OLE color: 6594916.

HSL color Cylindrical-coordinate representation of color #64A164: hue angle of 120º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A164 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB100161100-
CMYK0.3800.380.37
HSL120º24.5%51.18%-
HSV(B)120º37.89%63.14%-
XYZ20.329.1216.61-
YUV135.81107.79102.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 161 (63.28% from 255) = 44.60%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=27.70%
G=44.60%
B=27.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1001611000.3800.380.3712024.551.18
Hex64A1642602625781833
Octal14424114446046451703063
Binary11001001010000111001001001100100110100101111100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,161,100); }

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

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

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

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

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

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

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