COLOR #64AE76

HEX: #64AE76
RGB: (100,174,118)

Color info

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

RGB color model

#64AE76 color RGB value is (100,174,118).

  • red value is 100;
  • green value is 174;
  • blue value is 118.
RGB:
(100,174,118)
(39%,68%,46%)

RGB channels and saturation

R 100 of 255 = 39%
G 174 of 255 = 68%
B 118 of 255 = 46%

100
174
118

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

Portions of RGB colors in percentages

R + G + B =
100 + 174 + 118 = 392 (100%)
R 100 of 392 ~ 25.51%
G 174 of 392 ~ 44.39%
B 118 of 392 ~ 30.1%

%25.51
%44.39
%30.1

CMYK color model

#64AE76 color CMYK value is (43,0,32,32).

  • cyan value is 42.53%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 31.76%
CMYK:
(43,0,32,32)
C43M0Y32K32 
(43%,0%,32%,32%)
(0.43/0.00/0.32/0.32)	

CMYK percentages

%42.53
%0
%32.18
%31.76

Codes

Color #64AE76 in popluar color models

64AE76
RGB100174118
HSL135°31.36%53.73%
HSB/HSV135°42.53%68.24%
CMYK42.53%0.00%32.18%
31.76%

Color #64AE76 in popluar number systems.

HEX64AE76
Decimal100174118
Binary1100100101011101110110
Octal144256166

Shades and tints

Shades of #64AE76

#64AE76
(100,174,118)
#5B9F6C
(91,159,108)
#529062
(82,144,98)
#498158
(73,129,88)
#40724E
(64,114,78)
#376344
(55,99,68)
#2E543A
(46,84,58)
#254530
(37,69,48)
#1C3626
(28,54,38)
#13271C
(19,39,28)
#0A1812
(10,24,18)
#000000
(0,0,0)

Tints of #64AE76

#64AE76
(100,174,118)
#72B582
(114,181,130)
#80BC8E
(128,188,142)
#8EC39A
(142,195,154)
#9CCAA6
(156,202,166)
#AAD1B2
(170,209,178)
#B8D8BE
(184,216,190)
#C6DFCA
(198,223,202)
#D4E6D6
(212,230,214)
#E2EDE2
(226,237,226)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64AE76 color. Also use rgb(100,174,118) instead hex code.

Text Font Color

.myTextColor { color: #64AE76; }

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

This text font color is #64AE76.


Background Color

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

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

This div background color is #64AE76.


Border color

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

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

This div border color is #64AE76.


Opacity

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

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

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

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

This text has shadow with #64AE76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64AE76 on black background.


Color preview on white background

This text has color #64AE76 on white background.



Black color preview on #64AE76 background

This text has black color on #64AE76 background.


White color preview on #64AE76 background

This text has white color on #64AE76 background.