COLOR #75D36A

HEX: #75D36A
RGB: (117,211,106)

Color info

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

RGB color model

#75D36A color RGB value is (117,211,106).

  • red value is 117;
  • green value is 211;
  • blue value is 106.
RGB:
(117,211,106)
(46%,83%,42%)

RGB channels and saturation

R 117 of 255 = 46%
G 211 of 255 = 83%
B 106 of 255 = 42%

117
211
106

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

Portions of RGB colors in percentages

R + G + B =
117 + 211 + 106 = 434 (100%)
R 117 of 434 ~ 26.96%
G 211 of 434 ~ 48.62%
B 106 of 434 ~ 24.42%

%26.96
%48.62
%24.42

CMYK color model

#75D36A color CMYK value is (45,0,50,17).

  • cyan value is 44.55%
  • magenta value is 0.00%
  • yellow value is 49.76%
  • key color value is 17.25%
CMYK:
(45,0,50,17)
C45M0Y50K17 
(45%,0%,50%,17%)
(0.45/0.00/0.50/0.17)	

CMYK percentages

%44.55
%0
%49.76
%17.25

Codes

Color #75D36A in popluar color models

75D36A
RGB117211106
HSL114°54.40%62.16%
HSB/HSV114°49.76%82.75%
CMYK44.55%0.00%49.76%
17.25%

Color #75D36A in popluar number systems.

HEX75D36A
Decimal117211106
Binary1110101110100111101010
Octal165323152

Shades and tints

Shades of #75D36A

#75D36A
(117,211,106)
#6BC061
(107,192,97)
#61AD58
(97,173,88)
#579A4F
(87,154,79)
#4D8746
(77,135,70)
#43743D
(67,116,61)
#396134
(57,97,52)
#2F4E2B
(47,78,43)
#253B22
(37,59,34)
#1B2819
(27,40,25)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #75D36A

#75D36A
(117,211,106)
#81D777
(129,215,119)
#8DDB84
(141,219,132)
#99DF91
(153,223,145)
#A5E39E
(165,227,158)
#B1E7AB
(177,231,171)
#BDEBB8
(189,235,184)
#C9EFC5
(201,239,197)
#D5F3D2
(213,243,210)
#E1F7DF
(225,247,223)
#EDFBEC
(237,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D36A color. Also use rgb(117,211,106) instead hex code.

Text Font Color

.myTextColor { color: #75D36A; }

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

This text font color is #75D36A.


Background Color

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

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

This div background color is #75D36A.


Border color

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

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

This div border color is #75D36A.


Opacity

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

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

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

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

This text has shadow with #75D36A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D36A on black background.


Color preview on white background

This text has color #75D36A on white background.



Black color preview on #75D36A background

This text has black color on #75D36A background.


White color preview on #75D36A background

This text has white color on #75D36A background.