#648864

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

Shades of Hippie Green #648864

Tints of Hippie Green #648864

Color information

#648864 (or 0x648864) is unknown color: approx Hippie Green. HEX triplet: 64, 88 and 64. RGB value is (100,136,100). Sum of RGB (Red+Green+Blue) = 100+136+100=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #648864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648864 is #9B779B. Grayscale: #797979. Windows color (decimal): -10188700 or 6588516. OLE color: 6588516.

HSL color Cylindrical-coordinate representation of color #648864: hue angle of 120º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648864 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB100136100-
CMYK0.2600.260.47
HSL120º15.25%46.27%-
HSV(B)120º26.47%53.33%-
XYZ16.3621.2415.29-
YUV121.13116.07112.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=29.76%
G=40.48%
B=29.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001361000.2600.260.4712015.2546.27
Hex6488641A01A2F78f2e
Octal14421014432032571701756
Binary11001001000100011001001101001101010111111110001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648864; }

 p { color: rgb(100,136,100); }

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

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

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

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

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

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

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