COLOR #7ABE7A

HEX: #7ABE7A
RGB: (122,190,122)

Color info

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

RGB color model

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

  • red value is 122;
  • green value is 190;
  • blue value is 122.
RGB:
(122,190,122)
(48%,75%,48%)

RGB channels and saturation

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

122
190
122

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

Portions of RGB colors in percentages

R + G + B =
122 + 190 + 122 = 434 (100%)
R 122 of 434 ~ 28.11%
G 190 of 434 ~ 43.78%
B 122 of 434 ~ 28.11%

%28.11
%43.78
%28.11

CMYK color model

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

  • cyan value is 35.79%
  • magenta value is 0.00%
  • yellow value is 35.79%
  • key color value is 25.49%
CMYK:
(36,0,36,25)
C36M0Y36K25 
(36%,0%,36%,25%)
(0.36/0.00/0.36/0.25)	

CMYK percentages

%35.79
%0
%35.79
%25.49

Codes

Color #7ABE7A in popluar color models

7ABE7A
RGB122190122
HSL120°34.34%61.18%
HSB/HSV120°35.79%74.51%
CMYK35.79%0.00%35.79%
25.49%

Color #7ABE7A in popluar number systems.

HEX7ABE7A
Decimal122190122
Binary1111010101111101111010
Octal172276172

Shades and tints

Shades of #7ABE7A

#7ABE7A
(122,190,122)
#6FAD6F
(111,173,111)
#649C64
(100,156,100)
#598B59
(89,139,89)
#4E7A4E
(78,122,78)
#436943
(67,105,67)
#385838
(56,88,56)
#2D472D
(45,71,45)
#223622
(34,54,34)
#172517
(23,37,23)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #7ABE7A

#7ABE7A
(122,190,122)
#86C386
(134,195,134)
#92C892
(146,200,146)
#9ECD9E
(158,205,158)
#AAD2AA
(170,210,170)
#B6D7B6
(182,215,182)
#C2DCC2
(194,220,194)
#CEE1CE
(206,225,206)
#DAE6DA
(218,230,218)
#E6EBE6
(230,235,230)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABE7A; }

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

This text font color is #7ABE7A.


Background Color

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

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

This div background color is #7ABE7A.


Border color

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

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

This div border color is #7ABE7A.


Opacity

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

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

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

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

This text has shadow with #7ABE7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABE7A on black background.


Color preview on white background

This text has color #7ABE7A on white background.



Black color preview on #7ABE7A background

This text has black color on #7ABE7A background.


White color preview on #7ABE7A background

This text has white color on #7ABE7A background.