COLOR #7A8C60

HEX: #7A8C60
RGB: (122,140,96)

Color info

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

RGB color model

#7A8C60 color RGB value is (122,140,96).

  • red value is 122;
  • green value is 140;
  • blue value is 96.
RGB:
(122,140,96)
(48%,55%,38%)

RGB channels and saturation

R 122 of 255 = 48%
G 140 of 255 = 55%
B 96 of 255 = 38%

122
140
96

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

Portions of RGB colors in percentages

R + G + B =
122 + 140 + 96 = 358 (100%)
R 122 of 358 ~ 34.08%
G 140 of 358 ~ 39.11%
B 96 of 358 ~ 26.82%

%34.08
%39.11
%26.82

CMYK color model

#7A8C60 color CMYK value is (13,0,31,45).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 45.10%
CMYK:
(13,0,31,45)
C13M0Y31K45 
(13%,0%,31%,45%)
(0.13/0.00/0.31/0.45)	

CMYK percentages

%12.86
%0
%31.43
%45.1

Codes

Color #7A8C60 in popluar color models

7A8C60
RGB12214096
HSL85°18.64%46.27%
HSB/HSV85°31.43%54.90%
CMYK12.86%0.00%31.43%
45.10%

Color #7A8C60 in popluar number systems.

HEX7A8C60
Decimal12214096
Binary1111010100011001100000
Octal172214140

Shades and tints

Shades of #7A8C60

#7A8C60
(122,140,96)
#6F8058
(111,128,88)
#647450
(100,116,80)
#596848
(89,104,72)
#4E5C40
(78,92,64)
#435038
(67,80,56)
#384430
(56,68,48)
#2D3828
(45,56,40)
#222C20
(34,44,32)
#172018
(23,32,24)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #7A8C60

#7A8C60
(122,140,96)
#86966E
(134,150,110)
#92A07C
(146,160,124)
#9EAA8A
(158,170,138)
#AAB498
(170,180,152)
#B6BEA6
(182,190,166)
#C2C8B4
(194,200,180)
#CED2C2
(206,210,194)
#DADCD0
(218,220,208)
#E6E6DE
(230,230,222)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8C60 color. Also use rgb(122,140,96) instead hex code.

Text Font Color

.myTextColor { color: #7A8C60; }

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

This text font color is #7A8C60.


Background Color

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

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

This div background color is #7A8C60.


Border color

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

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

This div border color is #7A8C60.


Opacity

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

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

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

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

This text has shadow with #7A8C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8C60 on black background.


Color preview on white background

This text has color #7A8C60 on white background.



Black color preview on #7A8C60 background

This text has black color on #7A8C60 background.


White color preview on #7A8C60 background

This text has white color on #7A8C60 background.