COLOR #7FAA44

HEX: #7FAA44 RGB: (127,170,68)

Color info

#7FAA44 contains mainly red and green colors. Web safe color of #7FAA44 is #669933 (or #693).

RGB color model

#7FAA44 color RGB value is (127,170,68).

RGB: (127,170,68) (50%, 67%, 27%)

RGB channels and saturation

R 127 of 255 = 50%
G 170 of 255 = 67%
B 68 of 255 = 27%

127
170
68

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

Portions of RGB colors in percentages

R + G + B = 127 + 170 + 68 = 365 (100%)
R 127 of 365 ~ 34.79%
G 170 of 365 ~ 46.58%
B 68 of 365 ~ 18.63'%

%34.79
%46.58
%18.63

CMYK color model

#7FAA44 color CMYK value is (25,0,60,33).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 33.33%
CMYK: (25,0,60,33) C25M0Y60K33 (25%,0%,60%,33%) (0.25/0.00/0.60/0.33) 

CMYK percentages

%25.29
%0
%60
%33.33

Codes

Color #7FAA44 in popluar color models

7F AA 44
RGB 127 170 68
HSL 85° 42.86% 46.67%
HSB/HSV 85° 60.00% 66.67%
CMYK 25.29% 0.00% 60.00%
33.33%

Color #7FAA44 in popluar number systems.

HEX 7F AA 44
Decimal 127 170 68
Binary 1111111 10101010 1000100
Octal 177 252 104

Shades and tints

Shades of #7FAA44

#7FAA44
(127,170,68)
#749B3E
(116,155,62)
#698C38
(105,140,56)
#5E7D32
(94,125,50)
#536E2C
(83,110,44)
#485F26
(72,95,38)
#3D5020
(61,80,32)
#32411A
(50,65,26)
#273214
(39,50,20)
#1C230E
(28,35,14)
#111408
(17,20,8)
#000000
(0,0,0)

Tints of #7FAA44

#7FAA44
(127,170,68)
#8AB155
(138,177,85)
#95B866
(149,184,102)
#A0BF77
(160,191,119)
#ABC688
(171,198,136)
#B6CD99
(182,205,153)
#C1D4AA
(193,212,170)
#CCDBBB
(204,219,187)
#D7E2CC
(215,226,204)
#E2E9DD
(226,233,221)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAA44; }

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

This text font color is #7FAA44.

Background Color

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

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

This div background color is #7FAA44.

Border color

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

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

This div border color is #7FAA44.

Opacity

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

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

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

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

This text has shadow with #7FAA44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAA44.

Preview

Color preview on black background

This text has color #7FAA44 on black background.


Color preview on white background

This text has color #7FAA44 on white background.


Black color preview on #7FAA44 background

This text has black color on #7FAA44 background.


White color preview on #7FAA44 background

This text has white color on #7FAA44 background.


Related colors

Complementary color

Complementary color for #hex is #8055BB.


I love getcolorcode.com

Triadic colors

1 #447FAA and #AA447F with #7FAA44 are triadic colors.

2 #44AA7F and #AA7F44 with #7FAA44 are triadic colors.