COLOR #007500

HEX: #007500
RGB: (0,117,0)

Color info

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

RGB color model

#007500 color RGB value is (0,117,0).

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

RGB channels and saturation

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

0
117
0

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#007500 color CMYK value is (100,0,100,54).

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

CMYK percentages

%100
%0
%100
%54.12

Codes

Color #007500 in popluar color models

007500
RGB01170
HSL120°100.00%22.94%
HSB/HSV120°100.00%45.88%
CMYK100.00%0.00%100.00%
54.12%

Color #007500 in popluar number systems.

HEX007500
Decimal01170
Binary011101010
Octal01650

Shades and tints

Shades of #007500

#007500
(0,117,0)
#006B00
(0,107,0)
#006100
(0,97,0)
#005700
(0,87,0)
#004D00
(0,77,0)
#004300
(0,67,0)
#003900
(0,57,0)
#002F00
(0,47,0)
#002500
(0,37,0)
#001B00
(0,27,0)
#001100
(0,17,0)
#000000
(0,0,0)

Tints of #007500

#007500
(0,117,0)
#178117
(23,129,23)
#2E8D2E
(46,141,46)
#459945
(69,153,69)
#5CA55C
(92,165,92)
#73B173
(115,177,115)
#8ABD8A
(138,189,138)
#A1C9A1
(161,201,161)
#B8D5B8
(184,213,184)
#CFE1CF
(207,225,207)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007500; }

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

This text font color is #007500.


Background Color

.myBgColor { background-color: #007500; }

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

This div background color is #007500.


Border color

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

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

This div border color is #007500.


Opacity

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

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

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

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

This text has shadow with #007500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007500 on black background.


Color preview on white background

This text has color #007500 on white background.



Black color preview on #007500 background

This text has black color on #007500 background.


White color preview on #007500 background

This text has white color on #007500 background.