COLOR #7A9F63

HEX: #7A9F63
RGB: (122,159,99)

Color info

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

RGB color model

#7A9F63 color RGB value is (122,159,99).

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

RGB channels and saturation

R 122 of 255 = 48%
G 159 of 255 = 62%
B 99 of 255 = 39%

122
159
99

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

Portions of RGB colors in percentages

R + G + B =
122 + 159 + 99 = 380 (100%)
R 122 of 380 ~ 32.11%
G 159 of 380 ~ 41.84%
B 99 of 380 ~ 26.05%

%32.11
%41.84
%26.05

CMYK color model

#7A9F63 color CMYK value is (23,0,38,38).

  • cyan value is 23.27%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 37.65%
CMYK:
(23,0,38,38)
C23M0Y38K38 
(23%,0%,38%,38%)
(0.23/0.00/0.38/0.38)	

CMYK percentages

%23.27
%0
%37.74
%37.65

Codes

Color #7A9F63 in popluar color models

7A9F63
RGB12215999
HSL97°23.81%50.59%
HSB/HSV97°37.74%62.35%
CMYK23.27%0.00%37.74%
37.65%

Color #7A9F63 in popluar number systems.

HEX7A9F63
Decimal12215999
Binary1111010100111111100011
Octal172237143

Shades and tints

Shades of #7A9F63

#7A9F63
(122,159,99)
#6F915A
(111,145,90)
#648351
(100,131,81)
#597548
(89,117,72)
#4E673F
(78,103,63)
#435936
(67,89,54)
#384B2D
(56,75,45)
#2D3D24
(45,61,36)
#222F1B
(34,47,27)
#172112
(23,33,18)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #7A9F63

#7A9F63
(122,159,99)
#86A771
(134,167,113)
#92AF7F
(146,175,127)
#9EB78D
(158,183,141)
#AABF9B
(170,191,155)
#B6C7A9
(182,199,169)
#C2CFB7
(194,207,183)
#CED7C5
(206,215,197)
#DADFD3
(218,223,211)
#E6E7E1
(230,231,225)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9F63; }

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

This text font color is #7A9F63.


Background Color

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

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

This div background color is #7A9F63.


Border color

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

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

This div border color is #7A9F63.


Opacity

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

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

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

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

This text has shadow with #7A9F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9F63 on black background.


Color preview on white background

This text has color #7A9F63 on white background.



Black color preview on #7A9F63 background

This text has black color on #7A9F63 background.


White color preview on #7A9F63 background

This text has white color on #7A9F63 background.