#64905D

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

Shades of Hippie Green #64905D

Tints of Hippie Green #64905D

Color information

#64905D (or 0x64905D) is unknown color: approx Hippie Green. HEX triplet: 64, 90 and 5D. RGB value is (100,144,93). Sum of RGB (Red+Green+Blue) = 100+144+93=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #64905D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64905D is #9B6FA2. Grayscale: #7D7D7D. Windows color (decimal): -10186659 or 6131812. OLE color: 6131812.

HSL color Cylindrical-coordinate representation of color #64905D: hue angle of 111.76º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64905D is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB10014493-
CMYK0.3100.350.44
HSL111.76º21.52%46.47%-
HSV(B)111.76º35.42%56.47%-
XYZ17.223.4513.97-
YUV125.03109.92110.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=29.67%
G=42.73%
B=27.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100144930.3100.350.44111.7621.5246.47
Hex64905D1F0232C70162e
Octal14422013537043541602656
Binary1100100100100001011101111110100011101100111000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64905D; }

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

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

<style>
 a { background-color: #64905D; }

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

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

<style>
 span { border-color: #64905D; }

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

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