COLOR #7AA396

HEX: #7AA396
RGB: (122,163,150)

Color info

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

RGB color model

#7AA396 color RGB value is (122,163,150).

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

RGB channels and saturation

R 122 of 255 = 48%
G 163 of 255 = 64%
B 150 of 255 = 59%

122
163
150

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

Portions of RGB colors in percentages

R + G + B =
122 + 163 + 150 = 435 (100%)
R 122 of 435 ~ 28.05%
G 163 of 435 ~ 37.47%
B 150 of 435 ~ 34.48%

%28.05
%37.47
%34.48

CMYK color model

#7AA396 color CMYK value is (25,0,8,36).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(25,0,8,36)
C25M0Y8K36 
(25%,0%,8%,36%)
(0.25/0.00/0.08/0.36)	

CMYK percentages

%25.15
%0
%7.98
%36.08

Codes

Color #7AA396 in popluar color models

7AA396
RGB122163150
HSL161°18.22%55.88%
HSB/HSV161°25.15%63.92%
CMYK25.15%0.00%7.98%
36.08%

Color #7AA396 in popluar number systems.

HEX7AA396
Decimal122163150
Binary11110101010001110010110
Octal172243226

Shades and tints

Shades of #7AA396

#7AA396
(122,163,150)
#6F9589
(111,149,137)
#64877C
(100,135,124)
#59796F
(89,121,111)
#4E6B62
(78,107,98)
#435D55
(67,93,85)
#384F48
(56,79,72)
#2D413B
(45,65,59)
#22332E
(34,51,46)
#172521
(23,37,33)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #7AA396

#7AA396
(122,163,150)
#86AB9F
(134,171,159)
#92B3A8
(146,179,168)
#9EBBB1
(158,187,177)
#AAC3BA
(170,195,186)
#B6CBC3
(182,203,195)
#C2D3CC
(194,211,204)
#CEDBD5
(206,219,213)
#DAE3DE
(218,227,222)
#E6EBE7
(230,235,231)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA396; }

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

This text font color is #7AA396.


Background Color

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

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

This div background color is #7AA396.


Border color

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

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

This div border color is #7AA396.


Opacity

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

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

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

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

This text has shadow with #7AA396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA396 on black background.


Color preview on white background

This text has color #7AA396 on white background.



Black color preview on #7AA396 background

This text has black color on #7AA396 background.


White color preview on #7AA396 background

This text has white color on #7AA396 background.