COLOR #076D05

HEX: #076D05 RGB: (7,109,5)

Color info

#076D05 contains mainly green color. Web safe color of #076D05 is #006600 (or #060).

RGB color model

#076D05 color RGB value is (7,109,5).

RGB: (7,109,5) (3%, 43%, 2%)

RGB channels and saturation

R 7 of 255 = 3%
G 109 of 255 = 43%
B 5 of 255 = 2%

7
109
5

R + G + B ~ 16%. #076D05 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 109 + 5 = 121 (100%)
R 7 of 121 ~ 5.79%
G 109 of 121 ~ 90.08%
B 5 of 121 ~ 4.13'%

%90.08

CMYK color model

#076D05 color CMYK value is (94,0,95,57).

  • cyan value is 93.58%
  • magenta value is 0.00%
  • yellow value is 95.41%
  • key color value is 57.25%

CMYK: (94,0,95,57)
C94M0Y95K57 (94%, 0%, 95%, 57%)
(0.94 / 0.00 / 0.95 / 0.57)

CMYK percentages

%93.58
%0
%95.41
%57.25

Codes

Color #076D05 in popluar color models

07 6D 05
RGB 7 109 5
HSL 119° 91.23% 22.35%
HSB/HSV 119° 95.41% 42.75%
CMYK 93.58% 0.00% 95.41%
57.25%

Color #076D05 in popluar number systems.

HEX 07 6D 05
Decimal 7 109 5
Binary 111 1101101 101
Octal 7 155 5

Shades and tints

Shades of #076D05

#076D05
(7,109,5)
#076405
(7,100,5)
#075B05
(7,91,5)
#075205
(7,82,5)
#074905
(7,73,5)
#074005
(7,64,5)
#073705
(7,55,5)
#072E05
(7,46,5)
#072505
(7,37,5)
#071C05
(7,28,5)
#071305
(7,19,5)
#000000
(0,0,0)

Tints of #076D05

#076D05
(7,109,5)
#1D7A1B
(29,122,27)
#338731
(51,135,49)
#499447
(73,148,71)
#5FA15D
(95,161,93)
#75AE73
(117,174,115)
#8BBB89
(139,187,137)
#A1C89F
(161,200,159)
#B7D5B5
(183,213,181)
#CDE2CB
(205,226,203)
#E3EFE1
(227,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #076D05; }

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

This text font color is #076D05.

Background Color

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

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

This div background color is #076D05.

Border color

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

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

This div border color is #076D05.

Opacity

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

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

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

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

This text has shadow with #076D05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #076D05.

Preview

Color preview on black background

This text has color #076D05 on black background.


Color preview on white background

This text has color #076D05 on white background.


Black color preview on #076D05 background

This text has black color on #076D05 background.


White color preview on #076D05 background

This text has white color on #076D05 background.


Related colors

Complementary color

Complementary color for #hex is #F892FA.


I love getcolorcode.com

Triadic colors

1 #05076D and #6D0507 with #076D05 are triadic colors.

2 #056D07 and #6D0705 with #076D05 are triadic colors.