COLOR #7AA463

HEX: #7AA463
RGB: (122,164,99)

Color info

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

RGB color model

#7AA463 color RGB value is (122,164,99).

  • red value is 122;
  • green value is 164;
  • blue value is 99.
RGB:
(122,164,99)
(48%,64%,39%)

RGB channels and saturation

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

122
164
99

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

Portions of RGB colors in percentages

R + G + B =
122 + 164 + 99 = 385 (100%)
R 122 of 385 ~ 31.69%
G 164 of 385 ~ 42.6%
B 99 of 385 ~ 25.71%

%31.69
%42.6
%25.71

CMYK color model

#7AA463 color CMYK value is (26,0,40,36).

  • cyan value is 25.61%
  • magenta value is 0.00%
  • yellow value is 39.63%
  • key color value is 35.69%
CMYK:
(26,0,40,36)
C26M0Y40K36 
(26%,0%,40%,36%)
(0.26/0.00/0.40/0.36)	

CMYK percentages

%25.61
%0
%39.63
%35.69

Codes

Color #7AA463 in popluar color models

7AA463
RGB12216499
HSL99°26.32%51.57%
HSB/HSV99°39.63%64.31%
CMYK25.61%0.00%39.63%
35.69%

Color #7AA463 in popluar number systems.

HEX7AA463
Decimal12216499
Binary1111010101001001100011
Octal172244143

Shades and tints

Shades of #7AA463

#7AA463
(122,164,99)
#6F965A
(111,150,90)
#648851
(100,136,81)
#597A48
(89,122,72)
#4E6C3F
(78,108,63)
#435E36
(67,94,54)
#38502D
(56,80,45)
#2D4224
(45,66,36)
#22341B
(34,52,27)
#172612
(23,38,18)
#0C1809
(12,24,9)
#000000
(0,0,0)

Tints of #7AA463

#7AA463
(122,164,99)
#86AC71
(134,172,113)
#92B47F
(146,180,127)
#9EBC8D
(158,188,141)
#AAC49B
(170,196,155)
#B6CCA9
(182,204,169)
#C2D4B7
(194,212,183)
#CEDCC5
(206,220,197)
#DAE4D3
(218,228,211)
#E6ECE1
(230,236,225)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA463; }

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

This text font color is #7AA463.


Background Color

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

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

This div background color is #7AA463.


Border color

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

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

This div border color is #7AA463.


Opacity

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

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

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

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

This text has shadow with #7AA463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA463 on black background.


Color preview on white background

This text has color #7AA463 on white background.



Black color preview on #7AA463 background

This text has black color on #7AA463 background.


White color preview on #7AA463 background

This text has white color on #7AA463 background.