#649660

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

Shades of Hippie Green #649660

Tints of Hippie Green #649660

Color information

#649660 (or 0x649660) is unknown color: approx Hippie Green. HEX triplet: 64, 96 and 60. RGB value is (100,150,96). Sum of RGB (Red+Green+Blue) = 100+150+96=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #649660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649660 is #9B699F. Grayscale: #818181. Windows color (decimal): -10185120 or 6329956. OLE color: 6329956.

HSL color Cylindrical-coordinate representation of color #649660: hue angle of 115.56º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649660 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB10015096-
CMYK0.3300.360.41
HSL115.56º21.95%48.24%-
HSV(B)115.56º36%58.82%-
XYZ18.2725.3715-
YUV128.89109.44107.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=28.90%
G=43.35%
B=27.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100150960.3300.360.41115.5621.9548.24
Hex6496602102429741630
Octal14422614041044511642660
Binary11001001001011011000001000010100100101001111010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649660; }

 p { color: rgb(100,150,96); }

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

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

 a { background-color: rgb(100,150,96); }

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

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

 span { border-color: rgb(100,150,96); }

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