COLOR #75C36D

HEX: #75C36D RGB: (117,195,109)

Color info

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

RGB color model

#75C36D color RGB value is (117,195,109).

RGB: (117,195,109) (46%, 76%, 43%)

RGB channels and saturation

R 117 of 255 = 46%
G 195 of 255 = 76%
B 109 of 255 = 43%

117
195
109

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

Portions of RGB colors in percentages

R + G + B = 117 + 195 + 109 = 421 (100%)
R 117 of 421 ~ 27.79%
G 195 of 421 ~ 46.32%
B 109 of 421 ~ 25.89'%

%27.79
%46.32
%25.89

CMYK color model

#75C36D color CMYK value is (40,0,44,24).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 44.10%
  • key color value is 23.53%

CMYK: (40,0,44,24)
C40M0Y44K24 (40%, 0%, 44%, 24%)
(0.40 / 0.00 / 0.44 / 0.24)

CMYK percentages

%40
%0
%44.1
%23.53

Codes

Color #75C36D in popluar color models

75 C3 6D
RGB 117 195 109
HSL 114° 41.75% 59.61%
HSB/HSV 114° 44.10% 76.47%
CMYK 40.00% 0.00% 44.10%
23.53%

Color #75C36D in popluar number systems.

HEX 75 C3 6D
Decimal 117 195 109
Binary 1110101 11000011 1101101
Octal 165 303 155

Shades and tints

Shades of #75C36D

#75C36D
(117,195,109)
#6BB264
(107,178,100)
#61A15B
(97,161,91)
#579052
(87,144,82)
#4D7F49
(77,127,73)
#436E40
(67,110,64)
#395D37
(57,93,55)
#2F4C2E
(47,76,46)
#253B25
(37,59,37)
#1B2A1C
(27,42,28)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #75C36D

#75C36D
(117,195,109)
#81C87A
(129,200,122)
#8DCD87
(141,205,135)
#99D294
(153,210,148)
#A5D7A1
(165,215,161)
#B1DCAE
(177,220,174)
#BDE1BB
(189,225,187)
#C9E6C8
(201,230,200)
#D5EBD5
(213,235,213)
#E1F0E2
(225,240,226)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C36D color. Also use rgb(117,195,109) instead hex code.

Text Font Color

.myTextColor { color: #75C36D; }

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

This text font color is #75C36D.

Background Color

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

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

This div background color is #75C36D.

Border color

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

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

This div border color is #75C36D.

Opacity

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

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

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

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

This text has shadow with #75C36D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75C36D.

Preview

Color preview on black background

This text has color #75C36D on black background.


Color preview on white background

This text has color #75C36D on white background.


Black color preview on #75C36D background

This text has black color on #75C36D background.


White color preview on #75C36D background

This text has white color on #75C36D background.


Related colors

Complementary color

Complementary color for #hex is #8A3C92.


I love getcolorcode.com

Triadic colors

1 #6D75C3 and #C36D75 with #75C36D are triadic colors.

2 #6DC375 and #C3756D with #75C36D are triadic colors.