COLOR #7A8C30

HEX: #7A8C30
RGB: (122,140,48)

Color info

#7A8C30 contains mainly red and green colors. Web safe color of #7A8C30 is #669933 (or #693).

RGB color model

#7A8C30 color RGB value is (122,140,48).

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

RGB channels and saturation

R 122 of 255 = 48%
G 140 of 255 = 55%
B 48 of 255 = 19%

122
140
48

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

Portions of RGB colors in percentages

R + G + B =
122 + 140 + 48 = 310 (100%)
R 122 of 310 ~ 39.35%
G 140 of 310 ~ 45.16%
B 48 of 310 ~ 15.48%

%39.35
%45.16
%15.48

CMYK color model

#7A8C30 color CMYK value is (13,0,66,45).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 65.71%
  • key color value is 45.10%
CMYK:
(13,0,66,45)
C13M0Y66K45 
(13%,0%,66%,45%)
(0.13/0.00/0.66/0.45)	

CMYK percentages

%12.86
%0
%65.71
%45.1

Codes

Color #7A8C30 in popluar color models

7A8C30
RGB12214048
HSL72°48.94%36.86%
HSB/HSV72°65.71%54.90%
CMYK12.86%0.00%65.71%
45.10%

Color #7A8C30 in popluar number systems.

HEX7A8C30
Decimal12214048
Binary111101010001100110000
Octal17221460

Shades and tints

Shades of #7A8C30

#7A8C30
(122,140,48)
#6F802C
(111,128,44)
#647428
(100,116,40)
#596824
(89,104,36)
#4E5C20
(78,92,32)
#43501C
(67,80,28)
#384418
(56,68,24)
#2D3814
(45,56,20)
#222C10
(34,44,16)
#17200C
(23,32,12)
#0C1408
(12,20,8)
#000000
(0,0,0)

Tints of #7A8C30

#7A8C30
(122,140,48)
#869642
(134,150,66)
#92A054
(146,160,84)
#9EAA66
(158,170,102)
#AAB478
(170,180,120)
#B6BE8A
(182,190,138)
#C2C89C
(194,200,156)
#CED2AE
(206,210,174)
#DADCC0
(218,220,192)
#E6E6D2
(230,230,210)
#F2F0E4
(242,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8C30; }

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

This text font color is #7A8C30.


Background Color

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

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

This div background color is #7A8C30.


Border color

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

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

This div border color is #7A8C30.


Opacity

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

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

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

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

This text has shadow with #7A8C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8C30 on black background.


Color preview on white background

This text has color #7A8C30 on white background.



Black color preview on #7A8C30 background

This text has black color on #7A8C30 background.


White color preview on #7A8C30 background

This text has white color on #7A8C30 background.