COLOR #64A66F

HEX: #64A66F
RGB: (100,166,111)

Color info

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

RGB color model

#64A66F color RGB value is (100,166,111).

  • red value is 100;
  • green value is 166;
  • blue value is 111.
RGB:
(100,166,111)
(39%,65%,44%)

RGB channels and saturation

R 100 of 255 = 39%
G 166 of 255 = 65%
B 111 of 255 = 44%

100
166
111

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

Portions of RGB colors in percentages

R + G + B =
100 + 166 + 111 = 377 (100%)
R 100 of 377 ~ 26.53%
G 166 of 377 ~ 44.03%
B 111 of 377 ~ 29.44%

%26.53
%44.03
%29.44

CMYK color model

#64A66F color CMYK value is (40,0,33,35).

  • cyan value is 39.76%
  • magenta value is 0.00%
  • yellow value is 33.13%
  • key color value is 34.90%
CMYK:
(40,0,33,35)
C40M0Y33K35 
(40%,0%,33%,35%)
(0.40/0.00/0.33/0.35)	

CMYK percentages

%39.76
%0
%33.13
%34.9

Codes

Color #64A66F in popluar color models

64A66F
RGB100166111
HSL130°27.05%52.16%
HSB/HSV130°39.76%65.10%
CMYK39.76%0.00%33.13%
34.90%

Color #64A66F in popluar number systems.

HEX64A66F
Decimal100166111
Binary1100100101001101101111
Octal144246157

Shades and tints

Shades of #64A66F

#64A66F
(100,166,111)
#5B9765
(91,151,101)
#52885B
(82,136,91)
#497951
(73,121,81)
#406A47
(64,106,71)
#375B3D
(55,91,61)
#2E4C33
(46,76,51)
#253D29
(37,61,41)
#1C2E1F
(28,46,31)
#131F15
(19,31,21)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #64A66F

#64A66F
(100,166,111)
#72AE7C
(114,174,124)
#80B689
(128,182,137)
#8EBE96
(142,190,150)
#9CC6A3
(156,198,163)
#AACEB0
(170,206,176)
#B8D6BD
(184,214,189)
#C6DECA
(198,222,202)
#D4E6D7
(212,230,215)
#E2EEE4
(226,238,228)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A66F color. Also use rgb(100,166,111) instead hex code.

Text Font Color

.myTextColor { color: #64A66F; }

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

This text font color is #64A66F.


Background Color

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

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

This div background color is #64A66F.


Border color

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

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

This div border color is #64A66F.


Opacity

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

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

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

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

This text has shadow with #64A66F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A66F on black background.


Color preview on white background

This text has color #64A66F on white background.



Black color preview on #64A66F background

This text has black color on #64A66F background.


White color preview on #64A66F background

This text has white color on #64A66F background.