COLOR #7AB39A

HEX: #7AB39A
RGB: (122,179,154)

Color info

#7AB39A contains red, green and blue colors in about the same proportion. Web safe color of #7AB39A is #669999 (or #699).

RGB color model

#7AB39A color RGB value is (122,179,154).

  • red value is 122;
  • green value is 179;
  • blue value is 154.
RGB:
(122,179,154)
(48%,70%,60%)

RGB channels and saturation

R 122 of 255 = 48%
G 179 of 255 = 70%
B 154 of 255 = 60%

122
179
154

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

Portions of RGB colors in percentages

R + G + B =
122 + 179 + 154 = 455 (100%)
R 122 of 455 ~ 26.81%
G 179 of 455 ~ 39.34%
B 154 of 455 ~ 33.85%

%26.81
%39.34
%33.85

CMYK color model

#7AB39A color CMYK value is (32,0,14,30).

  • cyan value is 31.84%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 29.80%
CMYK:
(32,0,14,30)
C32M0Y14K30 
(32%,0%,14%,30%)
(0.32/0.00/0.14/0.30)	

CMYK percentages

%31.84
%0
%13.97
%29.8

Codes

Color #7AB39A in popluar color models

7AB39A
RGB122179154
HSL154°27.27%59.02%
HSB/HSV154°31.84%70.20%
CMYK31.84%0.00%13.97%
29.80%

Color #7AB39A in popluar number systems.

HEX7AB39A
Decimal122179154
Binary11110101011001110011010
Octal172263232

Shades and tints

Shades of #7AB39A

#7AB39A
(122,179,154)
#6FA38C
(111,163,140)
#64937E
(100,147,126)
#598370
(89,131,112)
#4E7362
(78,115,98)
#436354
(67,99,84)
#385346
(56,83,70)
#2D4338
(45,67,56)
#22332A
(34,51,42)
#17231C
(23,35,28)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #7AB39A

#7AB39A
(122,179,154)
#86B9A3
(134,185,163)
#92BFAC
(146,191,172)
#9EC5B5
(158,197,181)
#AACBBE
(170,203,190)
#B6D1C7
(182,209,199)
#C2D7D0
(194,215,208)
#CEDDD9
(206,221,217)
#DAE3E2
(218,227,226)
#E6E9EB
(230,233,235)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB39A; }

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

This text font color is #7AB39A.


Background Color

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

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

This div background color is #7AB39A.


Border color

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

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

This div border color is #7AB39A.


Opacity

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

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

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

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

This text has shadow with #7AB39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB39A on black background.


Color preview on white background

This text has color #7AB39A on white background.



Black color preview on #7AB39A background

This text has black color on #7AB39A background.


White color preview on #7AB39A background

This text has white color on #7AB39A background.