COLOR #007100

HEX: #007100
RGB: (0,113,0)

Color info

#007100 contains only green color. Web safe color of #007100 is #006600 (or #060).

RGB color model

#007100 color RGB value is (0,113,0).

  • red value is 0;
  • green value is 113;
  • blue value is 0.
RGB:
(0,113,0)
(0%,44%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 113 of 255 = 44%
B 0 of 255 = 0%

0
113
0

R + G + B ~ 15%. #007100 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 113 + 0 = 113 (100%)
R 0 of 113 ~ 0%
G 113 of 113 ~ 100%
B 0 of 113 ~ 0%

%100

CMYK color model

#007100 color CMYK value is (100,0,100,56).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 55.69%
CMYK:
(100,0,100,56)
C100M0Y100K56 
(100%,0%,100%,56%)
(1.00/0.00/1.00/0.56)	

CMYK percentages

%100
%0
%100
%55.69

Codes

Color #007100 in popluar color models

007100
RGB01130
HSL120°100.00%22.16%
HSB/HSV120°100.00%44.31%
CMYK100.00%0.00%100.00%
55.69%

Color #007100 in popluar number systems.

HEX007100
Decimal01130
Binary011100010
Octal01610

Shades and tints

Shades of #007100

#007100
(0,113,0)
#006700
(0,103,0)
#005D00
(0,93,0)
#005300
(0,83,0)
#004900
(0,73,0)
#003F00
(0,63,0)
#003500
(0,53,0)
#002B00
(0,43,0)
#002100
(0,33,0)
#001700
(0,23,0)
#000D00
(0,13,0)
#000000
(0,0,0)

Tints of #007100

#007100
(0,113,0)
#177D17
(23,125,23)
#2E892E
(46,137,46)
#459545
(69,149,69)
#5CA15C
(92,161,92)
#73AD73
(115,173,115)
#8AB98A
(138,185,138)
#A1C5A1
(161,197,161)
#B8D1B8
(184,209,184)
#CFDDCF
(207,221,207)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007100 color. Also use rgb(0,113,0) instead hex code.

Text Font Color

.myTextColor { color: #007100; }

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

This text font color is #007100.


Background Color

.myBgColor { background-color: #007100; }

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

This div background color is #007100.


Border color

.myBorderColor { border: 1px solid #007100; }

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

This div border color is #007100.


Opacity

.myOpacity80 { color: #007100; opacity: 0.8; }

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

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

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

This text has shadow with #007100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007100 on black background.


Color preview on white background

This text has color #007100 on white background.



Black color preview on #007100 background

This text has black color on #007100 background.


White color preview on #007100 background

This text has white color on #007100 background.