COLOR #7AA464

HEX: #7AA464 RGB: (122,164,100)

Color info

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

RGB color model

#7AA464 color RGB value is (122,164,100).

RGB: (122,164,100) (48%, 64%, 39%)

RGB channels and saturation

R 122 of 255 = 48%
G 164 of 255 = 64%
B 100 of 255 = 39%

122
164
100

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

Portions of RGB colors in percentages

R + G + B = 122 + 164 + 100 = 386 (100%)
R 122 of 386 ~ 31.61%
G 164 of 386 ~ 42.49%
B 100 of 386 ~ 25.91'%

%31.61
%42.49
%25.91

CMYK color model

#7AA464 color CMYK value is (26,0,39,36).

  • cyan value is 25.61%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 35.69%

CMYK: (26,0,39,36)
C26M0Y39K36 (26%, 0%, 39%, 36%)
(0.26 / 0.00 / 0.39 / 0.36)

CMYK percentages

%25.61
%0
%39.02
%35.69

Codes

Color #7AA464 in popluar color models

7A A4 64
RGB 122 164 100
HSL 99° 26.02% 51.76%
HSB/HSV 99° 39.02% 64.31%
CMYK 25.61% 0.00% 39.02%
35.69%

Color #7AA464 in popluar number systems.

HEX 7A A4 64
Decimal 122 164 100
Binary 1111010 10100100 1100100
Octal 172 244 144

Shades and tints

Shades of #7AA464

#7AA464
(122,164,100)
#6F965B
(111,150,91)
#648852
(100,136,82)
#597A49
(89,122,73)
#4E6C40
(78,108,64)
#435E37
(67,94,55)
#38502E
(56,80,46)
#2D4225
(45,66,37)
#22341C
(34,52,28)
#172613
(23,38,19)
#0C180A
(12,24,10)
#000000
(0,0,0)

Tints of #7AA464

#7AA464
(122,164,100)
#86AC72
(134,172,114)
#92B480
(146,180,128)
#9EBC8E
(158,188,142)
#AAC49C
(170,196,156)
#B6CCAA
(182,204,170)
#C2D4B8
(194,212,184)
#CEDCC6
(206,220,198)
#DAE4D4
(218,228,212)
#E6ECE2
(230,236,226)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA464 color. Also use rgb(122,164,100) instead hex code.

Text Font Color

.myTextColor { color: #7AA464; }

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

This text font color is #7AA464.

Background Color

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

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

This div background color is #7AA464.

Border color

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

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

This div border color is #7AA464.

Opacity

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

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

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

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

This text has shadow with #7AA464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA464.

Preview

Color preview on black background

This text has color #7AA464 on black background.


Color preview on white background

This text has color #7AA464 on white background.


Black color preview on #7AA464 background

This text has black color on #7AA464 background.


White color preview on #7AA464 background

This text has white color on #7AA464 background.


Related colors

Complementary color

Complementary color for #hex is #855B9B.


I love getcolorcode.com

Triadic colors

1 #647AA4 and #A4647A with #7AA464 are triadic colors.

2 #64A47A and #A47A64 with #7AA464 are triadic colors.