COLOR #7AB17F

HEX: #7AB17F RGB: (122,177,127)

Color info

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

RGB color model

#7AB17F color RGB value is (122,177,127).

RGB: (122,177,127) (48%, 69%, 50%)

RGB channels and saturation

R 122 of 255 = 48%
G 177 of 255 = 69%
B 127 of 255 = 50%

122
177
127

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

Portions of RGB colors in percentages

R + G + B = 122 + 177 + 127 = 426 (100%)
R 122 of 426 ~ 28.64%
G 177 of 426 ~ 41.55%
B 127 of 426 ~ 29.81'%

%28.64
%41.55
%29.81

CMYK color model

#7AB17F color CMYK value is (31,0,28,31).

  • cyan value is 31.07%
  • magenta value is 0.00%
  • yellow value is 28.25%
  • key color value is 30.59%

CMYK: (31,0,28,31)
C31M0Y28K31 (31%, 0%, 28%, 31%)
(0.31 / 0.00 / 0.28 / 0.31)

CMYK percentages

%31.07
%0
%28.25
%30.59

Codes

Color #7AB17F in popluar color models

7A B1 7F
RGB 122 177 127
HSL 125° 26.07% 58.63%
HSB/HSV 125° 31.07% 69.41%
CMYK 31.07% 0.00% 28.25%
30.59%

Color #7AB17F in popluar number systems.

HEX 7A B1 7F
Decimal 122 177 127
Binary 1111010 10110001 1111111
Octal 172 261 177

Shades and tints

Shades of #7AB17F

#7AB17F
(122,177,127)
#6FA174
(111,161,116)
#649169
(100,145,105)
#59815E
(89,129,94)
#4E7153
(78,113,83)
#436148
(67,97,72)
#38513D
(56,81,61)
#2D4132
(45,65,50)
#223127
(34,49,39)
#17211C
(23,33,28)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #7AB17F

#7AB17F
(122,177,127)
#86B88A
(134,184,138)
#92BF95
(146,191,149)
#9EC6A0
(158,198,160)
#AACDAB
(170,205,171)
#B6D4B6
(182,212,182)
#C2DBC1
(194,219,193)
#CEE2CC
(206,226,204)
#DAE9D7
(218,233,215)
#E6F0E2
(230,240,226)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB17F color. Also use rgb(122,177,127) instead hex code.

Text Font Color

.myTextColor { color: #7AB17F; }

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

This text font color is #7AB17F.

Background Color

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

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

This div background color is #7AB17F.

Border color

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

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

This div border color is #7AB17F.

Opacity

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

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

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

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

This text has shadow with #7AB17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AB17F.

Preview

Color preview on black background

This text has color #7AB17F on black background.


Color preview on white background

This text has color #7AB17F on white background.


Black color preview on #7AB17F background

This text has black color on #7AB17F background.


White color preview on #7AB17F background

This text has white color on #7AB17F background.


Related colors

Complementary color

Complementary color for #hex is #854E80.


I love getcolorcode.com

Triadic colors

1 #7F7AB1 and #B17F7A with #7AB17F are triadic colors.

2 #7FB17A and #B17A7F with #7AB17F are triadic colors.