#649063

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

Shades of Hippie Green #649063

Tints of Hippie Green #649063

Color information

#649063 (or 0x649063) is unknown color: approx Hippie Green. HEX triplet: 64, 90 and 63. RGB value is (100,144,99). Sum of RGB (Red+Green+Blue) = 100+144+99=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #649063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649063 is #9B6F9C. Grayscale: #7D7D7D. Windows color (decimal): -10186653 or 6525028. OLE color: 6525028.

HSL color Cylindrical-coordinate representation of color #649063: hue angle of 118.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649063 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB10014499-
CMYK0.3100.310.44
HSL118.67º18.52%47.65%-
HSV(B)118.67º31.25%56.47%-
XYZ17.4823.5615.43-
YUV125.71112.92109.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 99 (39.06% from 255) = 28.86%
R=29.15%
G=41.98%
B=28.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100144990.3100.310.44118.6718.5247.65
Hex6490631F01F2C771330
Octal14422014337037541672360
Binary110010010010000110001111111011111101100111011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649063; }

 p { color: rgb(100,144,99); }

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

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

 a { background-color: rgb(100,144,99); }

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

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

 span { border-color: rgb(100,144,99); }

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