COLOR #7ABA71

HEX: #7ABA71
RGB: (122,186,113)

Color info

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

RGB color model

#7ABA71 color RGB value is (122,186,113).

  • red value is 122;
  • green value is 186;
  • blue value is 113.
RGB:
(122,186,113)
(48%,73%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 186 of 255 = 73%
B 113 of 255 = 44%

122
186
113

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

Portions of RGB colors in percentages

R + G + B =
122 + 186 + 113 = 421 (100%)
R 122 of 421 ~ 28.98%
G 186 of 421 ~ 44.18%
B 113 of 421 ~ 26.84%

%28.98
%44.18
%26.84

CMYK color model

#7ABA71 color CMYK value is (34,0,39,27).

  • cyan value is 34.41%
  • magenta value is 0.00%
  • yellow value is 39.25%
  • key color value is 27.06%
CMYK:
(34,0,39,27)
C34M0Y39K27 
(34%,0%,39%,27%)
(0.34/0.00/0.39/0.27)	

CMYK percentages

%34.41
%0
%39.25
%27.06

Codes

Color #7ABA71 in popluar color models

7ABA71
RGB122186113
HSL113°34.60%58.63%
HSB/HSV113°39.25%72.94%
CMYK34.41%0.00%39.25%
27.06%

Color #7ABA71 in popluar number systems.

HEX7ABA71
Decimal122186113
Binary1111010101110101110001
Octal172272161

Shades and tints

Shades of #7ABA71

#7ABA71
(122,186,113)
#6FAA67
(111,170,103)
#649A5D
(100,154,93)
#598A53
(89,138,83)
#4E7A49
(78,122,73)
#436A3F
(67,106,63)
#385A35
(56,90,53)
#2D4A2B
(45,74,43)
#223A21
(34,58,33)
#172A17
(23,42,23)
#0C1A0D
(12,26,13)
#000000
(0,0,0)

Tints of #7ABA71

#7ABA71
(122,186,113)
#86C07D
(134,192,125)
#92C689
(146,198,137)
#9ECC95
(158,204,149)
#AAD2A1
(170,210,161)
#B6D8AD
(182,216,173)
#C2DEB9
(194,222,185)
#CEE4C5
(206,228,197)
#DAEAD1
(218,234,209)
#E6F0DD
(230,240,221)
#F2F6E9
(242,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABA71; }

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

This text font color is #7ABA71.


Background Color

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

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

This div background color is #7ABA71.


Border color

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

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

This div border color is #7ABA71.


Opacity

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

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

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

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

This text has shadow with #7ABA71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABA71 on black background.


Color preview on white background

This text has color #7ABA71 on white background.



Black color preview on #7ABA71 background

This text has black color on #7ABA71 background.


White color preview on #7ABA71 background

This text has white color on #7ABA71 background.