#64865B

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

Shades of Hippie Green #64865B

Tints of Hippie Green #64865B

Color information

#64865B (or 0x64865B) is unknown color: approx Hippie Green. HEX triplet: 64, 86 and 5B. RGB value is (100,134,91). Sum of RGB (Red+Green+Blue) = 100+134+91=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #64865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64865B is #9B79A4. Grayscale: #777777. Windows color (decimal): -10189221 or 5998180. OLE color: 5998180.

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

Color convert

RGB10013491-
CMYK0.2500.320.47
HSL107.44º19.11%44.12%-
HSV(B)107.44º32.09%52.55%-
XYZ15.6720.5113.03-
YUV118.93112.24114.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 91 (35.94% from 255) = 28%
R=30.77%
G=41.23%
B=28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100134910.2500.320.47107.4419.1144.12
Hex64865B190202F6b132c
Octal14420613331040571532354
Binary1100100100001101011011110010100000101111110101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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