COLOR #7FA574

HEX: #7FA574 RGB: (127,165,116)

Color info

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

RGB color model

#7FA574 color RGB value is (127,165,116).

RGB: (127,165,116) (50%, 65%, 45%)

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 116 of 255 = 45%

127
165
116

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

Portions of RGB colors in percentages

R + G + B = 127 + 165 + 116 = 408 (100%)
R 127 of 408 ~ 31.13%
G 165 of 408 ~ 40.44%
B 116 of 408 ~ 28.43'%

%31.13
%40.44
%28.43

CMYK color model

#7FA574 color CMYK value is (23,0,30,35).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 29.70%
  • key color value is 35.29%

CMYK: (23,0,30,35)
C23M0Y30K35 (23%, 0%, 30%, 35%)
(0.23 / 0.00 / 0.30 / 0.35)

CMYK percentages

%23.03
%0
%29.7
%35.29

Codes

Color #7FA574 in popluar color models

7F A5 74
RGB 127 165 116
HSL 107° 21.40% 55.10%
HSB/HSV 107° 29.70% 64.71%
CMYK 23.03% 0.00% 29.70%
35.29%

Color #7FA574 in popluar number systems.

HEX 7F A5 74
Decimal 127 165 116
Binary 1111111 10100101 1110100
Octal 177 245 164

Shades and tints

Shades of #7FA574

#7FA574
(127,165,116)
#74966A
(116,150,106)
#698760
(105,135,96)
#5E7856
(94,120,86)
#53694C
(83,105,76)
#485A42
(72,90,66)
#3D4B38
(61,75,56)
#323C2E
(50,60,46)
#272D24
(39,45,36)
#1C1E1A
(28,30,26)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #7FA574

#7FA574
(127,165,116)
#8AAD80
(138,173,128)
#95B58C
(149,181,140)
#A0BD98
(160,189,152)
#ABC5A4
(171,197,164)
#B6CDB0
(182,205,176)
#C1D5BC
(193,213,188)
#CCDDC8
(204,221,200)
#D7E5D4
(215,229,212)
#E2EDE0
(226,237,224)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA574 color. Also use rgb(127,165,116) instead hex code.

Text Font Color

.myTextColor { color: #7FA574; }

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

This text font color is #7FA574.

Background Color

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

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

This div background color is #7FA574.

Border color

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

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

This div border color is #7FA574.

Opacity

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

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

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

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

This text has shadow with #7FA574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA574.

Preview

Color preview on black background

This text has color #7FA574 on black background.


Color preview on white background

This text has color #7FA574 on white background.


Black color preview on #7FA574 background

This text has black color on #7FA574 background.


White color preview on #7FA574 background

This text has white color on #7FA574 background.


Related colors

Complementary color

Complementary color for #hex is #805A8B.


I love getcolorcode.com

Triadic colors

1 #747FA5 and #A5747F with #7FA574 are triadic colors.

2 #74A57F and #A57F74 with #7FA574 are triadic colors.