COLOR #757500

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

Color info

#757500 contains only red and green colors. Web safe color of #757500 is #666600 (or #660).

RGB color model

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

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

RGB channels and saturation

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

117
117
0

R + G + B ~ 31%. #757500 is quite dark color.

Portions of RGB colors in percentages

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

%50
%50

CMYK color model

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

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

CMYK percentages

%0
%0
%100
%54.12

Codes

Color #757500 in popluar color models

757500
RGB1171170
HSL60°100.00%22.94%
HSB/HSV60°100.00%45.88%
CMYK0.00%0.00%100.00%
54.12%

Color #757500 in popluar number systems.

HEX757500
Decimal1171170
Binary111010111101010
Octal1651650

Shades and tints

Shades of #757500

#757500
(117,117,0)
#6B6B00
(107,107,0)
#616100
(97,97,0)
#575700
(87,87,0)
#4D4D00
(77,77,0)
#434300
(67,67,0)
#393900
(57,57,0)
#2F2F00
(47,47,0)
#252500
(37,37,0)
#1B1B00
(27,27,0)
#111100
(17,17,0)
#000000
(0,0,0)

Tints of #757500

#757500
(117,117,0)
#818117
(129,129,23)
#8D8D2E
(141,141,46)
#999945
(153,153,69)
#A5A55C
(165,165,92)
#B1B173
(177,177,115)
#BDBD8A
(189,189,138)
#C9C9A1
(201,201,161)
#D5D5B8
(213,213,184)
#E1E1CF
(225,225,207)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757500; }

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

This text font color is #757500.


Background Color

.myBgColor { background-color: #757500; }

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

This div background color is #757500.


Border color

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

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

This div border color is #757500.


Opacity

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

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

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

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

This text has shadow with #757500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757500 on black background.


Color preview on white background

This text has color #757500 on white background.



Black color preview on #757500 background

This text has black color on #757500 background.


White color preview on #757500 background

This text has white color on #757500 background.