#649560

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

Shades of Hippie Green #649560

Tints of Hippie Green #649560

Color information

#649560 (or 0x649560) is unknown color: approx Hippie Green. HEX triplet: 64, 95 and 60. RGB value is (100,149,96). Sum of RGB (Red+Green+Blue) = 100+149+96=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #649560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649560 is #9B6A9F. Grayscale: #808080. Windows color (decimal): -10185376 or 6329700. OLE color: 6329700.

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

Color convert

RGB10014996-
CMYK0.3300.360.42
HSL115.47º21.63%48.04%-
HSV(B)115.47º35.57%58.43%-
XYZ18.1125.0514.95-
YUV128.31109.77107.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=28.99%
G=43.19%
B=27.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100149960.3300.360.42115.4721.6348.04
Hex649560210242A731630
Octal14422514041044521632660
Binary11001001001010111000001000010100100101010111001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649560; }

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

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

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

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

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

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

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

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