COLOR #00751B

HEX: #00751B
RGB: (0,117,27)

Color info

#00751B contains mainly green color. Web safe color of #00751B is #006633 (or #063).

RGB color model

#00751B color RGB value is (0,117,27).

  • red value is 0;
  • green value is 117;
  • blue value is 27.
RGB:
(0,117,27)
(0%,46%,11%)

RGB channels and saturation

R 0 of 255 = 0%
G 117 of 255 = 46%
B 27 of 255 = 11%

0
117
27

R + G + B ~ 19%. #00751B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 117 + 27 = 144 (100%)
R 0 of 144 ~ 0%
G 117 of 144 ~ 81.25%
B 27 of 144 ~ 18.75%

%81.25
%18.75

CMYK color model

#00751B color CMYK value is (100,0,77,54).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 54.12%
CMYK:
(100,0,77,54)
C100M0Y77K54 
(100%,0%,77%,54%)
(1.00/0.00/0.77/0.54)	

CMYK percentages

%100
%0
%76.92
%54.12

Codes

Color #00751B in popluar color models

00751B
RGB011727
HSL134°100.00%22.94%
HSB/HSV134°100.00%45.88%
CMYK100.00%0.00%76.92%
54.12%

Color #00751B in popluar number systems.

HEX00751B
Decimal011727
Binary0111010111011
Octal016533

Shades and tints

Shades of #00751B

#00751B
(0,117,27)
#006B19
(0,107,25)
#006117
(0,97,23)
#005715
(0,87,21)
#004D13
(0,77,19)
#004311
(0,67,17)
#00390F
(0,57,15)
#002F0D
(0,47,13)
#00250B
(0,37,11)
#001B09
(0,27,9)
#001107
(0,17,7)
#000000
(0,0,0)

Tints of #00751B

#00751B
(0,117,27)
#17812F
(23,129,47)
#2E8D43
(46,141,67)
#459957
(69,153,87)
#5CA56B
(92,165,107)
#73B17F
(115,177,127)
#8ABD93
(138,189,147)
#A1C9A7
(161,201,167)
#B8D5BB
(184,213,187)
#CFE1CF
(207,225,207)
#E6EDE3
(230,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00751B color. Also use rgb(0,117,27) instead hex code.

Text Font Color

.myTextColor { color: #00751B; }

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

This text font color is #00751B.


Background Color

.myBgColor { background-color: #00751B; }

<div style="background-color:#00751B">Inner text</div>

This div background color is #00751B.


Border color

.myBorderColor { border: 1px solid #00751B; }

<div style="border:3px solid #00751B">Div</div>

This div border color is #00751B.


Opacity

.myOpacity80 { color: #00751B; opacity: 0.8; }

<p style="color:#00751B;opacity:0.8;">80%</p>

Text with #00751B 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 #00751B;}

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

This text has shadow with #00751B color.

.textShadow {text-shadow: 3px 3px 1px #00751B, 3px 3px 1px red;}

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

This text has shadow with #00751B primary color and red secondary color.


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

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

This text has shadow with #00751B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00751B on black background.


Color preview on white background

This text has color #00751B on white background.



Black color preview on #00751B background

This text has black color on #00751B background.


White color preview on #00751B background

This text has white color on #00751B background.