COLOR #75D667

HEX: #75D667
RGB: (117,214,103)

Color info

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

RGB color model

#75D667 color RGB value is (117,214,103).

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

RGB channels and saturation

R 117 of 255 = 46%
G 214 of 255 = 84%
B 103 of 255 = 40%

117
214
103

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

Portions of RGB colors in percentages

R + G + B =
117 + 214 + 103 = 434 (100%)
R 117 of 434 ~ 26.96%
G 214 of 434 ~ 49.31%
B 103 of 434 ~ 23.73%

%26.96
%49.31
%23.73

CMYK color model

#75D667 color CMYK value is (45,0,52,16).

  • cyan value is 45.33%
  • magenta value is 0.00%
  • yellow value is 51.87%
  • key color value is 16.08%
CMYK:
(45,0,52,16)
C45M0Y52K16 
(45%,0%,52%,16%)
(0.45/0.00/0.52/0.16)	

CMYK percentages

%45.33
%0
%51.87
%16.08

Codes

Color #75D667 in popluar color models

75D667
RGB117214103
HSL112°57.51%62.16%
HSB/HSV112°51.87%83.92%
CMYK45.33%0.00%51.87%
16.08%

Color #75D667 in popluar number systems.

HEX75D667
Decimal117214103
Binary1110101110101101100111
Octal165326147

Shades and tints

Shades of #75D667

#75D667
(117,214,103)
#6BC35E
(107,195,94)
#61B055
(97,176,85)
#579D4C
(87,157,76)
#4D8A43
(77,138,67)
#43773A
(67,119,58)
#396431
(57,100,49)
#2F5128
(47,81,40)
#253E1F
(37,62,31)
#1B2B16
(27,43,22)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #75D667

#75D667
(117,214,103)
#81D974
(129,217,116)
#8DDC81
(141,220,129)
#99DF8E
(153,223,142)
#A5E29B
(165,226,155)
#B1E5A8
(177,229,168)
#BDE8B5
(189,232,181)
#C9EBC2
(201,235,194)
#D5EECF
(213,238,207)
#E1F1DC
(225,241,220)
#EDF4E9
(237,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75D667; }

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

This text font color is #75D667.


Background Color

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

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

This div background color is #75D667.


Border color

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

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

This div border color is #75D667.


Opacity

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

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

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

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

This text has shadow with #75D667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D667 on black background.


Color preview on white background

This text has color #75D667 on white background.



Black color preview on #75D667 background

This text has black color on #75D667 background.


White color preview on #75D667 background

This text has white color on #75D667 background.