COLOR #7FA564

HEX: #7FA564 RGB: (127,165,100)

Color info

#7FA564 contains mainly red and green colors. Web safe color of #7FA564 is #669966 (or #696).

RGB color model

#7FA564 color RGB value is (127,165,100).

RGB: (127,165,100) (50%, 65%, 39%)

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 100 of 255 = 39%

127
165
100

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

Portions of RGB colors in percentages

R + G + B = 127 + 165 + 100 = 392 (100%)
R 127 of 392 ~ 32.4%
G 165 of 392 ~ 42.09%
B 100 of 392 ~ 25.51'%

%32.4
%42.09
%25.51

CMYK color model

#7FA564 color CMYK value is (23,0,39,35).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 35.29%

CMYK: (23,0,39,35)
C23M0Y39K35 (23%, 0%, 39%, 35%)
(0.23 / 0.00 / 0.39 / 0.35)

CMYK percentages

%23.03
%0
%39.39
%35.29

Codes

Color #7FA564 in popluar color models

7F A5 64
RGB 127 165 100
HSL 95° 26.53% 51.96%
HSB/HSV 95° 39.39% 64.71%
CMYK 23.03% 0.00% 39.39%
35.29%

Color #7FA564 in popluar number systems.

HEX 7F A5 64
Decimal 127 165 100
Binary 1111111 10100101 1100100
Octal 177 245 144

Shades and tints

Shades of #7FA564

#7FA564
(127,165,100)
#74965B
(116,150,91)
#698752
(105,135,82)
#5E7849
(94,120,73)
#536940
(83,105,64)
#485A37
(72,90,55)
#3D4B2E
(61,75,46)
#323C25
(50,60,37)
#272D1C
(39,45,28)
#1C1E13
(28,30,19)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #7FA564

#7FA564
(127,165,100)
#8AAD72
(138,173,114)
#95B580
(149,181,128)
#A0BD8E
(160,189,142)
#ABC59C
(171,197,156)
#B6CDAA
(182,205,170)
#C1D5B8
(193,213,184)
#CCDDC6
(204,221,198)
#D7E5D4
(215,229,212)
#E2EDE2
(226,237,226)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA564 color. Also use rgb(127,165,100) instead hex code.

Text Font Color

.myTextColor { color: #7FA564; }

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

This text font color is #7FA564.

Background Color

.myBgColor { background-color: #7FA564; }

<div style="background-color:#7FA564">Inner text</div>

This div background color is #7FA564.

Border color

.myBorderColor { border: 1px solid #7FA564; }

<div style="border:3px solid #7FA564">Div</div>

This div border color is #7FA564.

Opacity

.myOpacity80 { color: #7FA564; opacity: 0.8; }

<p style="color:#7FA564;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FA564 color.


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

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

This text has shadow with #7FA564 primary color and red secondary color.


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

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

This text has shadow with #7FA564 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7FA564.

Preview

Color preview on black background

This text has color #7FA564 on black background.


Color preview on white background

This text has color #7FA564 on white background.


Black color preview on #7FA564 background

This text has black color on #7FA564 background.


White color preview on #7FA564 background

This text has white color on #7FA564 background.


Related colors

Complementary color

Complementary color for #hex is #805A9B.


I love getcolorcode.com

Triadic colors

1 #647FA5 and #A5647F with #7FA564 are triadic colors.

2 #64A57F and #A57F64 with #7FA564 are triadic colors.