#648065

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

Shades of Hippie Green #648065

Tints of Hippie Green #648065

Color information

#648065 (or 0x648065) is unknown color: approx Hippie Green. HEX triplet: 64, 80 and 65. RGB value is (100,128,101). Sum of RGB (Red+Green+Blue) = 100+128+101=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #648065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648065 is #9B7F9A. Grayscale: #747474. Windows color (decimal): -10190747 or 6652004. OLE color: 6652004.

HSL color Cylindrical-coordinate representation of color #648065: hue angle of 122.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648065 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB100128101-
CMYK0.2200.210.50
HSL122.14º12.28%44.71%-
HSV(B)122.14º21.88%50.2%-
XYZ15.3219.0915.19-
YUV116.55119.22116.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=30.40%
G=38.91%
B=30.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001281010.2200.210.50122.1412.2844.71
Hex64806516015327ac2d
Octal14420014526025621721455
Binary11001001000000011001011011001010111001011110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648065; }

 p { color: rgb(100,128,101); }

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

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

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

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

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

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

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