COLOR #75C06E

HEX: #75C06E
RGB: (117,192,110)

Color info

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

RGB color model

#75C06E color RGB value is (117,192,110).

  • red value is 117;
  • green value is 192;
  • blue value is 110.
RGB:
(117,192,110)
(46%,75%,43%)

RGB channels and saturation

R 117 of 255 = 46%
G 192 of 255 = 75%
B 110 of 255 = 43%

117
192
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 192 + 110 = 419 (100%)
R 117 of 419 ~ 27.92%
G 192 of 419 ~ 45.82%
B 110 of 419 ~ 26.25%

%27.92
%45.82
%26.25

CMYK color model

#75C06E color CMYK value is (39,0,43,25).

  • cyan value is 39.06%
  • magenta value is 0.00%
  • yellow value is 42.71%
  • key color value is 24.71%
CMYK:
(39,0,43,25)
C39M0Y43K25 
(39%,0%,43%,25%)
(0.39/0.00/0.43/0.25)	

CMYK percentages

%39.06
%0
%42.71
%24.71

Codes

Color #75C06E in popluar color models

75C06E
RGB117192110
HSL115°39.42%59.22%
HSB/HSV115°42.71%75.29%
CMYK39.06%0.00%42.71%
24.71%

Color #75C06E in popluar number systems.

HEX75C06E
Decimal117192110
Binary1110101110000001101110
Octal165300156

Shades and tints

Shades of #75C06E

#75C06E
(117,192,110)
#6BAF64
(107,175,100)
#619E5A
(97,158,90)
#578D50
(87,141,80)
#4D7C46
(77,124,70)
#436B3C
(67,107,60)
#395A32
(57,90,50)
#2F4928
(47,73,40)
#25381E
(37,56,30)
#1B2714
(27,39,20)
#11160A
(17,22,10)
#000000
(0,0,0)

Tints of #75C06E

#75C06E
(117,192,110)
#81C57B
(129,197,123)
#8DCA88
(141,202,136)
#99CF95
(153,207,149)
#A5D4A2
(165,212,162)
#B1D9AF
(177,217,175)
#BDDEBC
(189,222,188)
#C9E3C9
(201,227,201)
#D5E8D6
(213,232,214)
#E1EDE3
(225,237,227)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C06E color. Also use rgb(117,192,110) instead hex code.

Text Font Color

.myTextColor { color: #75C06E; }

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

This text font color is #75C06E.


Background Color

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

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

This div background color is #75C06E.


Border color

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

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

This div border color is #75C06E.


Opacity

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

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

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

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

This text has shadow with #75C06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C06E on black background.


Color preview on white background

This text has color #75C06E on white background.



Black color preview on #75C06E background

This text has black color on #75C06E background.


White color preview on #75C06E background

This text has white color on #75C06E background.