#64845C

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

Shades of Hippie Green #64845C

Tints of Hippie Green #64845C

Color information

#64845C (or 0x64845C) is unknown color: approx Hippie Green. HEX triplet: 64, 84 and 5C. RGB value is (100,132,92). Sum of RGB (Red+Green+Blue) = 100+132+92=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #64845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64845C is #9B7BA3. Grayscale: #767676. Windows color (decimal): -10189732 or 6063204. OLE color: 6063204.

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

Color convert

RGB10013292-
CMYK0.2400.300.48
HSL108º17.86%43.92%-
HSV(B)108º30.3%51.76%-
XYZ15.4419.9813.17-
YUV117.87113.4115.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=30.86%
G=40.74%
B=28.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132920.2400.300.4810817.8643.92
Hex64845C1801E306c122c
Octal14420413430036601542254
Binary110010010000100101110011000011110110000110110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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