COLOR #077C16

HEX: #077C16
RGB: (7,124,22)

Color info

#077C16 contains mainly green color. Web safe color of #077C16 is #006600 (or #060).

RGB color model

#077C16 color RGB value is (7,124,22).

  • red value is 7;
  • green value is 124;
  • blue value is 22.
RGB:
(7,124,22)
(3%,49%,9%)

RGB channels and saturation

R 7 of 255 = 3%
G 124 of 255 = 49%
B 22 of 255 = 9%

7
124
22

R + G + B ~ 20%. #077C16 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 124 + 22 = 153 (100%)
R 7 of 153 ~ 4.58%
G 124 of 153 ~ 81.05%
B 22 of 153 ~ 14.38%

%81.05
%14.38

CMYK color model

#077C16 color CMYK value is (94,0,82,51).

  • cyan value is 94.35%
  • magenta value is 0.00%
  • yellow value is 82.26%
  • key color value is 51.37%
CMYK:
(94,0,82,51)
C94M0Y82K51 
(94%,0%,82%,51%)
(0.94/0.00/0.82/0.51)	

CMYK percentages

%94.35
%0
%82.26
%51.37

Codes

Color #077C16 in popluar color models

077C16
RGB712422
HSL128°89.31%25.69%
HSB/HSV128°94.35%48.63%
CMYK94.35%0.00%82.26%
51.37%

Color #077C16 in popluar number systems.

HEX077C16
Decimal712422
Binary111111110010110
Octal717426

Shades and tints

Shades of #077C16

#077C16
(7,124,22)
#077114
(7,113,20)
#076612
(7,102,18)
#075B10
(7,91,16)
#07500E
(7,80,14)
#07450C
(7,69,12)
#073A0A
(7,58,10)
#072F08
(7,47,8)
#072406
(7,36,6)
#071904
(7,25,4)
#070E02
(7,14,2)
#000000
(0,0,0)

Tints of #077C16

#077C16
(7,124,22)
#1D872B
(29,135,43)
#339240
(51,146,64)
#499D55
(73,157,85)
#5FA86A
(95,168,106)
#75B37F
(117,179,127)
#8BBE94
(139,190,148)
#A1C9A9
(161,201,169)
#B7D4BE
(183,212,190)
#CDDFD3
(205,223,211)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077C16 color. Also use rgb(7,124,22) instead hex code.

Text Font Color

.myTextColor { color: #077C16; }

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

This text font color is #077C16.


Background Color

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

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

This div background color is #077C16.


Border color

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

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

This div border color is #077C16.


Opacity

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

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

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

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

This text has shadow with #077C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077C16 on black background.


Color preview on white background

This text has color #077C16 on white background.



Black color preview on #077C16 background

This text has black color on #077C16 background.


White color preview on #077C16 background

This text has white color on #077C16 background.