COLOR #7A965A

HEX: #7A965A RGB: (122,150,90)

Color info

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

RGB color model

#7A965A color RGB value is (122,150,90).

RGB: (122,150,90) (48%, 59%, 35%)

RGB channels and saturation

R 122 of 255 = 48%
G 150 of 255 = 59%
B 90 of 255 = 35%

122
150
90

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

Portions of RGB colors in percentages

R + G + B = 122 + 150 + 90 = 362 (100%)
R 122 of 362 ~ 33.7%
G 150 of 362 ~ 41.44%
B 90 of 362 ~ 24.86'%

%33.7
%41.44
%24.86

CMYK color model

#7A965A color CMYK value is (19,0,40,41).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 41.18%

CMYK: (19,0,40,41)
C19M0Y40K41 (19%, 0%, 40%, 41%)
(0.19 / 0.00 / 0.40 / 0.41)

CMYK percentages

%18.67
%0
%40
%41.18

Codes

Color #7A965A in popluar color models

7A 96 5A
RGB 122 150 90
HSL 88° 25.00% 47.06%
HSB/HSV 88° 40.00% 58.82%
CMYK 18.67% 0.00% 40.00%
41.18%

Color #7A965A in popluar number systems.

HEX 7A 96 5A
Decimal 122 150 90
Binary 1111010 10010110 1011010
Octal 172 226 132

Shades and tints

Shades of #7A965A

#7A965A
(122,150,90)
#6F8952
(111,137,82)
#647C4A
(100,124,74)
#596F42
(89,111,66)
#4E623A
(78,98,58)
#435532
(67,85,50)
#38482A
(56,72,42)
#2D3B22
(45,59,34)
#222E1A
(34,46,26)
#172112
(23,33,18)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #7A965A

#7A965A
(122,150,90)
#869F69
(134,159,105)
#92A878
(146,168,120)
#9EB187
(158,177,135)
#AABA96
(170,186,150)
#B6C3A5
(182,195,165)
#C2CCB4
(194,204,180)
#CED5C3
(206,213,195)
#DADED2
(218,222,210)
#E6E7E1
(230,231,225)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A965A color. Also use rgb(122,150,90) instead hex code.

Text Font Color

.myTextColor { color: #7A965A; }

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

This text font color is #7A965A.

Background Color

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

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

This div background color is #7A965A.

Border color

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

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

This div border color is #7A965A.

Opacity

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

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

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

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

This text has shadow with #7A965A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A965A.

Preview

Color preview on black background

This text has color #7A965A on black background.


Color preview on white background

This text has color #7A965A on white background.


Black color preview on #7A965A background

This text has black color on #7A965A background.


White color preview on #7A965A background

This text has white color on #7A965A background.


Related colors

Complementary color

Complementary color for #hex is #8569A5.


I love getcolorcode.com

Triadic colors

1 #5A7A96 and #965A7A with #7A965A are triadic colors.

2 #5A967A and #967A5A with #7A965A are triadic colors.