COLOR #7FAF4D

HEX: #7FAF4D RGB: (127,175,77)

Color info

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

RGB color model

#7FAF4D color RGB value is (127,175,77).

RGB: (127,175,77) (50%, 69%, 30%)

RGB channels and saturation

R 127 of 255 = 50%
G 175 of 255 = 69%
B 77 of 255 = 30%

127
175
77

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

Portions of RGB colors in percentages

R + G + B = 127 + 175 + 77 = 379 (100%)
R 127 of 379 ~ 33.51%
G 175 of 379 ~ 46.17%
B 77 of 379 ~ 20.32'%

%33.51
%46.17
%20.32

CMYK color model

#7FAF4D color CMYK value is (27,0,56,31).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 31.37%

CMYK: (27,0,56,31)
C27M0Y56K31 (27%, 0%, 56%, 31%)
(0.27 / 0.00 / 0.56 / 0.31)

CMYK percentages

%27.43
%0
%56
%31.37

Codes

Color #7FAF4D in popluar color models

7F AF 4D
RGB 127 175 77
HSL 89° 38.89% 49.41%
HSB/HSV 89° 56.00% 68.63%
CMYK 27.43% 0.00% 56.00%
31.37%

Color #7FAF4D in popluar number systems.

HEX 7F AF 4D
Decimal 127 175 77
Binary 1111111 10101111 1001101
Octal 177 257 115

Shades and tints

Shades of #7FAF4D

#7FAF4D
(127,175,77)
#74A046
(116,160,70)
#69913F
(105,145,63)
#5E8238
(94,130,56)
#537331
(83,115,49)
#48642A
(72,100,42)
#3D5523
(61,85,35)
#32461C
(50,70,28)
#273715
(39,55,21)
#1C280E
(28,40,14)
#111907
(17,25,7)
#000000
(0,0,0)

Tints of #7FAF4D

#7FAF4D
(127,175,77)
#8AB65D
(138,182,93)
#95BD6D
(149,189,109)
#A0C47D
(160,196,125)
#ABCB8D
(171,203,141)
#B6D29D
(182,210,157)
#C1D9AD
(193,217,173)
#CCE0BD
(204,224,189)
#D7E7CD
(215,231,205)
#E2EEDD
(226,238,221)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAF4D color. Also use rgb(127,175,77) instead hex code.

Text Font Color

.myTextColor { color: #7FAF4D; }

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

This text font color is #7FAF4D.

Background Color

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

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

This div background color is #7FAF4D.

Border color

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

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

This div border color is #7FAF4D.

Opacity

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

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

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

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

This text has shadow with #7FAF4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAF4D.

Preview

Color preview on black background

This text has color #7FAF4D on black background.


Color preview on white background

This text has color #7FAF4D on white background.


Black color preview on #7FAF4D background

This text has black color on #7FAF4D background.


White color preview on #7FAF4D background

This text has white color on #7FAF4D background.


Related colors

Complementary color

Complementary color for #hex is #8050B2.


I love getcolorcode.com

Triadic colors

1 #4D7FAF and #AF4D7F with #7FAF4D are triadic colors.

2 #4DAF7F and #AF7F4D with #7FAF4D are triadic colors.