#64885B

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

Shades of Hippie Green #64885B

Tints of Hippie Green #64885B

Color information

#64885B (or 0x64885B) is unknown color: approx Hippie Green. HEX triplet: 64, 88 and 5B. RGB value is (100,136,91). Sum of RGB (Red+Green+Blue) = 100+136+91=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #64885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64885B is #9B77A4. Grayscale: #787878. Windows color (decimal): -10188709 or 5998692. OLE color: 5998692.

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

Color convert

RGB10013691-
CMYK0.2600.330.47
HSL108º19.82%44.51%-
HSV(B)108º33.09%53.33%-
XYZ15.9521.0713.12-
YUV120.11111.57113.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=30.58%
G=41.59%
B=27.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100136910.2600.330.4710819.8244.51
Hex64885B1A0212F6c142d
Octal14421013332041571542455
Binary1100100100010001011011110100100001101111110110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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