COLOR #7AB476

HEX: #7AB476
RGB: (122,180,118)

Color info

#7AB476 contains mainly red and green colors. Web safe color of #7AB476 is #66CC66 (or #6C6).

RGB color model

#7AB476 color RGB value is (122,180,118).

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

RGB channels and saturation

R 122 of 255 = 48%
G 180 of 255 = 71%
B 118 of 255 = 46%

122
180
118

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

Portions of RGB colors in percentages

R + G + B =
122 + 180 + 118 = 420 (100%)
R 122 of 420 ~ 29.05%
G 180 of 420 ~ 42.86%
B 118 of 420 ~ 28.1%

%29.05
%42.86
%28.1

CMYK color model

#7AB476 color CMYK value is (32,0,34,29).

  • cyan value is 32.22%
  • magenta value is 0.00%
  • yellow value is 34.44%
  • key color value is 29.41%
CMYK:
(32,0,34,29)
C32M0Y34K29 
(32%,0%,34%,29%)
(0.32/0.00/0.34/0.29)	

CMYK percentages

%32.22
%0
%34.44
%29.41

Codes

Color #7AB476 in popluar color models

7AB476
RGB122180118
HSL116°29.25%58.43%
HSB/HSV116°34.44%70.59%
CMYK32.22%0.00%34.44%
29.41%

Color #7AB476 in popluar number systems.

HEX7AB476
Decimal122180118
Binary1111010101101001110110
Octal172264166

Shades and tints

Shades of #7AB476

#7AB476
(122,180,118)
#6FA46C
(111,164,108)
#649462
(100,148,98)
#598458
(89,132,88)
#4E744E
(78,116,78)
#436444
(67,100,68)
#38543A
(56,84,58)
#2D4430
(45,68,48)
#223426
(34,52,38)
#17241C
(23,36,28)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #7AB476

#7AB476
(122,180,118)
#86BA82
(134,186,130)
#92C08E
(146,192,142)
#9EC69A
(158,198,154)
#AACCA6
(170,204,166)
#B6D2B2
(182,210,178)
#C2D8BE
(194,216,190)
#CEDECA
(206,222,202)
#DAE4D6
(218,228,214)
#E6EAE2
(230,234,226)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB476; }

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

This text font color is #7AB476.


Background Color

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

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

This div background color is #7AB476.


Border color

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

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

This div border color is #7AB476.


Opacity

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

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

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

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

This text has shadow with #7AB476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB476 on black background.


Color preview on white background

This text has color #7AB476 on white background.



Black color preview on #7AB476 background

This text has black color on #7AB476 background.


White color preview on #7AB476 background

This text has white color on #7AB476 background.