COLOR #7FAD6C

HEX: #7FAD6C RGB: (127,173,108)

Color info

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

RGB color model

#7FAD6C color RGB value is (127,173,108).

RGB: (127,173,108) (50%, 68%, 42%)

RGB channels and saturation

R 127 of 255 = 50%
G 173 of 255 = 68%
B 108 of 255 = 42%

127
173
108

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

Portions of RGB colors in percentages

R + G + B = 127 + 173 + 108 = 408 (100%)
R 127 of 408 ~ 31.13%
G 173 of 408 ~ 42.4%
B 108 of 408 ~ 26.47'%

%31.13
%42.4
%26.47

CMYK color model

#7FAD6C color CMYK value is (27,0,38,32).

  • cyan value is 26.59%
  • magenta value is 0.00%
  • yellow value is 37.57%
  • key color value is 32.16%

CMYK: (27,0,38,32)
C27M0Y38K32 (27%, 0%, 38%, 32%)
(0.27 / 0.00 / 0.38 / 0.32)

CMYK percentages

%26.59
%0
%37.57
%32.16

Codes

Color #7FAD6C in popluar color models

7F AD 6C
RGB 127 173 108
HSL 102° 28.38% 55.10%
HSB/HSV 102° 37.57% 67.84%
CMYK 26.59% 0.00% 37.57%
32.16%

Color #7FAD6C in popluar number systems.

HEX 7F AD 6C
Decimal 127 173 108
Binary 1111111 10101101 1101100
Octal 177 255 154

Shades and tints

Shades of #7FAD6C

#7FAD6C
(127,173,108)
#749E63
(116,158,99)
#698F5A
(105,143,90)
#5E8051
(94,128,81)
#537148
(83,113,72)
#48623F
(72,98,63)
#3D5336
(61,83,54)
#32442D
(50,68,45)
#273524
(39,53,36)
#1C261B
(28,38,27)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #7FAD6C

#7FAD6C
(127,173,108)
#8AB479
(138,180,121)
#95BB86
(149,187,134)
#A0C293
(160,194,147)
#ABC9A0
(171,201,160)
#B6D0AD
(182,208,173)
#C1D7BA
(193,215,186)
#CCDEC7
(204,222,199)
#D7E5D4
(215,229,212)
#E2ECE1
(226,236,225)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAD6C color. Also use rgb(127,173,108) instead hex code.

Text Font Color

.myTextColor { color: #7FAD6C; }

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

This text font color is #7FAD6C.

Background Color

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

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

This div background color is #7FAD6C.

Border color

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

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

This div border color is #7FAD6C.

Opacity

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

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

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

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

This text has shadow with #7FAD6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAD6C.

Preview

Color preview on black background

This text has color #7FAD6C on black background.


Color preview on white background

This text has color #7FAD6C on white background.


Black color preview on #7FAD6C background

This text has black color on #7FAD6C background.


White color preview on #7FAD6C background

This text has white color on #7FAD6C background.


Related colors

Complementary color

Complementary color for #hex is #805293.


I love getcolorcode.com

Triadic colors

1 #6C7FAD and #AD6C7F with #7FAD6C are triadic colors.

2 #6CAD7F and #AD7F6C with #7FAD6C are triadic colors.