#64815E

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

Shades of Hippie Green #64815E

Tints of Hippie Green #64815E

Color information

#64815E (or 0x64815E) is unknown color: approx Hippie Green. HEX triplet: 64, 81 and 5E. RGB value is (100,129,94). Sum of RGB (Red+Green+Blue) = 100+129+94=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #64815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64815E is #9B7EA1. Grayscale: #747474. Windows color (decimal): -10190498 or 6193508. OLE color: 6193508.

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

Color convert

RGB10012994-
CMYK0.2200.270.49
HSL109.71º15.7%43.73%-
HSV(B)109.71º27.13%50.59%-
XYZ15.1319.2213.5-
YUV116.34115.39116.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=30.96%
G=39.94%
B=29.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100129940.2200.270.49109.7115.743.73
Hex64815E1601B316e102c
Octal14420113626033611562054
Binary110010010000001101111010110011011110001110111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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