COLOR #75CF6D

HEX: #75CF6D
RGB: (117,207,109)

Color info

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

RGB color model

#75CF6D color RGB value is (117,207,109).

  • red value is 117;
  • green value is 207;
  • blue value is 109.
RGB:
(117,207,109)
(46%,81%,43%)

RGB channels and saturation

R 117 of 255 = 46%
G 207 of 255 = 81%
B 109 of 255 = 43%

117
207
109

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

Portions of RGB colors in percentages

R + G + B =
117 + 207 + 109 = 433 (100%)
R 117 of 433 ~ 27.02%
G 207 of 433 ~ 47.81%
B 109 of 433 ~ 25.17%

%27.02
%47.81
%25.17

CMYK color model

#75CF6D color CMYK value is (43,0,47,19).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 47.34%
  • key color value is 18.82%
CMYK:
(43,0,47,19)
C43M0Y47K19 
(43%,0%,47%,19%)
(0.43/0.00/0.47/0.19)	

CMYK percentages

%43.48
%0
%47.34
%18.82

Codes

Color #75CF6D in popluar color models

75CF6D
RGB117207109
HSL115°50.52%61.96%
HSB/HSV115°47.34%81.18%
CMYK43.48%0.00%47.34%
18.82%

Color #75CF6D in popluar number systems.

HEX75CF6D
Decimal117207109
Binary1110101110011111101101
Octal165317155

Shades and tints

Shades of #75CF6D

#75CF6D
(117,207,109)
#6BBD64
(107,189,100)
#61AB5B
(97,171,91)
#579952
(87,153,82)
#4D8749
(77,135,73)
#437540
(67,117,64)
#396337
(57,99,55)
#2F512E
(47,81,46)
#253F25
(37,63,37)
#1B2D1C
(27,45,28)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #75CF6D

#75CF6D
(117,207,109)
#81D37A
(129,211,122)
#8DD787
(141,215,135)
#99DB94
(153,219,148)
#A5DFA1
(165,223,161)
#B1E3AE
(177,227,174)
#BDE7BB
(189,231,187)
#C9EBC8
(201,235,200)
#D5EFD5
(213,239,213)
#E1F3E2
(225,243,226)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75CF6D; }

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

This text font color is #75CF6D.


Background Color

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

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

This div background color is #75CF6D.


Border color

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

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

This div border color is #75CF6D.


Opacity

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

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

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

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

This text has shadow with #75CF6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75CF6D on black background.


Color preview on white background

This text has color #75CF6D on white background.



Black color preview on #75CF6D background

This text has black color on #75CF6D background.


White color preview on #75CF6D background

This text has white color on #75CF6D background.