COLOR #7FA478

HEX: #7FA478 RGB: (127,164,120)

Color info

#7FA478 contains red, green and blue colors in about the same proportion. Web safe color of #7FA478 is #669966 (or #696).

RGB color model

#7FA478 color RGB value is (127,164,120).

RGB: (127,164,120) (50%, 64%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 120 of 255 = 47%

127
164
120

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

Portions of RGB colors in percentages

R + G + B = 127 + 164 + 120 = 411 (100%)
R 127 of 411 ~ 30.9%
G 164 of 411 ~ 39.9%
B 120 of 411 ~ 29.2'%

%30.9
%39.9
%29.2

CMYK color model

#7FA478 color CMYK value is (23,0,27,36).

  • cyan value is 22.56%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 35.69%

CMYK: (23,0,27,36)
C23M0Y27K36 (23%, 0%, 27%, 36%)
(0.23 / 0.00 / 0.27 / 0.36)

CMYK percentages

%22.56
%0
%26.83
%35.69

Codes

Color #7FA478 in popluar color models

7F A4 78
RGB 127 164 120
HSL 110° 19.47% 55.69%
HSB/HSV 110° 26.83% 64.31%
CMYK 22.56% 0.00% 26.83%
35.69%

Color #7FA478 in popluar number systems.

HEX 7F A4 78
Decimal 127 164 120
Binary 1111111 10100100 1111000
Octal 177 244 170

Shades and tints

Shades of #7FA478

#7FA478
(127,164,120)
#74966E
(116,150,110)
#698864
(105,136,100)
#5E7A5A
(94,122,90)
#536C50
(83,108,80)
#485E46
(72,94,70)
#3D503C
(61,80,60)
#324232
(50,66,50)
#273428
(39,52,40)
#1C261E
(28,38,30)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #7FA478

#7FA478
(127,164,120)
#8AAC84
(138,172,132)
#95B490
(149,180,144)
#A0BC9C
(160,188,156)
#ABC4A8
(171,196,168)
#B6CCB4
(182,204,180)
#C1D4C0
(193,212,192)
#CCDCCC
(204,220,204)
#D7E4D8
(215,228,216)
#E2ECE4
(226,236,228)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA478 color. Also use rgb(127,164,120) instead hex code.

Text Font Color

.myTextColor { color: #7FA478; }

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

This text font color is #7FA478.

Background Color

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

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

This div background color is #7FA478.

Border color

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

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

This div border color is #7FA478.

Opacity

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

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

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

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

This text has shadow with #7FA478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA478.

Preview

Color preview on black background

This text has color #7FA478 on black background.


Color preview on white background

This text has color #7FA478 on white background.


Black color preview on #7FA478 background

This text has black color on #7FA478 background.


White color preview on #7FA478 background

This text has white color on #7FA478 background.


Related colors

Complementary color

Complementary color for #hex is #805B87.


I love getcolorcode.com

Triadic colors

1 #787FA4 and #A4787F with #7FA478 are triadic colors.

2 #78A47F and #A47F78 with #7FA478 are triadic colors.