COLOR #64A780

HEX: #64A780 RGB: (100,167,128)

Color info

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

RGB color model

#64A780 color RGB value is (100,167,128).

RGB: (100,167,128) (39%, 65%, 50%)

RGB channels and saturation

R 100 of 255 = 39%
G 167 of 255 = 65%
B 128 of 255 = 50%

100
167
128

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

Portions of RGB colors in percentages

R + G + B = 100 + 167 + 128 = 395 (100%)
R 100 of 395 ~ 25.32%
G 167 of 395 ~ 42.28%
B 128 of 395 ~ 32.41'%

%25.32
%42.28
%32.41

CMYK color model

#64A780 color CMYK value is (40,0,23,35).

  • cyan value is 40.12%
  • magenta value is 0.00%
  • yellow value is 23.35%
  • key color value is 34.51%

CMYK: (40,0,23,35)
C40M0Y23K35 (40%, 0%, 23%, 35%)
(0.40 / 0.00 / 0.23 / 0.35)

CMYK percentages

%40.12
%0
%23.35
%34.51

Codes

Color #64A780 in popluar color models

64 A7 80
RGB 100 167 128
HSL 145° 27.57% 52.35%
HSB/HSV 145° 40.12% 65.49%
CMYK 40.12% 0.00% 23.35%
34.51%

Color #64A780 in popluar number systems.

HEX 64 A7 80
Decimal 100 167 128
Binary 1100100 10100111 10000000
Octal 144 247 200

Shades and tints

Shades of #64A780

#64A780
(100,167,128)
#5B9875
(91,152,117)
#52896A
(82,137,106)
#497A5F
(73,122,95)
#406B54
(64,107,84)
#375C49
(55,92,73)
#2E4D3E
(46,77,62)
#253E33
(37,62,51)
#1C2F28
(28,47,40)
#13201D
(19,32,29)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #64A780

#64A780
(100,167,128)
#72AF8B
(114,175,139)
#80B796
(128,183,150)
#8EBFA1
(142,191,161)
#9CC7AC
(156,199,172)
#AACFB7
(170,207,183)
#B8D7C2
(184,215,194)
#C6DFCD
(198,223,205)
#D4E7D8
(212,231,216)
#E2EFE3
(226,239,227)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A780 color. Also use rgb(100,167,128) instead hex code.

Text Font Color

.myTextColor { color: #64A780; }

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

This text font color is #64A780.

Background Color

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

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

This div background color is #64A780.

Border color

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

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

This div border color is #64A780.

Opacity

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

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

Text with #64A780 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 #64A780;}

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

This text has shadow with #64A780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64A780.

Preview

Color preview on black background

This text has color #64A780 on black background.


Color preview on white background

This text has color #64A780 on white background.


Black color preview on #64A780 background

This text has black color on #64A780 background.


White color preview on #64A780 background

This text has white color on #64A780 background.


Related colors

Complementary color

Complementary color for #hex is #9B587F.


I love getcolorcode.com

Triadic colors

1 #8064A7 and #A78064 with #64A780 are triadic colors.

2 #80A764 and #A76480 with #64A780 are triadic colors.