#648160

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

Shades of Hippie Green #648160

Tints of Hippie Green #648160

Color information

#648160 (or 0x648160) is unknown color: approx Hippie Green. HEX triplet: 64, 81 and 60. RGB value is (100,129,96). Sum of RGB (Red+Green+Blue) = 100+129+96=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #648160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648160 is #9B7E9F. Grayscale: #747474. Windows color (decimal): -10190496 or 6324580. OLE color: 6324580.

HSL color Cylindrical-coordinate representation of color #648160: hue angle of 112.73º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648160 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB10012996-
CMYK0.2200.260.49
HSL112.73º14.67%44.12%-
HSV(B)112.73º25.58%50.59%-
XYZ15.2219.2513.98-
YUV116.57116.39116.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=30.77%
G=39.69%
B=29.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100129960.2200.260.49112.7314.6744.12
Hex6481601601A3171f2c
Octal14420114026032611611754
Binary11001001000000111000001011001101011000111100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648160; }

 p { color: rgb(100,129,96); }

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

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

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

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

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

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

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