#64845F

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

Shades of Hippie Green #64845F

Tints of Hippie Green #64845F

Color information

#64845F (or 0x64845F) is unknown color: approx Hippie Green. HEX triplet: 64, 84 and 5F. RGB value is (100,132,95). Sum of RGB (Red+Green+Blue) = 100+132+95=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #64845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64845F is #9B7BA0. Grayscale: #767676. Windows color (decimal): -10189729 or 6259812. OLE color: 6259812.

HSL color Cylindrical-coordinate representation of color #64845F: hue angle of 111.89º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64845F is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB10013295-
CMYK0.2400.280.48
HSL111.89º16.3%44.51%-
HSV(B)111.89º28.03%51.76%-
XYZ15.5720.0413.87-
YUV118.21114.9115.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=30.58%
G=40.37%
B=29.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132950.2400.280.48111.8916.344.51
Hex64845F1801C3070102d
Octal14420413730034601602055
Binary110010010000100101111111000011100110000111000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64845F; }

 p { color: rgb(100,132,95); }

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

<style>
 a { background-color: #64845F; }

 a { background-color: rgb(100,132,95); }

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

<style>
 span { border-color: #64845F; }

 span { border-color: rgb(100,132,95); }

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