COLOR #7FA691

HEX: #7FA691 RGB: (127,166,145)

Color info

#7FA691 contains red, green and blue colors in about the same proportion. Web safe color of #7FA691 is #669999 (or #699).

RGB color model

#7FA691 color RGB value is (127,166,145).

RGB: (127,166,145) (50%, 65%, 57%)

RGB channels and saturation

R 127 of 255 = 50%
G 166 of 255 = 65%
B 145 of 255 = 57%

127
166
145

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

Portions of RGB colors in percentages

R + G + B = 127 + 166 + 145 = 438 (100%)
R 127 of 438 ~ 29%
G 166 of 438 ~ 37.9%
B 145 of 438 ~ 33.11'%

%29
%37.9
%33.11

CMYK color model

#7FA691 color CMYK value is (23,0,13,35).

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

CMYK: (23,0,13,35)
C23M0Y13K35 (23%, 0%, 13%, 35%)
(0.23 / 0.00 / 0.13 / 0.35)

CMYK percentages

%23.49
%0
%12.65
%34.9

Codes

Color #7FA691 in popluar color models

7F A6 91
RGB 127 166 145
HSL 148° 17.97% 57.45%
HSB/HSV 148° 23.49% 65.10%
CMYK 23.49% 0.00% 12.65%
34.90%

Color #7FA691 in popluar number systems.

HEX 7F A6 91
Decimal 127 166 145
Binary 1111111 10100110 10010001
Octal 177 246 221

Shades and tints

Shades of #7FA691

#7FA691
(127,166,145)
#749784
(116,151,132)
#698877
(105,136,119)
#5E796A
(94,121,106)
#536A5D
(83,106,93)
#485B50
(72,91,80)
#3D4C43
(61,76,67)
#323D36
(50,61,54)
#272E29
(39,46,41)
#1C1F1C
(28,31,28)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #7FA691

#7FA691
(127,166,145)
#8AAE9B
(138,174,155)
#95B6A5
(149,182,165)
#A0BEAF
(160,190,175)
#ABC6B9
(171,198,185)
#B6CEC3
(182,206,195)
#C1D6CD
(193,214,205)
#CCDED7
(204,222,215)
#D7E6E1
(215,230,225)
#E2EEEB
(226,238,235)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA691; }

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

This text font color is #7FA691.

Background Color

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

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

This div background color is #7FA691.

Border color

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

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

This div border color is #7FA691.

Opacity

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

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

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

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

This text has shadow with #7FA691 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA691.

Preview

Color preview on black background

This text has color #7FA691 on black background.


Color preview on white background

This text has color #7FA691 on white background.


Black color preview on #7FA691 background

This text has black color on #7FA691 background.


White color preview on #7FA691 background

This text has white color on #7FA691 background.


Related colors

Complementary color

Complementary color for #hex is #80596E.


I love getcolorcode.com

Triadic colors

1 #917FA6 and #A6917F with #7FA691 are triadic colors.

2 #91A67F and #A67F91 with #7FA691 are triadic colors.