#648A5D

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

Shades of Hippie Green #648A5D

Tints of Hippie Green #648A5D

Color information

#648A5D (or 0x648A5D) is unknown color: approx Hippie Green. HEX triplet: 64, 8A and 5D. RGB value is (100,138,93). Sum of RGB (Red+Green+Blue) = 100+138+93=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #648A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A5D is #9B75A2. Grayscale: #797979. Windows color (decimal): -10188195 or 6130276. OLE color: 6130276.

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

Color convert

RGB10013893-
CMYK0.2800.330.46
HSL110.67º19.48%45.29%-
HSV(B)110.67º32.61%54.12%-
XYZ16.3221.6813.68-
YUV121.51111.91112.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 138 (54.30% from 255) = 41.69%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=30.21%
G=41.69%
B=28.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100138930.2800.330.46110.6719.4845.29
Hex648A5D1C0212E6f132d
Octal14421213534041561572355
Binary1100100100010101011101111000100001101110110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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