#64A55D

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

Shades of Hippie Green #64A55D

Tints of Hippie Green #64A55D

Color information

#64A55D (or 0x64A55D) is unknown color: approx Hippie Green. HEX triplet: 64, A5 and 5D. RGB value is (100,165,93). Sum of RGB (Red+Green+Blue) = 100+165+93=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #64A55D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A55D is #9B5AA2. Grayscale: #898989. Windows color (decimal): -10181283 or 6137188. OLE color: 6137188.

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

Color convert

RGB10016593-
CMYK0.3900.440.35
HSL114.17º28.57%50.59%-
HSV(B)114.17º43.64%64.71%-
XYZ20.6930.4115.14-
YUV137.36102.97101.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 165 (64.84% from 255) = 46.09%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=27.93%
G=46.09%
B=25.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100165930.3900.440.35114.1728.5750.59
Hex64A55D2702C23721d33
Octal14424513547054431623563
Binary11001001010010110111011001110101100100011111001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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