#64935A

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

Shades of Hippie Green #64935A

Tints of Hippie Green #64935A

Color information

#64935A (or 0x64935A) is unknown color: approx Hippie Green. HEX triplet: 64, 93 and 5A. RGB value is (100,147,90). Sum of RGB (Red+Green+Blue) = 100+147+90=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #64935A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64935A is #9B6CA5. Grayscale: #7E7E7E. Windows color (decimal): -10185894 or 5935972. OLE color: 5935972.

HSL color Cylindrical-coordinate representation of color #64935A: hue angle of 109.47º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64935A is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB10014790-
CMYK0.3200.390.42
HSL109.47º24.05%46.47%-
HSV(B)109.47º38.78%57.65%-
XYZ17.5324.3113.44-
YUV126.45107.43109.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=29.67%
G=43.62%
B=26.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100147900.3200.390.42109.4724.0546.47
Hex64935A200272A6d182e
Octal14422313240047521553056
Binary11001001001001110110101000000100111101010110110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64935A; }

 p { color: rgb(100,147,90); }

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

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

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

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

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

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

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