COLOR #077D14

HEX: #077D14
RGB: (7,125,20)

Color info

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

RGB color model

#077D14 color RGB value is (7,125,20).

  • red value is 7;
  • green value is 125;
  • blue value is 20.
RGB:
(7,125,20)
(3%,49%,8%)

RGB channels and saturation

R 7 of 255 = 3%
G 125 of 255 = 49%
B 20 of 255 = 8%

7
125
20

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

Portions of RGB colors in percentages

R + G + B =
7 + 125 + 20 = 152 (100%)
R 7 of 152 ~ 4.61%
G 125 of 152 ~ 82.24%
B 20 of 152 ~ 13.16%

%82.24
%13.16

CMYK color model

#077D14 color CMYK value is (94,0,84,51).

  • cyan value is 94.40%
  • magenta value is 0.00%
  • yellow value is 84.00%
  • key color value is 50.98%
CMYK:
(94,0,84,51)
C94M0Y84K51 
(94%,0%,84%,51%)
(0.94/0.00/0.84/0.51)	

CMYK percentages

%94.4
%0
%84
%50.98

Codes

Color #077D14 in popluar color models

077D14
RGB712520
HSL127°89.39%25.88%
HSB/HSV127°94.40%49.02%
CMYK94.40%0.00%84.00%
50.98%

Color #077D14 in popluar number systems.

HEX077D14
Decimal712520
Binary111111110110100
Octal717524

Shades and tints

Shades of #077D14

#077D14
(7,125,20)
#077213
(7,114,19)
#076712
(7,103,18)
#075C11
(7,92,17)
#075110
(7,81,16)
#07460F
(7,70,15)
#073B0E
(7,59,14)
#07300D
(7,48,13)
#07250C
(7,37,12)
#071A0B
(7,26,11)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #077D14

#077D14
(7,125,20)
#1D8829
(29,136,41)
#33933E
(51,147,62)
#499E53
(73,158,83)
#5FA968
(95,169,104)
#75B47D
(117,180,125)
#8BBF92
(139,191,146)
#A1CAA7
(161,202,167)
#B7D5BC
(183,213,188)
#CDE0D1
(205,224,209)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077D14 color. Also use rgb(7,125,20) instead hex code.

Text Font Color

.myTextColor { color: #077D14; }

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

This text font color is #077D14.


Background Color

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

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

This div background color is #077D14.


Border color

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

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

This div border color is #077D14.


Opacity

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

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

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

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

This text has shadow with #077D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077D14 on black background.


Color preview on white background

This text has color #077D14 on white background.



Black color preview on #077D14 background

This text has black color on #077D14 background.


White color preview on #077D14 background

This text has white color on #077D14 background.