COLOR #75D870

HEX: #75D870
RGB: (117,216,112)

Color info

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

RGB color model

#75D870 color RGB value is (117,216,112).

  • red value is 117;
  • green value is 216;
  • blue value is 112.
RGB:
(117,216,112)
(46%,85%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 216 of 255 = 85%
B 112 of 255 = 44%

117
216
112

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

Portions of RGB colors in percentages

R + G + B =
117 + 216 + 112 = 445 (100%)
R 117 of 445 ~ 26.29%
G 216 of 445 ~ 48.54%
B 112 of 445 ~ 25.17%

%26.29
%48.54
%25.17

CMYK color model

#75D870 color CMYK value is (46,0,48,15).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 15.29%
CMYK:
(46,0,48,15)
C46M0Y48K15 
(46%,0%,48%,15%)
(0.46/0.00/0.48/0.15)	

CMYK percentages

%45.83
%0
%48.15
%15.29

Codes

Color #75D870 in popluar color models

75D870
RGB117216112
HSL117°57.14%64.31%
HSB/HSV117°48.15%84.71%
CMYK45.83%0.00%48.15%
15.29%

Color #75D870 in popluar number systems.

HEX75D870
Decimal117216112
Binary1110101110110001110000
Octal165330160

Shades and tints

Shades of #75D870

#75D870
(117,216,112)
#6BC566
(107,197,102)
#61B25C
(97,178,92)
#579F52
(87,159,82)
#4D8C48
(77,140,72)
#43793E
(67,121,62)
#396634
(57,102,52)
#2F532A
(47,83,42)
#254020
(37,64,32)
#1B2D16
(27,45,22)
#111A0C
(17,26,12)
#000000
(0,0,0)

Tints of #75D870

#75D870
(117,216,112)
#81DB7D
(129,219,125)
#8DDE8A
(141,222,138)
#99E197
(153,225,151)
#A5E4A4
(165,228,164)
#B1E7B1
(177,231,177)
#BDEABE
(189,234,190)
#C9EDCB
(201,237,203)
#D5F0D8
(213,240,216)
#E1F3E5
(225,243,229)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D870 color. Also use rgb(117,216,112) instead hex code.

Text Font Color

.myTextColor { color: #75D870; }

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

This text font color is #75D870.


Background Color

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

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

This div background color is #75D870.


Border color

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

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

This div border color is #75D870.


Opacity

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

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

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

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

This text has shadow with #75D870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D870 on black background.


Color preview on white background

This text has color #75D870 on white background.



Black color preview on #75D870 background

This text has black color on #75D870 background.


White color preview on #75D870 background

This text has white color on #75D870 background.