COLOR #75E69B

HEX: #75E69B
RGB: (117,230,155)

Color info

#75E69B contains mainly green color. Web safe color of #75E69B is #66CC99 (or #6C9).

RGB color model

#75E69B color RGB value is (117,230,155).

  • red value is 117;
  • green value is 230;
  • blue value is 155.
RGB:
(117,230,155)
(46%,90%,61%)

RGB channels and saturation

R 117 of 255 = 46%
G 230 of 255 = 90%
B 155 of 255 = 61%

117
230
155

R + G + B ~ 66%. #75E69B is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 230 + 155 = 502 (100%)
R 117 of 502 ~ 23.31%
G 230 of 502 ~ 45.82%
B 155 of 502 ~ 30.88%

%23.31
%45.82
%30.88

CMYK color model

#75E69B color CMYK value is (49,0,33,10).

  • cyan value is 49.13%
  • magenta value is 0.00%
  • yellow value is 32.61%
  • key color value is 9.80%
CMYK:
(49,0,33,10)
C49M0Y33K10 
(49%,0%,33%,10%)
(0.49/0.00/0.33/0.10)	

CMYK percentages

%49.13
%0
%32.61
%9.8

Codes

Color #75E69B in popluar color models

75E69B
RGB117230155
HSL140°69.33%68.04%
HSB/HSV140°49.13%90.20%
CMYK49.13%0.00%32.61%
9.80%

Color #75E69B in popluar number systems.

HEX75E69B
Decimal117230155
Binary11101011110011010011011
Octal165346233

Shades and tints

Shades of #75E69B

#75E69B
(117,230,155)
#6BD28D
(107,210,141)
#61BE7F
(97,190,127)
#57AA71
(87,170,113)
#4D9663
(77,150,99)
#438255
(67,130,85)
#396E47
(57,110,71)
#2F5A39
(47,90,57)
#25462B
(37,70,43)
#1B321D
(27,50,29)
#111E0F
(17,30,15)
#000000
(0,0,0)

Tints of #75E69B

#75E69B
(117,230,155)
#81E8A4
(129,232,164)
#8DEAAD
(141,234,173)
#99ECB6
(153,236,182)
#A5EEBF
(165,238,191)
#B1F0C8
(177,240,200)
#BDF2D1
(189,242,209)
#C9F4DA
(201,244,218)
#D5F6E3
(213,246,227)
#E1F8EC
(225,248,236)
#EDFAF5
(237,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75E69B color. Also use rgb(117,230,155) instead hex code.

Text Font Color

.myTextColor { color: #75E69B; }

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

This text font color is #75E69B.


Background Color

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

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

This div background color is #75E69B.


Border color

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

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

This div border color is #75E69B.


Opacity

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

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

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

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

This text has shadow with #75E69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75E69B on black background.


Color preview on white background

This text has color #75E69B on white background.



Black color preview on #75E69B background

This text has black color on #75E69B background.


White color preview on #75E69B background

This text has white color on #75E69B background.