#648A5E

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

Shades of Hippie Green #648A5E

Tints of Hippie Green #648A5E

Color information

#648A5E (or 0x648A5E) is unknown color: approx Hippie Green. HEX triplet: 64, 8A and 5E. RGB value is (100,138,94). Sum of RGB (Red+Green+Blue) = 100+138+94=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #648A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A5E is #9B75A1. Grayscale: #797979. Windows color (decimal): -10188194 or 6195812. OLE color: 6195812.

HSL color Cylindrical-coordinate representation of color #648A5E: hue angle of 111.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648A5E is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB10013894-
CMYK0.2800.320.46
HSL111.82º18.97%45.49%-
HSV(B)111.82º31.88%54.12%-
XYZ16.3621.6913.91-
YUV121.62112.41112.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.12%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=30.12%
G=41.57%
B=28.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100138940.2800.320.46111.8218.9745.49
Hex648A5E1C0202E70132d
Octal14421213634040561602355
Binary1100100100010101011110111000100000101110111000010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648A5E; }

 p { color: rgb(100,138,94); }

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

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

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

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

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

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

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