COLOR #75B776

HEX: #75B776
RGB: (117,183,118)

Color info

#75B776 contains mainly green color. Web safe color of #75B776 is #66CC66 (or #6C6).

RGB color model

#75B776 color RGB value is (117,183,118).

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

RGB channels and saturation

R 117 of 255 = 46%
G 183 of 255 = 72%
B 118 of 255 = 46%

117
183
118

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

Portions of RGB colors in percentages

R + G + B =
117 + 183 + 118 = 418 (100%)
R 117 of 418 ~ 27.99%
G 183 of 418 ~ 43.78%
B 118 of 418 ~ 28.23%

%27.99
%43.78
%28.23

CMYK color model

#75B776 color CMYK value is (36,0,36,28).

  • cyan value is 36.07%
  • magenta value is 0.00%
  • yellow value is 35.52%
  • key color value is 28.24%
CMYK:
(36,0,36,28)
C36M0Y36K28 
(36%,0%,36%,28%)
(0.36/0.00/0.36/0.28)	

CMYK percentages

%36.07
%0
%35.52
%28.24

Codes

Color #75B776 in popluar color models

75B776
RGB117183118
HSL121°31.43%58.82%
HSB/HSV121°36.07%71.76%
CMYK36.07%0.00%35.52%
28.24%

Color #75B776 in popluar number systems.

HEX75B776
Decimal117183118
Binary1110101101101111110110
Octal165267166

Shades and tints

Shades of #75B776

#75B776
(117,183,118)
#6BA76C
(107,167,108)
#619762
(97,151,98)
#578758
(87,135,88)
#4D774E
(77,119,78)
#436744
(67,103,68)
#39573A
(57,87,58)
#2F4730
(47,71,48)
#253726
(37,55,38)
#1B271C
(27,39,28)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #75B776

#75B776
(117,183,118)
#81BD82
(129,189,130)
#8DC38E
(141,195,142)
#99C99A
(153,201,154)
#A5CFA6
(165,207,166)
#B1D5B2
(177,213,178)
#BDDBBE
(189,219,190)
#C9E1CA
(201,225,202)
#D5E7D6
(213,231,214)
#E1EDE2
(225,237,226)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B776 color. Also use rgb(117,183,118) instead hex code.

Text Font Color

.myTextColor { color: #75B776; }

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

This text font color is #75B776.


Background Color

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

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

This div background color is #75B776.


Border color

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

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

This div border color is #75B776.


Opacity

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

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

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

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

This text has shadow with #75B776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B776 on black background.


Color preview on white background

This text has color #75B776 on white background.



Black color preview on #75B776 background

This text has black color on #75B776 background.


White color preview on #75B776 background

This text has white color on #75B776 background.