COLOR #75B883

HEX: #75B883
RGB: (117,184,131)

Color info

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

RGB color model

#75B883 color RGB value is (117,184,131).

  • red value is 117;
  • green value is 184;
  • blue value is 131.
RGB:
(117,184,131)
(46%,72%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 184 of 255 = 72%
B 131 of 255 = 51%

117
184
131

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

Portions of RGB colors in percentages

R + G + B =
117 + 184 + 131 = 432 (100%)
R 117 of 432 ~ 27.08%
G 184 of 432 ~ 42.59%
B 131 of 432 ~ 30.32%

%27.08
%42.59
%30.32

CMYK color model

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

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 27.84%
CMYK:
(36,0,29,28)
C36M0Y29K28 
(36%,0%,29%,28%)
(0.36/0.00/0.29/0.28)	

CMYK percentages

%36.41
%0
%28.8
%27.84

Codes

Color #75B883 in popluar color models

75B883
RGB117184131
HSL133°32.06%59.02%
HSB/HSV133°36.41%72.16%
CMYK36.41%0.00%28.80%
27.84%

Color #75B883 in popluar number systems.

HEX75B883
Decimal117184131
Binary11101011011100010000011
Octal165270203

Shades and tints

Shades of #75B883

#75B883
(117,184,131)
#6BA878
(107,168,120)
#61986D
(97,152,109)
#578862
(87,136,98)
#4D7857
(77,120,87)
#43684C
(67,104,76)
#395841
(57,88,65)
#2F4836
(47,72,54)
#25382B
(37,56,43)
#1B2820
(27,40,32)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #75B883

#75B883
(117,184,131)
#81BE8E
(129,190,142)
#8DC499
(141,196,153)
#99CAA4
(153,202,164)
#A5D0AF
(165,208,175)
#B1D6BA
(177,214,186)
#BDDCC5
(189,220,197)
#C9E2D0
(201,226,208)
#D5E8DB
(213,232,219)
#E1EEE6
(225,238,230)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B883 color. Also use rgb(117,184,131) instead hex code.

Text Font Color

.myTextColor { color: #75B883; }

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

This text font color is #75B883.


Background Color

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

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

This div background color is #75B883.


Border color

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

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

This div border color is #75B883.


Opacity

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

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

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

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

This text has shadow with #75B883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B883 on black background.


Color preview on white background

This text has color #75B883 on white background.



Black color preview on #75B883 background

This text has black color on #75B883 background.


White color preview on #75B883 background

This text has white color on #75B883 background.