COLOR #64AF60

HEX: #64AF60 RGB: (100,175,96)

Color info

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

RGB color model

#64AF60 color RGB value is (100,175,96).

RGB: (100,175,96) (39%, 69%, 38%)

RGB channels and saturation

R 100 of 255 = 39%
G 175 of 255 = 69%
B 96 of 255 = 38%

100
175
96

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

Portions of RGB colors in percentages

R + G + B = 100 + 175 + 96 = 371 (100%)
R 100 of 371 ~ 26.95%
G 175 of 371 ~ 47.17%
B 96 of 371 ~ 25.88'%

%26.95
%47.17
%25.88

CMYK color model

#64AF60 color CMYK value is (43,0,45,31).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 45.14%
  • key color value is 31.37%

CMYK: (43,0,45,31)
C43M0Y45K31 (43%, 0%, 45%, 31%)
(0.43 / 0.00 / 0.45 / 0.31)

CMYK percentages

%42.86
%0
%45.14
%31.37

Codes

Color #64AF60 in popluar color models

64 AF 60
RGB 100 175 96
HSL 117° 33.05% 53.14%
HSB/HSV 117° 45.14% 68.63%
CMYK 42.86% 0.00% 45.14%
31.37%

Color #64AF60 in popluar number systems.

HEX 64 AF 60
Decimal 100 175 96
Binary 1100100 10101111 1100000
Octal 144 257 140

Shades and tints

Shades of #64AF60

#64AF60
(100,175,96)
#5BA058
(91,160,88)
#529150
(82,145,80)
#498248
(73,130,72)
#407340
(64,115,64)
#376438
(55,100,56)
#2E5530
(46,85,48)
#254628
(37,70,40)
#1C3720
(28,55,32)
#132818
(19,40,24)
#0A1910
(10,25,16)
#000000
(0,0,0)

Tints of #64AF60

#64AF60
(100,175,96)
#72B66E
(114,182,110)
#80BD7C
(128,189,124)
#8EC48A
(142,196,138)
#9CCB98
(156,203,152)
#AAD2A6
(170,210,166)
#B8D9B4
(184,217,180)
#C6E0C2
(198,224,194)
#D4E7D0
(212,231,208)
#E2EEDE
(226,238,222)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64AF60; }

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

This text font color is #64AF60.

Background Color

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

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

This div background color is #64AF60.

Border color

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

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

This div border color is #64AF60.

Opacity

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

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

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

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

This text has shadow with #64AF60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64AF60.

Preview

Color preview on black background

This text has color #64AF60 on black background.


Color preview on white background

This text has color #64AF60 on white background.


Black color preview on #64AF60 background

This text has black color on #64AF60 background.


White color preview on #64AF60 background

This text has white color on #64AF60 background.


Related colors

Complementary color

Complementary color for #hex is #9B509F.


I love getcolorcode.com

Triadic colors

1 #6064AF and #AF6064 with #64AF60 are triadic colors.

2 #60AF64 and #AF6460 with #64AF60 are triadic colors.