COLOR #7A8A33

HEX: #7A8A33 RGB: (122,138,51)

Color info

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

RGB color model

#7A8A33 color RGB value is (122,138,51).

RGB: (122,138,51) (48%, 54%, 20%)

RGB channels and saturation

R 122 of 255 = 48%
G 138 of 255 = 54%
B 51 of 255 = 20%

122
138
51

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

Portions of RGB colors in percentages

R + G + B = 122 + 138 + 51 = 311 (100%)
R 122 of 311 ~ 39.23%
G 138 of 311 ~ 44.37%
B 51 of 311 ~ 16.4'%

%39.23
%44.37
%16.4

CMYK color model

#7A8A33 color CMYK value is (12,0,63,46).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 63.04%
  • key color value is 45.88%

CMYK: (12,0,63,46)
C12M0Y63K46 (12%, 0%, 63%, 46%)
(0.12 / 0.00 / 0.63 / 0.46)

CMYK percentages

%11.59
%0
%63.04
%45.88

Codes

Color #7A8A33 in popluar color models

7A 8A 33
RGB 122 138 51
HSL 71° 46.03% 37.06%
HSB/HSV 71° 63.04% 54.12%
CMYK 11.59% 0.00% 63.04%
45.88%

Color #7A8A33 in popluar number systems.

HEX 7A 8A 33
Decimal 122 138 51
Binary 1111010 10001010 110011
Octal 172 212 63

Shades and tints

Shades of #7A8A33

#7A8A33
(122,138,51)
#6F7E2F
(111,126,47)
#64722B
(100,114,43)
#596627
(89,102,39)
#4E5A23
(78,90,35)
#434E1F
(67,78,31)
#38421B
(56,66,27)
#2D3617
(45,54,23)
#222A13
(34,42,19)
#171E0F
(23,30,15)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #7A8A33

#7A8A33
(122,138,51)
#869445
(134,148,69)
#929E57
(146,158,87)
#9EA869
(158,168,105)
#AAB27B
(170,178,123)
#B6BC8D
(182,188,141)
#C2C69F
(194,198,159)
#CED0B1
(206,208,177)
#DADAC3
(218,218,195)
#E6E4D5
(230,228,213)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8A33 color. Also use rgb(122,138,51) instead hex code.

Text Font Color

.myTextColor { color: #7A8A33; }

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

This text font color is #7A8A33.

Background Color

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

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

This div background color is #7A8A33.

Border color

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

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

This div border color is #7A8A33.

Opacity

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

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

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

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

This text has shadow with #7A8A33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8A33.

Preview

Color preview on black background

This text has color #7A8A33 on black background.


Color preview on white background

This text has color #7A8A33 on white background.


Black color preview on #7A8A33 background

This text has black color on #7A8A33 background.


White color preview on #7A8A33 background

This text has white color on #7A8A33 background.


Related colors

Complementary color

Complementary color for #hex is #8575CC.


I love getcolorcode.com

Triadic colors

1 #337A8A and #8A337A with #7A8A33 are triadic colors.

2 #338A7A and #8A7A33 with #7A8A33 are triadic colors.