COLOR #75BB6E

HEX: #75BB6E
RGB: (117,187,110)

Color info

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

RGB color model

#75BB6E color RGB value is (117,187,110).

  • red value is 117;
  • green value is 187;
  • blue value is 110.
RGB:
(117,187,110)
(46%,73%,43%)

RGB channels and saturation

R 117 of 255 = 46%
G 187 of 255 = 73%
B 110 of 255 = 43%

117
187
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 187 + 110 = 414 (100%)
R 117 of 414 ~ 28.26%
G 187 of 414 ~ 45.17%
B 110 of 414 ~ 26.57%

%28.26
%45.17
%26.57

CMYK color model

#75BB6E color CMYK value is (37,0,41,27).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 26.67%
CMYK:
(37,0,41,27)
C37M0Y41K27 
(37%,0%,41%,27%)
(0.37/0.00/0.41/0.27)	

CMYK percentages

%37.43
%0
%41.18
%26.67

Codes

Color #75BB6E in popluar color models

75BB6E
RGB117187110
HSL115°36.15%58.24%
HSB/HSV115°41.18%73.33%
CMYK37.43%0.00%41.18%
26.67%

Color #75BB6E in popluar number systems.

HEX75BB6E
Decimal117187110
Binary1110101101110111101110
Octal165273156

Shades and tints

Shades of #75BB6E

#75BB6E
(117,187,110)
#6BAA64
(107,170,100)
#61995A
(97,153,90)
#578850
(87,136,80)
#4D7746
(77,119,70)
#43663C
(67,102,60)
#395532
(57,85,50)
#2F4428
(47,68,40)
#25331E
(37,51,30)
#1B2214
(27,34,20)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #75BB6E

#75BB6E
(117,187,110)
#81C17B
(129,193,123)
#8DC788
(141,199,136)
#99CD95
(153,205,149)
#A5D3A2
(165,211,162)
#B1D9AF
(177,217,175)
#BDDFBC
(189,223,188)
#C9E5C9
(201,229,201)
#D5EBD6
(213,235,214)
#E1F1E3
(225,241,227)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BB6E color. Also use rgb(117,187,110) instead hex code.

Text Font Color

.myTextColor { color: #75BB6E; }

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

This text font color is #75BB6E.


Background Color

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

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

This div background color is #75BB6E.


Border color

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

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

This div border color is #75BB6E.


Opacity

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

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

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

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

This text has shadow with #75BB6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BB6E on black background.


Color preview on white background

This text has color #75BB6E on white background.



Black color preview on #75BB6E background

This text has black color on #75BB6E background.


White color preview on #75BB6E background

This text has white color on #75BB6E background.