COLOR #7AB79B

HEX: #7AB79B
RGB: (122,183,155)

Color info

#7AB79B contains mainly green and blue colors. Web safe color of #7AB79B is #66CC99 (or #6C9).

RGB color model

#7AB79B color RGB value is (122,183,155).

  • red value is 122;
  • green value is 183;
  • blue value is 155.
RGB:
(122,183,155)
(48%,72%,61%)

RGB channels and saturation

R 122 of 255 = 48%
G 183 of 255 = 72%
B 155 of 255 = 61%

122
183
155

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

Portions of RGB colors in percentages

R + G + B =
122 + 183 + 155 = 460 (100%)
R 122 of 460 ~ 26.52%
G 183 of 460 ~ 39.78%
B 155 of 460 ~ 33.7%

%26.52
%39.78
%33.7

CMYK color model

#7AB79B color CMYK value is (33,0,15,28).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(33,0,15,28)
C33M0Y15K28 
(33%,0%,15%,28%)
(0.33/0.00/0.15/0.28)	

CMYK percentages

%33.33
%0
%15.3
%28.24

Codes

Color #7AB79B in popluar color models

7AB79B
RGB122183155
HSL152°29.76%59.80%
HSB/HSV152°33.33%71.76%
CMYK33.33%0.00%15.30%
28.24%

Color #7AB79B in popluar number systems.

HEX7AB79B
Decimal122183155
Binary11110101011011110011011
Octal172267233

Shades and tints

Shades of #7AB79B

#7AB79B
(122,183,155)
#6FA78D
(111,167,141)
#64977F
(100,151,127)
#598771
(89,135,113)
#4E7763
(78,119,99)
#436755
(67,103,85)
#385747
(56,87,71)
#2D4739
(45,71,57)
#22372B
(34,55,43)
#17271D
(23,39,29)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #7AB79B

#7AB79B
(122,183,155)
#86BDA4
(134,189,164)
#92C3AD
(146,195,173)
#9EC9B6
(158,201,182)
#AACFBF
(170,207,191)
#B6D5C8
(182,213,200)
#C2DBD1
(194,219,209)
#CEE1DA
(206,225,218)
#DAE7E3
(218,231,227)
#E6EDEC
(230,237,236)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB79B; }

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

This text font color is #7AB79B.


Background Color

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

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

This div background color is #7AB79B.


Border color

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

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

This div border color is #7AB79B.


Opacity

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

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

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

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

This text has shadow with #7AB79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB79B on black background.


Color preview on white background

This text has color #7AB79B on white background.



Black color preview on #7AB79B background

This text has black color on #7AB79B background.


White color preview on #7AB79B background

This text has white color on #7AB79B background.