COLOR #076D27

HEX: #076D27
RGB: (7,109,39)

Color info

#076D27 contains mainly green color. Web safe color of #076D27 is #006633 (or #063).

RGB color model

#076D27 color RGB value is (7,109,39).

  • red value is 7;
  • green value is 109;
  • blue value is 39.
RGB:
(7,109,39)
(3%,43%,15%)

RGB channels and saturation

R 7 of 255 = 3%
G 109 of 255 = 43%
B 39 of 255 = 15%

7
109
39

R + G + B ~ 20%. #076D27 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 109 + 39 = 155 (100%)
R 7 of 155 ~ 4.52%
G 109 of 155 ~ 70.32%
B 39 of 155 ~ 25.16%

%70.32
%25.16

CMYK color model

#076D27 color CMYK value is (94,0,64,57).

  • cyan value is 93.58%
  • magenta value is 0.00%
  • yellow value is 64.22%
  • key color value is 57.25%
CMYK:
(94,0,64,57)
C94M0Y64K57 
(94%,0%,64%,57%)
(0.94/0.00/0.64/0.57)	

CMYK percentages

%93.58
%0
%64.22
%57.25

Codes

Color #076D27 in popluar color models

076D27
RGB710939
HSL139°87.93%22.75%
HSB/HSV139°93.58%42.75%
CMYK93.58%0.00%64.22%
57.25%

Color #076D27 in popluar number systems.

HEX076D27
Decimal710939
Binary1111101101100111
Octal715547

Shades and tints

Shades of #076D27

#076D27
(7,109,39)
#076424
(7,100,36)
#075B21
(7,91,33)
#07521E
(7,82,30)
#07491B
(7,73,27)
#074018
(7,64,24)
#073715
(7,55,21)
#072E12
(7,46,18)
#07250F
(7,37,15)
#071C0C
(7,28,12)
#071309
(7,19,9)
#000000
(0,0,0)

Tints of #076D27

#076D27
(7,109,39)
#1D7A3A
(29,122,58)
#33874D
(51,135,77)
#499460
(73,148,96)
#5FA173
(95,161,115)
#75AE86
(117,174,134)
#8BBB99
(139,187,153)
#A1C8AC
(161,200,172)
#B7D5BF
(183,213,191)
#CDE2D2
(205,226,210)
#E3EFE5
(227,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076D27 color. Also use rgb(7,109,39) instead hex code.

Text Font Color

.myTextColor { color: #076D27; }

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

This text font color is #076D27.


Background Color

.myBgColor { background-color: #076D27; }

<div style="background-color:#076D27">Inner text</div>

This div background color is #076D27.


Border color

.myBorderColor { border: 1px solid #076D27; }

<div style="border:3px solid #076D27">Div</div>

This div border color is #076D27.


Opacity

.myOpacity80 { color: #076D27; opacity: 0.8; }

<p style="color:#076D27;opacity:0.8;">80%</p>

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

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

This text has shadow with #076D27 color.

.textShadow {text-shadow: 3px 3px 1px #076D27, 3px 3px 1px red;}

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

This text has shadow with #076D27 primary color and red secondary color.


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

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

This text has shadow with #076D27 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076D27 on black background.


Color preview on white background

This text has color #076D27 on white background.



Black color preview on #076D27 background

This text has black color on #076D27 background.


White color preview on #076D27 background

This text has white color on #076D27 background.