#64865A

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

Shades of Hippie Green #64865A

Tints of Hippie Green #64865A

Color information

#64865A (or 0x64865A) is unknown color: approx Hippie Green. HEX triplet: 64, 86 and 5A. RGB value is (100,134,90). Sum of RGB (Red+Green+Blue) = 100+134+90=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #64865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64865A is #9B79A5. Grayscale: #767676. Windows color (decimal): -10189222 or 5932644. OLE color: 5932644.

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

Color convert

RGB10013490-
CMYK0.2500.330.47
HSL106.36º19.64%43.92%-
HSV(B)106.36º32.84%52.55%-
XYZ15.6320.512.81-
YUV118.82111.74114.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=30.86%
G=41.36%
B=27.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100134900.2500.330.47106.3619.6443.92
Hex64865A190212F6a142c
Octal14420613231041571522454
Binary1100100100001101011010110010100001101111110101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64865A; }

 p { color: rgb(100,134,90); }

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

<style>
 a { background-color: #64865A; }

 a { background-color: rgb(100,134,90); }

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

<style>
 span { border-color: #64865A; }

 span { border-color: rgb(100,134,90); }

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