COLOR #7FA67D

HEX: #7FA67D RGB: (127,166,125)

Color info

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

RGB color model

#7FA67D color RGB value is (127,166,125).

RGB: (127,166,125) (50%, 65%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 166 of 255 = 65%
B 125 of 255 = 49%

127
166
125

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

Portions of RGB colors in percentages

R + G + B = 127 + 166 + 125 = 418 (100%)
R 127 of 418 ~ 30.38%
G 166 of 418 ~ 39.71%
B 125 of 418 ~ 29.9'%

%30.38
%39.71
%29.9

CMYK color model

#7FA67D color CMYK value is (23,0,25,35).

  • cyan value is 23.49%
  • magenta value is 0.00%
  • yellow value is 24.70%
  • key color value is 34.90%

CMYK: (23,0,25,35)
C23M0Y25K35 (23%, 0%, 25%, 35%)
(0.23 / 0.00 / 0.25 / 0.35)

CMYK percentages

%23.49
%0
%24.7
%34.9

Codes

Color #7FA67D in popluar color models

7F A6 7D
RGB 127 166 125
HSL 117° 18.72% 57.06%
HSB/HSV 117° 24.70% 65.10%
CMYK 23.49% 0.00% 24.70%
34.90%

Color #7FA67D in popluar number systems.

HEX 7F A6 7D
Decimal 127 166 125
Binary 1111111 10100110 1111101
Octal 177 246 175

Shades and tints

Shades of #7FA67D

#7FA67D
(127,166,125)
#749772
(116,151,114)
#698867
(105,136,103)
#5E795C
(94,121,92)
#536A51
(83,106,81)
#485B46
(72,91,70)
#3D4C3B
(61,76,59)
#323D30
(50,61,48)
#272E25
(39,46,37)
#1C1F1A
(28,31,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #7FA67D

#7FA67D
(127,166,125)
#8AAE88
(138,174,136)
#95B693
(149,182,147)
#A0BE9E
(160,190,158)
#ABC6A9
(171,198,169)
#B6CEB4
(182,206,180)
#C1D6BF
(193,214,191)
#CCDECA
(204,222,202)
#D7E6D5
(215,230,213)
#E2EEE0
(226,238,224)
#EDF6EB
(237,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA67D color. Also use rgb(127,166,125) instead hex code.

Text Font Color

.myTextColor { color: #7FA67D; }

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

This text font color is #7FA67D.

Background Color

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

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

This div background color is #7FA67D.

Border color

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

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

This div border color is #7FA67D.

Opacity

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

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

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

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

This text has shadow with #7FA67D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA67D.

Preview

Color preview on black background

This text has color #7FA67D on black background.


Color preview on white background

This text has color #7FA67D on white background.


Black color preview on #7FA67D background

This text has black color on #7FA67D background.


White color preview on #7FA67D background

This text has white color on #7FA67D background.


Related colors

Complementary color

Complementary color for #hex is #805982.


I love getcolorcode.com

Triadic colors

1 #7D7FA6 and #A67D7F with #7FA67D are triadic colors.

2 #7DA67F and #A67F7D with #7FA67D are triadic colors.