COLOR #00771F

HEX: #00771F RGB: (0,119,31)

Color info

#00771F contains mainly green color. Web safe color of #00771F is #006633 (or #063).

RGB color model

#00771F color RGB value is (0,119,31).

RGB: (0,119,31) (0%, 47%, 12%)

RGB channels and saturation

R 0 of 255 = 0%
G 119 of 255 = 47%
B 31 of 255 = 12%

0
119
31

R + G + B ~ 20%. #00771F is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 119 + 31 = 150 (100%)
R 0 of 150 ~ 0%
G 119 of 150 ~ 79.33%
B 31 of 150 ~ 20.67'%

%79.33
%20.67

CMYK color model

#00771F color CMYK value is (100,0,74,53).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 73.95%
  • key color value is 53.33%

CMYK: (100,0,74,53)
C100M0Y74K53 (100%, 0%, 74%, 53%)
(1.00 / 0.00 / 0.74 / 0.53)

CMYK percentages

%100
%0
%73.95
%53.33

Codes

Color #00771F in popluar color models

00 77 1F
RGB 0 119 31
HSL 136° 100.00% 23.33%
HSB/HSV 136° 100.00% 46.67%
CMYK 100.00% 0.00% 73.95%
53.33%

Color #00771F in popluar number systems.

HEX 00 77 1F
Decimal 0 119 31
Binary 0 1110111 11111
Octal 0 167 37

Shades and tints

Shades of #00771F

#00771F
(0,119,31)
#006D1D
(0,109,29)
#00631B
(0,99,27)
#005919
(0,89,25)
#004F17
(0,79,23)
#004515
(0,69,21)
#003B13
(0,59,19)
#003111
(0,49,17)
#00270F
(0,39,15)
#001D0D
(0,29,13)
#00130B
(0,19,11)
#000000
(0,0,0)

Tints of #00771F

#00771F
(0,119,31)
#178333
(23,131,51)
#2E8F47
(46,143,71)
#459B5B
(69,155,91)
#5CA76F
(92,167,111)
#73B383
(115,179,131)
#8ABF97
(138,191,151)
#A1CBAB
(161,203,171)
#B8D7BF
(184,215,191)
#CFE3D3
(207,227,211)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00771F color. Also use rgb(0,119,31) instead hex code.

Text Font Color

.myTextColor { color: #00771F; }

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

This text font color is #00771F.

Background Color

.myBgColor { background-color: #00771F; }

<div style="background-color:#00771F">Inner text</div>

This div background color is #00771F.

Border color

.myBorderColor { border: 1px solid #00771F; }

<div style="border:3px solid #00771F">Div</div>

This div border color is #00771F.

Opacity

.myOpacity80 { color: #00771F; opacity: 0.8; }

<p style="color:#00771F;opacity:0.8;">80%</p>

Text with #00771F 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 #00771F;}

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

This text has shadow with #00771F color.


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

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

This text has shadow with #00771F primary color and red secondary color.


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

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

This text has shadow with #00771F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00771F.

Preview

Color preview on black background

This text has color #00771F on black background.


Color preview on white background

This text has color #00771F on white background.


Black color preview on #00771F background

This text has black color on #00771F background.


White color preview on #00771F background

This text has white color on #00771F background.


Related colors

Complementary color

Complementary color for #hex is #FF88E0.


I love getcolorcode.com

Triadic colors

1 #1F0077 and #771F00 with #00771F are triadic colors.

2 #1F7700 and #77001F with #00771F are triadic colors.