COLOR #7AAF75

HEX: #7AAF75
RGB: (122,175,117)

Color info

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

RGB color model

#7AAF75 color RGB value is (122,175,117).

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

RGB channels and saturation

R 122 of 255 = 48%
G 175 of 255 = 69%
B 117 of 255 = 46%

122
175
117

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

Portions of RGB colors in percentages

R + G + B =
122 + 175 + 117 = 414 (100%)
R 122 of 414 ~ 29.47%
G 175 of 414 ~ 42.27%
B 117 of 414 ~ 28.26%

%29.47
%42.27
%28.26

CMYK color model

#7AAF75 color CMYK value is (30,0,33,31).

  • cyan value is 30.29%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 31.37%
CMYK:
(30,0,33,31)
C30M0Y33K31 
(30%,0%,33%,31%)
(0.30/0.00/0.33/0.31)	

CMYK percentages

%30.29
%0
%33.14
%31.37

Codes

Color #7AAF75 in popluar color models

7AAF75
RGB122175117
HSL115°26.61%57.25%
HSB/HSV115°33.14%68.63%
CMYK30.29%0.00%33.14%
31.37%

Color #7AAF75 in popluar number systems.

HEX7AAF75
Decimal122175117
Binary1111010101011111110101
Octal172257165

Shades and tints

Shades of #7AAF75

#7AAF75
(122,175,117)
#6FA06B
(111,160,107)
#649161
(100,145,97)
#598257
(89,130,87)
#4E734D
(78,115,77)
#436443
(67,100,67)
#385539
(56,85,57)
#2D462F
(45,70,47)
#223725
(34,55,37)
#17281B
(23,40,27)
#0C1911
(12,25,17)
#000000
(0,0,0)

Tints of #7AAF75

#7AAF75
(122,175,117)
#86B681
(134,182,129)
#92BD8D
(146,189,141)
#9EC499
(158,196,153)
#AACBA5
(170,203,165)
#B6D2B1
(182,210,177)
#C2D9BD
(194,217,189)
#CEE0C9
(206,224,201)
#DAE7D5
(218,231,213)
#E6EEE1
(230,238,225)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAF75; }

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

This text font color is #7AAF75.


Background Color

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

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

This div background color is #7AAF75.


Border color

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

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

This div border color is #7AAF75.


Opacity

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

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

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

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

This text has shadow with #7AAF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAF75 on black background.


Color preview on white background

This text has color #7AAF75 on white background.



Black color preview on #7AAF75 background

This text has black color on #7AAF75 background.


White color preview on #7AAF75 background

This text has white color on #7AAF75 background.