COLOR #75D879

HEX: #75D879
RGB: (117,216,121)

Color info

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

RGB color model

#75D879 color RGB value is (117,216,121).

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

RGB channels and saturation

R 117 of 255 = 46%
G 216 of 255 = 85%
B 121 of 255 = 47%

117
216
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 216 + 121 = 454 (100%)
R 117 of 454 ~ 25.77%
G 216 of 454 ~ 47.58%
B 121 of 454 ~ 26.65%

%25.77
%47.58
%26.65

CMYK color model

#75D879 color CMYK value is (46,0,44,15).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 43.98%
  • key color value is 15.29%
CMYK:
(46,0,44,15)
C46M0Y44K15 
(46%,0%,44%,15%)
(0.46/0.00/0.44/0.15)	

CMYK percentages

%45.83
%0
%43.98
%15.29

Codes

Color #75D879 in popluar color models

75D879
RGB117216121
HSL122°55.93%65.29%
HSB/HSV122°45.83%84.71%
CMYK45.83%0.00%43.98%
15.29%

Color #75D879 in popluar number systems.

HEX75D879
Decimal117216121
Binary1110101110110001111001
Octal165330171

Shades and tints

Shades of #75D879

#75D879
(117,216,121)
#6BC56E
(107,197,110)
#61B263
(97,178,99)
#579F58
(87,159,88)
#4D8C4D
(77,140,77)
#437942
(67,121,66)
#396637
(57,102,55)
#2F532C
(47,83,44)
#254021
(37,64,33)
#1B2D16
(27,45,22)
#111A0B
(17,26,11)
#000000
(0,0,0)

Tints of #75D879

#75D879
(117,216,121)
#81DB85
(129,219,133)
#8DDE91
(141,222,145)
#99E19D
(153,225,157)
#A5E4A9
(165,228,169)
#B1E7B5
(177,231,181)
#BDEAC1
(189,234,193)
#C9EDCD
(201,237,205)
#D5F0D9
(213,240,217)
#E1F3E5
(225,243,229)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75D879; }

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

This text font color is #75D879.


Background Color

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

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

This div background color is #75D879.


Border color

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

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

This div border color is #75D879.


Opacity

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

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

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

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

This text has shadow with #75D879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D879 on black background.


Color preview on white background

This text has color #75D879 on white background.



Black color preview on #75D879 background

This text has black color on #75D879 background.


White color preview on #75D879 background

This text has white color on #75D879 background.