#64845E

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

Shades of Hippie Green #64845E

Tints of Hippie Green #64845E

Color information

#64845E (or 0x64845E) is unknown color: approx Hippie Green. HEX triplet: 64, 84 and 5E. RGB value is (100,132,94). Sum of RGB (Red+Green+Blue) = 100+132+94=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #64845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64845E is #9B7BA1. Grayscale: #767676. Windows color (decimal): -10189730 or 6194276. OLE color: 6194276.

HSL color Cylindrical-coordinate representation of color #64845E: hue angle of 110.53º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64845E is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB10013294-
CMYK0.2400.290.48
HSL110.53º16.81%44.31%-
HSV(B)110.53º28.79%51.76%-
XYZ15.5320.0213.64-
YUV118.1114.4115.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=30.67%
G=40.49%
B=28.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132940.2400.290.48110.5316.8144.31
Hex64845E1801D306f112c
Octal14420413630035601572154
Binary110010010000100101111011000011101110000110111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64845E; }

 p { color: rgb(100,132,94); }

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

<style>
 a { background-color: #64845E; }

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

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

<style>
 span { border-color: #64845E; }

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

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