#64805E

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

Shades of Hippie Green #64805E

Tints of Hippie Green #64805E

Color information

#64805E (or 0x64805E) is unknown color: approx Hippie Green. HEX triplet: 64, 80 and 5E. RGB value is (100,128,94). Sum of RGB (Red+Green+Blue) = 100+128+94=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #64805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64805E is #9B7FA1. Grayscale: #737373. Windows color (decimal): -10190754 or 6193252. OLE color: 6193252.

HSL color Cylindrical-coordinate representation of color #64805E: hue angle of 109.41º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64805E is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB10012894-
CMYK0.2200.270.50
HSL109.41º15.32%43.53%-
HSV(B)109.41º26.56%50.2%-
XYZ1518.9613.46-
YUV115.75115.72116.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=31.06%
G=39.75%
B=29.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100128940.2200.270.50109.4115.3243.53
Hex64805E1601B326df2c
Octal14420013626033621551754
Binary11001001000000010111101011001101111001011011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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