COLOR #7A8F4F

HEX: #7A8F4F
RGB: (122,143,79)

Color info

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

RGB color model

#7A8F4F color RGB value is (122,143,79).

  • red value is 122;
  • green value is 143;
  • blue value is 79.
RGB:
(122,143,79)
(48%,56%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 143 of 255 = 56%
B 79 of 255 = 31%

122
143
79

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

Portions of RGB colors in percentages

R + G + B =
122 + 143 + 79 = 344 (100%)
R 122 of 344 ~ 35.47%
G 143 of 344 ~ 41.57%
B 79 of 344 ~ 22.97%

%35.47
%41.57
%22.97

CMYK color model

#7A8F4F color CMYK value is (15,0,45,44).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 44.76%
  • key color value is 43.92%
CMYK:
(15,0,45,44)
C15M0Y45K44 
(15%,0%,45%,44%)
(0.15/0.00/0.45/0.44)	

CMYK percentages

%14.69
%0
%44.76
%43.92

Codes

Color #7A8F4F in popluar color models

7A8F4F
RGB12214379
HSL80°28.83%43.53%
HSB/HSV80°44.76%56.08%
CMYK14.69%0.00%44.76%
43.92%

Color #7A8F4F in popluar number systems.

HEX7A8F4F
Decimal12214379
Binary1111010100011111001111
Octal172217117

Shades and tints

Shades of #7A8F4F

#7A8F4F
(122,143,79)
#6F8248
(111,130,72)
#647541
(100,117,65)
#59683A
(89,104,58)
#4E5B33
(78,91,51)
#434E2C
(67,78,44)
#384125
(56,65,37)
#2D341E
(45,52,30)
#222717
(34,39,23)
#171A10
(23,26,16)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #7A8F4F

#7A8F4F
(122,143,79)
#86995F
(134,153,95)
#92A36F
(146,163,111)
#9EAD7F
(158,173,127)
#AAB78F
(170,183,143)
#B6C19F
(182,193,159)
#C2CBAF
(194,203,175)
#CED5BF
(206,213,191)
#DADFCF
(218,223,207)
#E6E9DF
(230,233,223)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8F4F color. Also use rgb(122,143,79) instead hex code.

Text Font Color

.myTextColor { color: #7A8F4F; }

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

This text font color is #7A8F4F.


Background Color

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

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

This div background color is #7A8F4F.


Border color

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

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

This div border color is #7A8F4F.


Opacity

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

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

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

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

This text has shadow with #7A8F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8F4F on black background.


Color preview on white background

This text has color #7A8F4F on white background.



Black color preview on #7A8F4F background

This text has black color on #7A8F4F background.


White color preview on #7A8F4F background

This text has white color on #7A8F4F background.