COLOR #7AA284

HEX: #7AA284
RGB: (122,162,132)

Color info

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

RGB color model

#7AA284 color RGB value is (122,162,132).

  • red value is 122;
  • green value is 162;
  • blue value is 132.
RGB:
(122,162,132)
(48%,64%,52%)

RGB channels and saturation

R 122 of 255 = 48%
G 162 of 255 = 64%
B 132 of 255 = 52%

122
162
132

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

Portions of RGB colors in percentages

R + G + B =
122 + 162 + 132 = 416 (100%)
R 122 of 416 ~ 29.33%
G 162 of 416 ~ 38.94%
B 132 of 416 ~ 31.73%

%29.33
%38.94
%31.73

CMYK color model

#7AA284 color CMYK value is (25,0,19,36).

  • cyan value is 24.69%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 36.47%
CMYK:
(25,0,19,36)
C25M0Y19K36 
(25%,0%,19%,36%)
(0.25/0.00/0.19/0.36)	

CMYK percentages

%24.69
%0
%18.52
%36.47

Codes

Color #7AA284 in popluar color models

7AA284
RGB122162132
HSL135°17.70%55.69%
HSB/HSV135°24.69%63.53%
CMYK24.69%0.00%18.52%
36.47%

Color #7AA284 in popluar number systems.

HEX7AA284
Decimal122162132
Binary11110101010001010000100
Octal172242204

Shades and tints

Shades of #7AA284

#7AA284
(122,162,132)
#6F9478
(111,148,120)
#64866C
(100,134,108)
#597860
(89,120,96)
#4E6A54
(78,106,84)
#435C48
(67,92,72)
#384E3C
(56,78,60)
#2D4030
(45,64,48)
#223224
(34,50,36)
#172418
(23,36,24)
#0C160C
(12,22,12)
#000000
(0,0,0)

Tints of #7AA284

#7AA284
(122,162,132)
#86AA8F
(134,170,143)
#92B29A
(146,178,154)
#9EBAA5
(158,186,165)
#AAC2B0
(170,194,176)
#B6CABB
(182,202,187)
#C2D2C6
(194,210,198)
#CEDAD1
(206,218,209)
#DAE2DC
(218,226,220)
#E6EAE7
(230,234,231)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA284 color. Also use rgb(122,162,132) instead hex code.

Text Font Color

.myTextColor { color: #7AA284; }

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

This text font color is #7AA284.


Background Color

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

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

This div background color is #7AA284.


Border color

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

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

This div border color is #7AA284.


Opacity

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

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

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

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

This text has shadow with #7AA284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA284 on black background.


Color preview on white background

This text has color #7AA284 on white background.



Black color preview on #7AA284 background

This text has black color on #7AA284 background.


White color preview on #7AA284 background

This text has white color on #7AA284 background.