#64915D

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

Shades of Hippie Green #64915D

Tints of Hippie Green #64915D

Color information

#64915D (or 0x64915D) is unknown color: approx Hippie Green. HEX triplet: 64, 91 and 5D. RGB value is (100,145,93). Sum of RGB (Red+Green+Blue) = 100+145+93=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #64915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64915D is #9B6EA2. Grayscale: #7D7D7D. Windows color (decimal): -10186403 or 6132068. OLE color: 6132068.

HSL color Cylindrical-coordinate representation of color #64915D: hue angle of 111.92º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64915D is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB10014593-
CMYK0.3100.360.43
HSL111.92º21.85%46.67%-
HSV(B)111.92º35.86%56.86%-
XYZ17.3623.7514.03-
YUV125.62109.59109.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 145 (57.03% from 255) = 42.90%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=29.59%
G=42.90%
B=27.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100145930.3100.360.43111.9221.8546.67
Hex64915D1F0242B70162f
Octal14422113537044531602657
Binary1100100100100011011101111110100100101011111000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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