COLOR #077E22

HEX: #077E22
RGB: (7,126,34)

Color info

#077E22 contains mainly green color. Web safe color of #077E22 is #006633 (or #063).

RGB color model

#077E22 color RGB value is (7,126,34).

  • red value is 7;
  • green value is 126;
  • blue value is 34.
RGB:
(7,126,34)
(3%,49%,13%)

RGB channels and saturation

R 7 of 255 = 3%
G 126 of 255 = 49%
B 34 of 255 = 13%

7
126
34

R + G + B ~ 22%. #077E22 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 126 + 34 = 167 (100%)
R 7 of 167 ~ 4.19%
G 126 of 167 ~ 75.45%
B 34 of 167 ~ 20.36%

%75.45
%20.36

CMYK color model

#077E22 color CMYK value is (94,0,73,51).

  • cyan value is 94.44%
  • magenta value is 0.00%
  • yellow value is 73.02%
  • key color value is 50.59%
CMYK:
(94,0,73,51)
C94M0Y73K51 
(94%,0%,73%,51%)
(0.94/0.00/0.73/0.51)	

CMYK percentages

%94.44
%0
%73.02
%50.59

Codes

Color #077E22 in popluar color models

077E22
RGB712634
HSL134°89.47%26.08%
HSB/HSV134°94.44%49.41%
CMYK94.44%0.00%73.02%
50.59%

Color #077E22 in popluar number systems.

HEX077E22
Decimal712634
Binary1111111110100010
Octal717642

Shades and tints

Shades of #077E22

#077E22
(7,126,34)
#07731F
(7,115,31)
#07681C
(7,104,28)
#075D19
(7,93,25)
#075216
(7,82,22)
#074713
(7,71,19)
#073C10
(7,60,16)
#07310D
(7,49,13)
#07260A
(7,38,10)
#071B07
(7,27,7)
#071004
(7,16,4)
#000000
(0,0,0)

Tints of #077E22

#077E22
(7,126,34)
#1D8936
(29,137,54)
#33944A
(51,148,74)
#499F5E
(73,159,94)
#5FAA72
(95,170,114)
#75B586
(117,181,134)
#8BC09A
(139,192,154)
#A1CBAE
(161,203,174)
#B7D6C2
(183,214,194)
#CDE1D6
(205,225,214)
#E3ECEA
(227,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077E22 color. Also use rgb(7,126,34) instead hex code.

Text Font Color

.myTextColor { color: #077E22; }

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

This text font color is #077E22.


Background Color

.myBgColor { background-color: #077E22; }

<div style="background-color:#077E22">Inner text</div>

This div background color is #077E22.


Border color

.myBorderColor { border: 1px solid #077E22; }

<div style="border:3px solid #077E22">Div</div>

This div border color is #077E22.


Opacity

.myOpacity80 { color: #077E22; opacity: 0.8; }

<p style="color:#077E22;opacity:0.8;">80%</p>

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

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

This text has shadow with #077E22 color.

.textShadow {text-shadow: 3px 3px 1px #077E22, 3px 3px 1px red;}

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

This text has shadow with #077E22 primary color and red secondary color.


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

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

This text has shadow with #077E22 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077E22 on black background.


Color preview on white background

This text has color #077E22 on white background.



Black color preview on #077E22 background

This text has black color on #077E22 background.


White color preview on #077E22 background

This text has white color on #077E22 background.