COLOR #7AA77D

HEX: #7AA77D
RGB: (122,167,125)

Color info

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

RGB color model

#7AA77D color RGB value is (122,167,125).

  • red value is 122;
  • green value is 167;
  • blue value is 125.
RGB:
(122,167,125)
(48%,65%,49%)

RGB channels and saturation

R 122 of 255 = 48%
G 167 of 255 = 65%
B 125 of 255 = 49%

122
167
125

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

Portions of RGB colors in percentages

R + G + B =
122 + 167 + 125 = 414 (100%)
R 122 of 414 ~ 29.47%
G 167 of 414 ~ 40.34%
B 125 of 414 ~ 30.19%

%29.47
%40.34
%30.19

CMYK color model

#7AA77D color CMYK value is (27,0,25,35).

  • cyan value is 26.95%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 34.51%
CMYK:
(27,0,25,35)
C27M0Y25K35 
(27%,0%,25%,35%)
(0.27/0.00/0.25/0.35)	

CMYK percentages

%26.95
%0
%25.15
%34.51

Codes

Color #7AA77D in popluar color models

7AA77D
RGB122167125
HSL124°20.36%56.67%
HSB/HSV124°26.95%65.49%
CMYK26.95%0.00%25.15%
34.51%

Color #7AA77D in popluar number systems.

HEX7AA77D
Decimal122167125
Binary1111010101001111111101
Octal172247175

Shades and tints

Shades of #7AA77D

#7AA77D
(122,167,125)
#6F9872
(111,152,114)
#648967
(100,137,103)
#597A5C
(89,122,92)
#4E6B51
(78,107,81)
#435C46
(67,92,70)
#384D3B
(56,77,59)
#2D3E30
(45,62,48)
#222F25
(34,47,37)
#17201A
(23,32,26)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #7AA77D

#7AA77D
(122,167,125)
#86AF88
(134,175,136)
#92B793
(146,183,147)
#9EBF9E
(158,191,158)
#AAC7A9
(170,199,169)
#B6CFB4
(182,207,180)
#C2D7BF
(194,215,191)
#CEDFCA
(206,223,202)
#DAE7D5
(218,231,213)
#E6EFE0
(230,239,224)
#F2F7EB
(242,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA77D color. Also use rgb(122,167,125) instead hex code.

Text Font Color

.myTextColor { color: #7AA77D; }

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

This text font color is #7AA77D.


Background Color

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

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

This div background color is #7AA77D.


Border color

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

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

This div border color is #7AA77D.


Opacity

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

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

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

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

This text has shadow with #7AA77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA77D on black background.


Color preview on white background

This text has color #7AA77D on white background.



Black color preview on #7AA77D background

This text has black color on #7AA77D background.


White color preview on #7AA77D background

This text has white color on #7AA77D background.