COLOR #7AB479

HEX: #7AB479
RGB: (122,180,121)

Color info

#7AB479 contains red, green and blue colors in about the same proportion. Web safe color of #7AB479 is #66CC66 (or #6C6).

RGB color model

#7AB479 color RGB value is (122,180,121).

  • red value is 122;
  • green value is 180;
  • blue value is 121.
RGB:
(122,180,121)
(48%,71%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 180 of 255 = 71%
B 121 of 255 = 47%

122
180
121

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

Portions of RGB colors in percentages

R + G + B =
122 + 180 + 121 = 423 (100%)
R 122 of 423 ~ 28.84%
G 180 of 423 ~ 42.55%
B 121 of 423 ~ 28.61%

%28.84
%42.55
%28.61

CMYK color model

#7AB479 color CMYK value is (32,0,33,29).

  • cyan value is 32.22%
  • magenta value is 0.00%
  • yellow value is 32.78%
  • key color value is 29.41%
CMYK:
(32,0,33,29)
C32M0Y33K29 
(32%,0%,33%,29%)
(0.32/0.00/0.33/0.29)	

CMYK percentages

%32.22
%0
%32.78
%29.41

Codes

Color #7AB479 in popluar color models

7AB479
RGB122180121
HSL119°28.23%59.02%
HSB/HSV119°32.78%70.59%
CMYK32.22%0.00%32.78%
29.41%

Color #7AB479 in popluar number systems.

HEX7AB479
Decimal122180121
Binary1111010101101001111001
Octal172264171

Shades and tints

Shades of #7AB479

#7AB479
(122,180,121)
#6FA46E
(111,164,110)
#649463
(100,148,99)
#598458
(89,132,88)
#4E744D
(78,116,77)
#436442
(67,100,66)
#385437
(56,84,55)
#2D442C
(45,68,44)
#223421
(34,52,33)
#172416
(23,36,22)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #7AB479

#7AB479
(122,180,121)
#86BA85
(134,186,133)
#92C091
(146,192,145)
#9EC69D
(158,198,157)
#AACCA9
(170,204,169)
#B6D2B5
(182,210,181)
#C2D8C1
(194,216,193)
#CEDECD
(206,222,205)
#DAE4D9
(218,228,217)
#E6EAE5
(230,234,229)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB479; }

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

This text font color is #7AB479.


Background Color

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

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

This div background color is #7AB479.


Border color

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

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

This div border color is #7AB479.


Opacity

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

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

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

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

This text has shadow with #7AB479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB479 on black background.


Color preview on white background

This text has color #7AB479 on white background.



Black color preview on #7AB479 background

This text has black color on #7AB479 background.


White color preview on #7AB479 background

This text has white color on #7AB479 background.