COLOR #7FAA78

HEX: #7FAA78 RGB: (127,170,120)

Color info

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

RGB color model

#7FAA78 color RGB value is (127,170,120).

RGB: (127,170,120) (50%, 67%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 170 of 255 = 67%
B 120 of 255 = 47%

127
170
120

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

Portions of RGB colors in percentages

R + G + B = 127 + 170 + 120 = 417 (100%)
R 127 of 417 ~ 30.46%
G 170 of 417 ~ 40.77%
B 120 of 417 ~ 28.78'%

%30.46
%40.77
%28.78

CMYK color model

#7FAA78 color CMYK value is (25,0,29,33).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 33.33%

CMYK: (25,0,29,33)
C25M0Y29K33 (25%, 0%, 29%, 33%)
(0.25 / 0.00 / 0.29 / 0.33)

CMYK percentages

%25.29
%0
%29.41
%33.33

Codes

Color #7FAA78 in popluar color models

7F AA 78
RGB 127 170 120
HSL 112° 22.73% 56.86%
HSB/HSV 112° 29.41% 66.67%
CMYK 25.29% 0.00% 29.41%
33.33%

Color #7FAA78 in popluar number systems.

HEX 7F AA 78
Decimal 127 170 120
Binary 1111111 10101010 1111000
Octal 177 252 170

Shades and tints

Shades of #7FAA78

#7FAA78
(127,170,120)
#749B6E
(116,155,110)
#698C64
(105,140,100)
#5E7D5A
(94,125,90)
#536E50
(83,110,80)
#485F46
(72,95,70)
#3D503C
(61,80,60)
#324132
(50,65,50)
#273228
(39,50,40)
#1C231E
(28,35,30)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #7FAA78

#7FAA78
(127,170,120)
#8AB184
(138,177,132)
#95B890
(149,184,144)
#A0BF9C
(160,191,156)
#ABC6A8
(171,198,168)
#B6CDB4
(182,205,180)
#C1D4C0
(193,212,192)
#CCDBCC
(204,219,204)
#D7E2D8
(215,226,216)
#E2E9E4
(226,233,228)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAA78; }

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

This text font color is #7FAA78.

Background Color

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

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

This div background color is #7FAA78.

Border color

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

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

This div border color is #7FAA78.

Opacity

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

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

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

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

This text has shadow with #7FAA78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAA78.

Preview

Color preview on black background

This text has color #7FAA78 on black background.


Color preview on white background

This text has color #7FAA78 on white background.


Black color preview on #7FAA78 background

This text has black color on #7FAA78 background.


White color preview on #7FAA78 background

This text has white color on #7FAA78 background.


Related colors

Complementary color

Complementary color for #hex is #805587.


I love getcolorcode.com

Triadic colors

1 #787FAA and #AA787F with #7FAA78 are triadic colors.

2 #78AA7F and #AA7F78 with #7FAA78 are triadic colors.