COLOR #75B164

HEX: #75B164
RGB: (117,177,100)

Color info

#75B164 contains mainly green color. Web safe color of #75B164 is #669966 (or #696).

RGB color model

#75B164 color RGB value is (117,177,100).

  • red value is 117;
  • green value is 177;
  • blue value is 100.
RGB:
(117,177,100)
(46%,69%,39%)

RGB channels and saturation

R 117 of 255 = 46%
G 177 of 255 = 69%
B 100 of 255 = 39%

117
177
100

R + G + B ~ 51%. #75B164 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 177 + 100 = 394 (100%)
R 117 of 394 ~ 29.7%
G 177 of 394 ~ 44.92%
B 100 of 394 ~ 25.38%

%29.7
%44.92
%25.38

CMYK color model

#75B164 color CMYK value is (34,0,44,31).

  • cyan value is 33.90%
  • magenta value is 0.00%
  • yellow value is 43.50%
  • key color value is 30.59%
CMYK:
(34,0,44,31)
C34M0Y44K31 
(34%,0%,44%,31%)
(0.34/0.00/0.44/0.31)	

CMYK percentages

%33.9
%0
%43.5
%30.59

Codes

Color #75B164 in popluar color models

75B164
RGB117177100
HSL107°33.05%54.31%
HSB/HSV107°43.50%69.41%
CMYK33.90%0.00%43.50%
30.59%

Color #75B164 in popluar number systems.

HEX75B164
Decimal117177100
Binary1110101101100011100100
Octal165261144

Shades and tints

Shades of #75B164

#75B164
(117,177,100)
#6BA15B
(107,161,91)
#619152
(97,145,82)
#578149
(87,129,73)
#4D7140
(77,113,64)
#436137
(67,97,55)
#39512E
(57,81,46)
#2F4125
(47,65,37)
#25311C
(37,49,28)
#1B2113
(27,33,19)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #75B164

#75B164
(117,177,100)
#81B872
(129,184,114)
#8DBF80
(141,191,128)
#99C68E
(153,198,142)
#A5CD9C
(165,205,156)
#B1D4AA
(177,212,170)
#BDDBB8
(189,219,184)
#C9E2C6
(201,226,198)
#D5E9D4
(213,233,212)
#E1F0E2
(225,240,226)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B164 color. Also use rgb(117,177,100) instead hex code.

Text Font Color

.myTextColor { color: #75B164; }

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

This text font color is #75B164.


Background Color

.myBgColor { background-color: #75B164; }

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

This div background color is #75B164.


Border color

.myBorderColor { border: 1px solid #75B164; }

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

This div border color is #75B164.


Opacity

.myOpacity80 { color: #75B164; opacity: 0.8; }

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

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

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

This text has shadow with #75B164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B164 on black background.


Color preview on white background

This text has color #75B164 on white background.



Black color preview on #75B164 background

This text has black color on #75B164 background.


White color preview on #75B164 background

This text has white color on #75B164 background.