COLOR #7ABE7F

HEX: #7ABE7F RGB: (122,190,127)

Color info

#7ABE7F contains mainly green color. Web safe color of #7ABE7F is #66CC66 (or #6C6).

RGB color model

#7ABE7F color RGB value is (122,190,127).

RGB: (122,190,127) (48%, 75%, 50%)

RGB channels and saturation

R 122 of 255 = 48%
G 190 of 255 = 75%
B 127 of 255 = 50%

122
190
127

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

Portions of RGB colors in percentages

R + G + B = 122 + 190 + 127 = 439 (100%)
R 122 of 439 ~ 27.79%
G 190 of 439 ~ 43.28%
B 127 of 439 ~ 28.93'%

%27.79
%43.28
%28.93

CMYK color model

#7ABE7F color CMYK value is (36,0,33,25).

  • cyan value is 35.79%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 25.49%

CMYK: (36,0,33,25)
C36M0Y33K25 (36%, 0%, 33%, 25%)
(0.36 / 0.00 / 0.33 / 0.25)

CMYK percentages

%35.79
%0
%33.16
%25.49

Codes

Color #7ABE7F in popluar color models

7A BE 7F
RGB 122 190 127
HSL 124° 34.34% 61.18%
HSB/HSV 124° 35.79% 74.51%
CMYK 35.79% 0.00% 33.16%
25.49%

Color #7ABE7F in popluar number systems.

HEX 7A BE 7F
Decimal 122 190 127
Binary 1111010 10111110 1111111
Octal 172 276 177

Shades and tints

Shades of #7ABE7F

#7ABE7F
(122,190,127)
#6FAD74
(111,173,116)
#649C69
(100,156,105)
#598B5E
(89,139,94)
#4E7A53
(78,122,83)
#436948
(67,105,72)
#38583D
(56,88,61)
#2D4732
(45,71,50)
#223627
(34,54,39)
#17251C
(23,37,28)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #7ABE7F

#7ABE7F
(122,190,127)
#86C38A
(134,195,138)
#92C895
(146,200,149)
#9ECDA0
(158,205,160)
#AAD2AB
(170,210,171)
#B6D7B6
(182,215,182)
#C2DCC1
(194,220,193)
#CEE1CC
(206,225,204)
#DAE6D7
(218,230,215)
#E6EBE2
(230,235,226)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABE7F; }

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

This text font color is #7ABE7F.

Background Color

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

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

This div background color is #7ABE7F.

Border color

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

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

This div border color is #7ABE7F.

Opacity

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

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

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

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

This text has shadow with #7ABE7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABE7F.

Preview

Color preview on black background

This text has color #7ABE7F on black background.


Color preview on white background

This text has color #7ABE7F on white background.


Black color preview on #7ABE7F background

This text has black color on #7ABE7F background.


White color preview on #7ABE7F background

This text has white color on #7ABE7F background.


Related colors

Complementary color

Complementary color for #hex is #854180.


I love getcolorcode.com

Triadic colors

1 #7F7ABE and #BE7F7A with #7ABE7F are triadic colors.

2 #7FBE7A and #BE7A7F with #7ABE7F are triadic colors.