COLOR #75B784

HEX: #75B784
RGB: (117,183,132)

Color info

#75B784 contains mainly green and blue colors. Web safe color of #75B784 is #66CC99 (or #6C9).

RGB color model

#75B784 color RGB value is (117,183,132).

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

RGB channels and saturation

R 117 of 255 = 46%
G 183 of 255 = 72%
B 132 of 255 = 52%

117
183
132

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

Portions of RGB colors in percentages

R + G + B =
117 + 183 + 132 = 432 (100%)
R 117 of 432 ~ 27.08%
G 183 of 432 ~ 42.36%
B 132 of 432 ~ 30.56%

%27.08
%42.36
%30.56

CMYK color model

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

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

CMYK percentages

%36.07
%0
%27.87
%28.24

Codes

Color #75B784 in popluar color models

75B784
RGB117183132
HSL134°31.43%58.82%
HSB/HSV134°36.07%71.76%
CMYK36.07%0.00%27.87%
28.24%

Color #75B784 in popluar number systems.

HEX75B784
Decimal117183132
Binary11101011011011110000100
Octal165267204

Shades and tints

Shades of #75B784

#75B784
(117,183,132)
#6BA778
(107,167,120)
#61976C
(97,151,108)
#578760
(87,135,96)
#4D7754
(77,119,84)
#436748
(67,103,72)
#39573C
(57,87,60)
#2F4730
(47,71,48)
#253724
(37,55,36)
#1B2718
(27,39,24)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #75B784

#75B784
(117,183,132)
#81BD8F
(129,189,143)
#8DC39A
(141,195,154)
#99C9A5
(153,201,165)
#A5CFB0
(165,207,176)
#B1D5BB
(177,213,187)
#BDDBC6
(189,219,198)
#C9E1D1
(201,225,209)
#D5E7DC
(213,231,220)
#E1EDE7
(225,237,231)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B784; }

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

This text font color is #75B784.


Background Color

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

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

This div background color is #75B784.


Border color

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

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

This div border color is #75B784.


Opacity

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

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

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

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

This text has shadow with #75B784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B784 on black background.


Color preview on white background

This text has color #75B784 on white background.



Black color preview on #75B784 background

This text has black color on #75B784 background.


White color preview on #75B784 background

This text has white color on #75B784 background.