COLOR #64AA78

HEX: #64AA78 RGB: (100,170,120)

Color info

#64AA78 contains mainly green and blue colors. Web safe color of #64AA78 is #669966 (or #696).

RGB color model

#64AA78 color RGB value is (100,170,120).

RGB: (100,170,120) (39%, 67%, 47%)

RGB channels and saturation

R 100 of 255 = 39%
G 170 of 255 = 67%
B 120 of 255 = 47%

100
170
120

R + G + B ~ 51%. #64AA78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 170 + 120 = 390 (100%)
R 100 of 390 ~ 25.64%
G 170 of 390 ~ 43.59%
B 120 of 390 ~ 30.77'%

%25.64
%43.59
%30.77

CMYK color model

#64AA78 color CMYK value is (41,0,29,33).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 33.33%

CMYK: (41,0,29,33)
C41M0Y29K33 (41%, 0%, 29%, 33%)
(0.41 / 0.00 / 0.29 / 0.33)

CMYK percentages

%41.18
%0
%29.41
%33.33

Codes

Color #64AA78 in popluar color models

64 AA 78
RGB 100 170 120
HSL 137° 29.17% 52.94%
HSB/HSV 137° 41.18% 66.67%
CMYK 41.18% 0.00% 29.41%
33.33%

Color #64AA78 in popluar number systems.

HEX 64 AA 78
Decimal 100 170 120
Binary 1100100 10101010 1111000
Octal 144 252 170

Shades and tints

Shades of #64AA78

#64AA78
(100,170,120)
#5B9B6E
(91,155,110)
#528C64
(82,140,100)
#497D5A
(73,125,90)
#406E50
(64,110,80)
#375F46
(55,95,70)
#2E503C
(46,80,60)
#254132
(37,65,50)
#1C3228
(28,50,40)
#13231E
(19,35,30)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #64AA78

#64AA78
(100,170,120)
#72B184
(114,177,132)
#80B890
(128,184,144)
#8EBF9C
(142,191,156)
#9CC6A8
(156,198,168)
#AACDB4
(170,205,180)
#B8D4C0
(184,212,192)
#C6DBCC
(198,219,204)
#D4E2D8
(212,226,216)
#E2E9E4
(226,233,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64AA78 color. Also use rgb(100,170,120) instead hex code.

Text Font Color

.myTextColor { color: #64AA78; }

<p style="color:#64AA78">This sample text font color is #64AA78.</p>

This text font color is #64AA78.

Background Color

.myBgColor { background-color: #64AA78; }

<div style="background-color:#64AA78">Inner text</div>

This div background color is #64AA78.

Border color

.myBorderColor { border: 1px solid #64AA78; }

<div style="border:3px solid #64AA78">Div</div>

This div border color is #64AA78.

Opacity

.myOpacity80 { color: #64AA78; opacity: 0.8; }

<p style="color:#64AA78;opacity:0.8;">80%</p>

Text with #64AA78 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #64AA78;}

<p style="text-shadow: 3px 3px 1px #64AA78">Text here.</p>

This text has shadow with #64AA78 color.


.textShadow {text-shadow: 3px 3px 1px #64AA78', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #64AA78, 5px 5px 20px red">Text here.</p>

This text has shadow with #64AA78 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#64AA78, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#64AA78, Direction=45, Strength=4)">Text</p>

This text has shadow with #64AA78 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #64AA78;
-webkit-box-shadow: 1px 1px 3px 2px #64AA78;
box-shadow: 1px 1px 3px 2px #64AA78;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #64AA78; -webkit-box-shadow: 1px 1px 3px 2px #64AA78; box-shadow:1px 1px 3px 2px #64AA78;">
Div content here
</div>

This div box has shadow with color #64AA78.

Preview

Color preview on black background

This text has color #64AA78 on black background.


Color preview on white background

This text has color #64AA78 on white background.


Black color preview on #64AA78 background

This text has black color on #64AA78 background.


White color preview on #64AA78 background

This text has white color on #64AA78 background.


Related colors

Complementary color

Complementary color for #hex is #9B5587.


I love getcolorcode.com

Triadic colors

1 #7864AA and #AA7864 with #64AA78 are triadic colors.

2 #78AA64 and #AA6478 with #64AA78 are triadic colors.