COLOR #7FAA5A

HEX: #7FAA5A RGB: (127,170,90)

Color info

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

RGB color model

#7FAA5A color RGB value is (127,170,90).

RGB: (127,170,90) (50%, 67%, 35%)

RGB channels and saturation

R 127 of 255 = 50%
G 170 of 255 = 67%
B 90 of 255 = 35%

127
170
90

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

Portions of RGB colors in percentages

R + G + B = 127 + 170 + 90 = 387 (100%)
R 127 of 387 ~ 32.82%
G 170 of 387 ~ 43.93%
B 90 of 387 ~ 23.26'%

%32.82
%43.93
%23.26

CMYK color model

#7FAA5A color CMYK value is (25,0,47,33).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 33.33%
CMYK: (25,0,47,33) C25M0Y47K33 (25%,0%,47%,33%) (0.25/0.00/0.47/0.33) 

CMYK percentages

%25.29
%0
%47.06
%33.33

Codes

Color #7FAA5A in popluar color models

7F AA 5A
RGB 127 170 90
HSL 92° 32.00% 50.98%
HSB/HSV 92° 47.06% 66.67%
CMYK 25.29% 0.00% 47.06%
33.33%

Color #7FAA5A in popluar number systems.

HEX 7F AA 5A
Decimal 127 170 90
Binary 1111111 10101010 1011010
Octal 177 252 132

Shades and tints

Shades of #7FAA5A

#7FAA5A
(127,170,90)
#749B52
(116,155,82)
#698C4A
(105,140,74)
#5E7D42
(94,125,66)
#536E3A
(83,110,58)
#485F32
(72,95,50)
#3D502A
(61,80,42)
#324122
(50,65,34)
#27321A
(39,50,26)
#1C2312
(28,35,18)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #7FAA5A

#7FAA5A
(127,170,90)
#8AB169
(138,177,105)
#95B878
(149,184,120)
#A0BF87
(160,191,135)
#ABC696
(171,198,150)
#B6CDA5
(182,205,165)
#C1D4B4
(193,212,180)
#CCDBC3
(204,219,195)
#D7E2D2
(215,226,210)
#E2E9E1
(226,233,225)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAA5A; }

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

This text font color is #7FAA5A.

Background Color

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

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

This div background color is #7FAA5A.

Border color

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

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

This div border color is #7FAA5A.

Opacity

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

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

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

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

This text has shadow with #7FAA5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAA5A.

Preview

Color preview on black background

This text has color #7FAA5A on black background.


Color preview on white background

This text has color #7FAA5A on white background.


Black color preview on #7FAA5A background

This text has black color on #7FAA5A background.


White color preview on #7FAA5A background

This text has white color on #7FAA5A background.


Related colors

Complementary color

Complementary color for #hex is #8055A5.


I love getcolorcode.com

Triadic colors

1 #5A7FAA and #AA5A7F with #7FAA5A are triadic colors.

2 #5AAA7F and #AA7F5A with #7FAA5A are triadic colors.