COLOR #7AAF77

HEX: #7AAF77
RGB: (122,175,119)

Color info

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

RGB color model

#7AAF77 color RGB value is (122,175,119).

  • red value is 122;
  • green value is 175;
  • blue value is 119.
RGB:
(122,175,119)
(48%,69%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 175 of 255 = 69%
B 119 of 255 = 47%

122
175
119

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

Portions of RGB colors in percentages

R + G + B =
122 + 175 + 119 = 416 (100%)
R 122 of 416 ~ 29.33%
G 175 of 416 ~ 42.07%
B 119 of 416 ~ 28.61%

%29.33
%42.07
%28.61

CMYK color model

#7AAF77 color CMYK value is (30,0,32,31).

  • cyan value is 30.29%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 31.37%
CMYK:
(30,0,32,31)
C30M0Y32K31 
(30%,0%,32%,31%)
(0.30/0.00/0.32/0.31)	

CMYK percentages

%30.29
%0
%32
%31.37

Codes

Color #7AAF77 in popluar color models

7AAF77
RGB122175119
HSL117°25.93%57.65%
HSB/HSV117°32.00%68.63%
CMYK30.29%0.00%32.00%
31.37%

Color #7AAF77 in popluar number systems.

HEX7AAF77
Decimal122175119
Binary1111010101011111110111
Octal172257167

Shades and tints

Shades of #7AAF77

#7AAF77
(122,175,119)
#6FA06D
(111,160,109)
#649163
(100,145,99)
#598259
(89,130,89)
#4E734F
(78,115,79)
#436445
(67,100,69)
#38553B
(56,85,59)
#2D4631
(45,70,49)
#223727
(34,55,39)
#17281D
(23,40,29)
#0C1913
(12,25,19)
#000000
(0,0,0)

Tints of #7AAF77

#7AAF77
(122,175,119)
#86B683
(134,182,131)
#92BD8F
(146,189,143)
#9EC49B
(158,196,155)
#AACBA7
(170,203,167)
#B6D2B3
(182,210,179)
#C2D9BF
(194,217,191)
#CEE0CB
(206,224,203)
#DAE7D7
(218,231,215)
#E6EEE3
(230,238,227)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAF77 color. Also use rgb(122,175,119) instead hex code.

Text Font Color

.myTextColor { color: #7AAF77; }

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

This text font color is #7AAF77.


Background Color

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

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

This div background color is #7AAF77.


Border color

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

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

This div border color is #7AAF77.


Opacity

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

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

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

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

This text has shadow with #7AAF77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAF77 on black background.


Color preview on white background

This text has color #7AAF77 on white background.



Black color preview on #7AAF77 background

This text has black color on #7AAF77 background.


White color preview on #7AAF77 background

This text has white color on #7AAF77 background.