COLOR #7AA378

HEX: #7AA378
RGB: (122,163,120)

Color info

#7AA378 contains red, green and blue colors in about the same proportion. Web safe color of #7AA378 is #669966 (or #696).

RGB color model

#7AA378 color RGB value is (122,163,120).

  • red value is 122;
  • green value is 163;
  • blue value is 120.
RGB:
(122,163,120)
(48%,64%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 163 of 255 = 64%
B 120 of 255 = 47%

122
163
120

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

Portions of RGB colors in percentages

R + G + B =
122 + 163 + 120 = 405 (100%)
R 122 of 405 ~ 30.12%
G 163 of 405 ~ 40.25%
B 120 of 405 ~ 29.63%

%30.12
%40.25
%29.63

CMYK color model

#7AA378 color CMYK value is (25,0,26,36).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 36.08%
CMYK:
(25,0,26,36)
C25M0Y26K36 
(25%,0%,26%,36%)
(0.25/0.00/0.26/0.36)	

CMYK percentages

%25.15
%0
%26.38
%36.08

Codes

Color #7AA378 in popluar color models

7AA378
RGB122163120
HSL117°18.94%55.49%
HSB/HSV117°26.38%63.92%
CMYK25.15%0.00%26.38%
36.08%

Color #7AA378 in popluar number systems.

HEX7AA378
Decimal122163120
Binary1111010101000111111000
Octal172243170

Shades and tints

Shades of #7AA378

#7AA378
(122,163,120)
#6F956E
(111,149,110)
#648764
(100,135,100)
#59795A
(89,121,90)
#4E6B50
(78,107,80)
#435D46
(67,93,70)
#384F3C
(56,79,60)
#2D4132
(45,65,50)
#223328
(34,51,40)
#17251E
(23,37,30)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #7AA378

#7AA378
(122,163,120)
#86AB84
(134,171,132)
#92B390
(146,179,144)
#9EBB9C
(158,187,156)
#AAC3A8
(170,195,168)
#B6CBB4
(182,203,180)
#C2D3C0
(194,211,192)
#CEDBCC
(206,219,204)
#DAE3D8
(218,227,216)
#E6EBE4
(230,235,228)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA378 color. Also use rgb(122,163,120) instead hex code.

Text Font Color

.myTextColor { color: #7AA378; }

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

This text font color is #7AA378.


Background Color

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

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

This div background color is #7AA378.


Border color

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

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

This div border color is #7AA378.


Opacity

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

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

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

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

This text has shadow with #7AA378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA378 on black background.


Color preview on white background

This text has color #7AA378 on white background.



Black color preview on #7AA378 background

This text has black color on #7AA378 background.


White color preview on #7AA378 background

This text has white color on #7AA378 background.