COLOR #7AA766

HEX: #7AA766
RGB: (122,167,102)

Color info

#7AA766 contains mainly red and green colors. Web safe color of #7AA766 is #669966 (or #696).

RGB color model

#7AA766 color RGB value is (122,167,102).

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

RGB channels and saturation

R 122 of 255 = 48%
G 167 of 255 = 65%
B 102 of 255 = 40%

122
167
102

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

Portions of RGB colors in percentages

R + G + B =
122 + 167 + 102 = 391 (100%)
R 122 of 391 ~ 31.2%
G 167 of 391 ~ 42.71%
B 102 of 391 ~ 26.09%

%31.2
%42.71
%26.09

CMYK color model

#7AA766 color CMYK value is (27,0,39,35).

  • cyan value is 26.95%
  • magenta value is 0.00%
  • yellow value is 38.92%
  • key color value is 34.51%
CMYK:
(27,0,39,35)
C27M0Y39K35 
(27%,0%,39%,35%)
(0.27/0.00/0.39/0.35)	

CMYK percentages

%26.95
%0
%38.92
%34.51

Codes

Color #7AA766 in popluar color models

7AA766
RGB122167102
HSL102°26.97%52.75%
HSB/HSV102°38.92%65.49%
CMYK26.95%0.00%38.92%
34.51%

Color #7AA766 in popluar number systems.

HEX7AA766
Decimal122167102
Binary1111010101001111100110
Octal172247146

Shades and tints

Shades of #7AA766

#7AA766
(122,167,102)
#6F985D
(111,152,93)
#648954
(100,137,84)
#597A4B
(89,122,75)
#4E6B42
(78,107,66)
#435C39
(67,92,57)
#384D30
(56,77,48)
#2D3E27
(45,62,39)
#222F1E
(34,47,30)
#172015
(23,32,21)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #7AA766

#7AA766
(122,167,102)
#86AF73
(134,175,115)
#92B780
(146,183,128)
#9EBF8D
(158,191,141)
#AAC79A
(170,199,154)
#B6CFA7
(182,207,167)
#C2D7B4
(194,215,180)
#CEDFC1
(206,223,193)
#DAE7CE
(218,231,206)
#E6EFDB
(230,239,219)
#F2F7E8
(242,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA766; }

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

This text font color is #7AA766.


Background Color

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

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

This div background color is #7AA766.


Border color

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

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

This div border color is #7AA766.


Opacity

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

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

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

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

This text has shadow with #7AA766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA766 on black background.


Color preview on white background

This text has color #7AA766 on white background.



Black color preview on #7AA766 background

This text has black color on #7AA766 background.


White color preview on #7AA766 background

This text has white color on #7AA766 background.