COLOR #7AB38D

HEX: #7AB38D
RGB: (122,179,141)

Color info

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

RGB color model

#7AB38D color RGB value is (122,179,141).

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

RGB channels and saturation

R 122 of 255 = 48%
G 179 of 255 = 70%
B 141 of 255 = 55%

122
179
141

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

Portions of RGB colors in percentages

R + G + B =
122 + 179 + 141 = 442 (100%)
R 122 of 442 ~ 27.6%
G 179 of 442 ~ 40.5%
B 141 of 442 ~ 31.9%

%27.6
%40.5
%31.9

CMYK color model

#7AB38D color CMYK value is (32,0,21,30).

  • cyan value is 31.84%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 29.80%
CMYK:
(32,0,21,30)
C32M0Y21K30 
(32%,0%,21%,30%)
(0.32/0.00/0.21/0.30)	

CMYK percentages

%31.84
%0
%21.23
%29.8

Codes

Color #7AB38D in popluar color models

7AB38D
RGB122179141
HSL140°27.27%59.02%
HSB/HSV140°31.84%70.20%
CMYK31.84%0.00%21.23%
29.80%

Color #7AB38D in popluar number systems.

HEX7AB38D
Decimal122179141
Binary11110101011001110001101
Octal172263215

Shades and tints

Shades of #7AB38D

#7AB38D
(122,179,141)
#6FA381
(111,163,129)
#649375
(100,147,117)
#598369
(89,131,105)
#4E735D
(78,115,93)
#436351
(67,99,81)
#385345
(56,83,69)
#2D4339
(45,67,57)
#22332D
(34,51,45)
#172321
(23,35,33)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #7AB38D

#7AB38D
(122,179,141)
#86B997
(134,185,151)
#92BFA1
(146,191,161)
#9EC5AB
(158,197,171)
#AACBB5
(170,203,181)
#B6D1BF
(182,209,191)
#C2D7C9
(194,215,201)
#CEDDD3
(206,221,211)
#DAE3DD
(218,227,221)
#E6E9E7
(230,233,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB38D; }

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

This text font color is #7AB38D.


Background Color

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

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

This div background color is #7AB38D.


Border color

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

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

This div border color is #7AB38D.


Opacity

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

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

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

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

This text has shadow with #7AB38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB38D on black background.


Color preview on white background

This text has color #7AB38D on white background.



Black color preview on #7AB38D background

This text has black color on #7AB38D background.


White color preview on #7AB38D background

This text has white color on #7AB38D background.