COLOR #7A9863

HEX: #7A9863
RGB: (122,152,99)

Color info

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

RGB color model

#7A9863 color RGB value is (122,152,99).

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

RGB channels and saturation

R 122 of 255 = 48%
G 152 of 255 = 60%
B 99 of 255 = 39%

122
152
99

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

Portions of RGB colors in percentages

R + G + B =
122 + 152 + 99 = 373 (100%)
R 122 of 373 ~ 32.71%
G 152 of 373 ~ 40.75%
B 99 of 373 ~ 26.54%

%32.71
%40.75
%26.54

CMYK color model

#7A9863 color CMYK value is (20,0,35,40).

  • cyan value is 19.74%
  • magenta value is 0.00%
  • yellow value is 34.87%
  • key color value is 40.39%
CMYK:
(20,0,35,40)
C20M0Y35K40 
(20%,0%,35%,40%)
(0.20/0.00/0.35/0.40)	

CMYK percentages

%19.74
%0
%34.87
%40.39

Codes

Color #7A9863 in popluar color models

7A9863
RGB12215299
HSL94°21.12%49.22%
HSB/HSV94°34.87%59.61%
CMYK19.74%0.00%34.87%
40.39%

Color #7A9863 in popluar number systems.

HEX7A9863
Decimal12215299
Binary1111010100110001100011
Octal172230143

Shades and tints

Shades of #7A9863

#7A9863
(122,152,99)
#6F8B5A
(111,139,90)
#647E51
(100,126,81)
#597148
(89,113,72)
#4E643F
(78,100,63)
#435736
(67,87,54)
#384A2D
(56,74,45)
#2D3D24
(45,61,36)
#22301B
(34,48,27)
#172312
(23,35,18)
#0C1609
(12,22,9)
#000000
(0,0,0)

Tints of #7A9863

#7A9863
(122,152,99)
#86A171
(134,161,113)
#92AA7F
(146,170,127)
#9EB38D
(158,179,141)
#AABC9B
(170,188,155)
#B6C5A9
(182,197,169)
#C2CEB7
(194,206,183)
#CED7C5
(206,215,197)
#DAE0D3
(218,224,211)
#E6E9E1
(230,233,225)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9863; }

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

This text font color is #7A9863.


Background Color

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

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

This div background color is #7A9863.


Border color

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

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

This div border color is #7A9863.


Opacity

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

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

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

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

This text has shadow with #7A9863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9863 on black background.


Color preview on white background

This text has color #7A9863 on white background.



Black color preview on #7A9863 background

This text has black color on #7A9863 background.


White color preview on #7A9863 background

This text has white color on #7A9863 background.