#649062

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

Shades of Hippie Green #649062

Tints of Hippie Green #649062

Color information

#649062 (or 0x649062) is unknown color: approx Hippie Green. HEX triplet: 64, 90 and 62. RGB value is (100,144,98). Sum of RGB (Red+Green+Blue) = 100+144+98=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #649062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649062 is #9B6F9D. Grayscale: #7D7D7D. Windows color (decimal): -10186654 or 6459492. OLE color: 6459492.

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

Color convert

RGB10014498-
CMYK0.3100.320.44
HSL117.39º19.01%47.45%-
HSV(B)117.39º31.94%56.47%-
XYZ17.4323.5415.18-
YUV125.6112.42109.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=29.24%
G=42.11%
B=28.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100144980.3100.320.44117.3919.0147.45
Hex6490621F0202C75132f
Octal14422014237040541652357
Binary1100100100100001100010111110100000101100111010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649062; }

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

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

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

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

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

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

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

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