COLOR #7AA285

HEX: #7AA285
RGB: (122,162,133)

Color info

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

RGB color model

#7AA285 color RGB value is (122,162,133).

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

RGB channels and saturation

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

122
162
133

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

Portions of RGB colors in percentages

R + G + B =
122 + 162 + 133 = 417 (100%)
R 122 of 417 ~ 29.26%
G 162 of 417 ~ 38.85%
B 133 of 417 ~ 31.89%

%29.26
%38.85
%31.89

CMYK color model

#7AA285 color CMYK value is (25,0,18,36).

  • cyan value is 24.69%
  • magenta value is 0.00%
  • yellow value is 17.90%
  • key color value is 36.47%
CMYK:
(25,0,18,36)
C25M0Y18K36 
(25%,0%,18%,36%)
(0.25/0.00/0.18/0.36)	

CMYK percentages

%24.69
%0
%17.9
%36.47

Codes

Color #7AA285 in popluar color models

7AA285
RGB122162133
HSL137°17.70%55.69%
HSB/HSV137°24.69%63.53%
CMYK24.69%0.00%17.90%
36.47%

Color #7AA285 in popluar number systems.

HEX7AA285
Decimal122162133
Binary11110101010001010000101
Octal172242205

Shades and tints

Shades of #7AA285

#7AA285
(122,162,133)
#6F9479
(111,148,121)
#64866D
(100,134,109)
#597861
(89,120,97)
#4E6A55
(78,106,85)
#435C49
(67,92,73)
#384E3D
(56,78,61)
#2D4031
(45,64,49)
#223225
(34,50,37)
#172419
(23,36,25)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #7AA285

#7AA285
(122,162,133)
#86AA90
(134,170,144)
#92B29B
(146,178,155)
#9EBAA6
(158,186,166)
#AAC2B1
(170,194,177)
#B6CABC
(182,202,188)
#C2D2C7
(194,210,199)
#CEDAD2
(206,218,210)
#DAE2DD
(218,226,221)
#E6EAE8
(230,234,232)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA285; }

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

This text font color is #7AA285.


Background Color

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

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

This div background color is #7AA285.


Border color

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

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

This div border color is #7AA285.


Opacity

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

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

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

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

This text has shadow with #7AA285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA285 on black background.


Color preview on white background

This text has color #7AA285 on white background.



Black color preview on #7AA285 background

This text has black color on #7AA285 background.


White color preview on #7AA285 background

This text has white color on #7AA285 background.