#64885C

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

Shades of Hippie Green #64885C

Tints of Hippie Green #64885C

Color information

#64885C (or 0x64885C) is unknown color: approx Hippie Green. HEX triplet: 64, 88 and 5C. RGB value is (100,136,92). Sum of RGB (Red+Green+Blue) = 100+136+92=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #64885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64885C is #9B77A3. Grayscale: #787878. Windows color (decimal): -10188708 or 6064228. OLE color: 6064228.

HSL color Cylindrical-coordinate representation of color #64885C: hue angle of 109.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64885C is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB10013692-
CMYK0.2600.320.47
HSL109.09º19.3%44.71%-
HSV(B)109.09º32.35%53.33%-
XYZ15.9921.0913.35-
YUV120.22112.07113.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 136 (53.52% from 255) = 41.46%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=30.49%
G=41.46%
B=28.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100136920.2600.320.47109.0919.344.71
Hex64885C1A0202F6d132d
Octal14421013432040571552355
Binary1100100100010001011100110100100000101111110110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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