COLOR #75B667

HEX: #75B667
RGB: (117,182,103)

Color info

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

RGB color model

#75B667 color RGB value is (117,182,103).

  • red value is 117;
  • green value is 182;
  • blue value is 103.
RGB:
(117,182,103)
(46%,71%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 182 of 255 = 71%
B 103 of 255 = 40%

117
182
103

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

Portions of RGB colors in percentages

R + G + B =
117 + 182 + 103 = 402 (100%)
R 117 of 402 ~ 29.1%
G 182 of 402 ~ 45.27%
B 103 of 402 ~ 25.62%

%29.1
%45.27
%25.62

CMYK color model

#75B667 color CMYK value is (36,0,43,29).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 28.63%
CMYK:
(36,0,43,29)
C36M0Y43K29 
(36%,0%,43%,29%)
(0.36/0.00/0.43/0.29)	

CMYK percentages

%35.71
%0
%43.41
%28.63

Codes

Color #75B667 in popluar color models

75B667
RGB117182103
HSL109°35.11%55.88%
HSB/HSV109°43.41%71.37%
CMYK35.71%0.00%43.41%
28.63%

Color #75B667 in popluar number systems.

HEX75B667
Decimal117182103
Binary1110101101101101100111
Octal165266147

Shades and tints

Shades of #75B667

#75B667
(117,182,103)
#6BA65E
(107,166,94)
#619655
(97,150,85)
#57864C
(87,134,76)
#4D7643
(77,118,67)
#43663A
(67,102,58)
#395631
(57,86,49)
#2F4628
(47,70,40)
#25361F
(37,54,31)
#1B2616
(27,38,22)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #75B667

#75B667
(117,182,103)
#81BC74
(129,188,116)
#8DC281
(141,194,129)
#99C88E
(153,200,142)
#A5CE9B
(165,206,155)
#B1D4A8
(177,212,168)
#BDDAB5
(189,218,181)
#C9E0C2
(201,224,194)
#D5E6CF
(213,230,207)
#E1ECDC
(225,236,220)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B667 color. Also use rgb(117,182,103) instead hex code.

Text Font Color

.myTextColor { color: #75B667; }

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

This text font color is #75B667.


Background Color

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

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

This div background color is #75B667.


Border color

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

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

This div border color is #75B667.


Opacity

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

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

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

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

This text has shadow with #75B667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B667 on black background.


Color preview on white background

This text has color #75B667 on white background.



Black color preview on #75B667 background

This text has black color on #75B667 background.


White color preview on #75B667 background

This text has white color on #75B667 background.