COLOR #75936F

HEX: #75936F
RGB: (117,147,111)

Color info

#75936F contains red, green and blue colors in about the same proportion. Web safe color of #75936F is #669966 (or #696).

RGB color model

#75936F color RGB value is (117,147,111).

  • red value is 117;
  • green value is 147;
  • blue value is 111.
RGB:
(117,147,111)
(46%,58%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 147 of 255 = 58%
B 111 of 255 = 44%

117
147
111

R + G + B ~ 49%. #75936F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 147 + 111 = 375 (100%)
R 117 of 375 ~ 31.2%
G 147 of 375 ~ 39.2%
B 111 of 375 ~ 29.6%

%31.2
%39.2
%29.6

CMYK color model

#75936F color CMYK value is (20,0,24,42).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • key color value is 42.35%
CMYK:
(20,0,24,42)
C20M0Y24K42 
(20%,0%,24%,42%)
(0.20/0.00/0.24/0.42)	

CMYK percentages

%20.41
%0
%24.49
%42.35

Codes

Color #75936F in popluar color models

75936F
RGB117147111
HSL110°14.29%50.59%
HSB/HSV110°24.49%57.65%
CMYK20.41%0.00%24.49%
42.35%

Color #75936F in popluar number systems.

HEX75936F
Decimal117147111
Binary1110101100100111101111
Octal165223157

Shades and tints

Shades of #75936F

#75936F
(117,147,111)
#6B8665
(107,134,101)
#61795B
(97,121,91)
#576C51
(87,108,81)
#4D5F47
(77,95,71)
#43523D
(67,82,61)
#394533
(57,69,51)
#2F3829
(47,56,41)
#252B1F
(37,43,31)
#1B1E15
(27,30,21)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #75936F

#75936F
(117,147,111)
#819C7C
(129,156,124)
#8DA589
(141,165,137)
#99AE96
(153,174,150)
#A5B7A3
(165,183,163)
#B1C0B0
(177,192,176)
#BDC9BD
(189,201,189)
#C9D2CA
(201,210,202)
#D5DBD7
(213,219,215)
#E1E4E4
(225,228,228)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75936F color. Also use rgb(117,147,111) instead hex code.

Text Font Color

.myTextColor { color: #75936F; }

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

This text font color is #75936F.


Background Color

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

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

This div background color is #75936F.


Border color

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

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

This div border color is #75936F.


Opacity

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

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

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

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

This text has shadow with #75936F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75936F on black background.


Color preview on white background

This text has color #75936F on white background.



Black color preview on #75936F background

This text has black color on #75936F background.


White color preview on #75936F background

This text has white color on #75936F background.