COLOR #64AF6D

HEX: #64AF6D RGB: (100,175,109)

Color info

#64AF6D contains mainly green color. Web safe color of #64AF6D is #669966 (or #696).

RGB color model

#64AF6D color RGB value is (100,175,109).

RGB: (100,175,109) (39%, 69%, 43%)

RGB channels and saturation

R 100 of 255 = 39%
G 175 of 255 = 69%
B 109 of 255 = 43%

100
175
109

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

Portions of RGB colors in percentages

R + G + B = 100 + 175 + 109 = 384 (100%)
R 100 of 384 ~ 26.04%
G 175 of 384 ~ 45.57%
B 109 of 384 ~ 28.39'%

%26.04
%45.57
%28.39

CMYK color model

#64AF6D color CMYK value is (43,0,38,31).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 37.71%
  • key color value is 31.37%
CMYK: (43,0,38,31) C43M0Y38K31 (43%,0%,38%,31%) (0.43/0.00/0.38/0.31) 

CMYK percentages

%42.86
%0
%37.71
%31.37

Codes

Color #64AF6D in popluar color models

64 AF 6D
RGB 100 175 109
HSL 127° 31.91% 53.92%
HSB/HSV 127° 42.86% 68.63%
CMYK 42.86% 0.00% 37.71%
31.37%

Color #64AF6D in popluar number systems.

HEX 64 AF 6D
Decimal 100 175 109
Binary 1100100 10101111 1101101
Octal 144 257 155

Shades and tints

Shades of #64AF6D

#64AF6D
(100,175,109)
#5BA064
(91,160,100)
#52915B
(82,145,91)
#498252
(73,130,82)
#407349
(64,115,73)
#376440
(55,100,64)
#2E5537
(46,85,55)
#25462E
(37,70,46)
#1C3725
(28,55,37)
#13281C
(19,40,28)
#0A1913
(10,25,19)
#000000
(0,0,0)

Tints of #64AF6D

#64AF6D
(100,175,109)
#72B67A
(114,182,122)
#80BD87
(128,189,135)
#8EC494
(142,196,148)
#9CCBA1
(156,203,161)
#AAD2AE
(170,210,174)
#B8D9BB
(184,217,187)
#C6E0C8
(198,224,200)
#D4E7D5
(212,231,213)
#E2EEE2
(226,238,226)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64AF6D color. Also use rgb(100,175,109) instead hex code.

Text Font Color

.myTextColor { color: #64AF6D; }

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

This text font color is #64AF6D.

Background Color

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

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

This div background color is #64AF6D.

Border color

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

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

This div border color is #64AF6D.

Opacity

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

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

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

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

This text has shadow with #64AF6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64AF6D.

Preview

Color preview on black background

This text has color #64AF6D on black background.


Color preview on white background

This text has color #64AF6D on white background.


Black color preview on #64AF6D background

This text has black color on #64AF6D background.


White color preview on #64AF6D background

This text has white color on #64AF6D background.


Related colors

Complementary color

Complementary color for #hex is #9B5092.


I love getcolorcode.com

Triadic colors

1 #6D64AF and #AF6D64 with #64AF6D are triadic colors.

2 #6DAF64 and #AF646D with #64AF6D are triadic colors.