COLOR #75C061

HEX: #75C061
RGB: (117,192,97)

Color info

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

RGB color model

#75C061 color RGB value is (117,192,97).

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

RGB channels and saturation

R 117 of 255 = 46%
G 192 of 255 = 75%
B 97 of 255 = 38%

117
192
97

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

Portions of RGB colors in percentages

R + G + B =
117 + 192 + 97 = 406 (100%)
R 117 of 406 ~ 28.82%
G 192 of 406 ~ 47.29%
B 97 of 406 ~ 23.89%

%28.82
%47.29
%23.89

CMYK color model

#75C061 color CMYK value is (39,0,49,25).

  • cyan value is 39.06%
  • magenta value is 0.00%
  • yellow value is 49.48%
  • key color value is 24.71%
CMYK:
(39,0,49,25)
C39M0Y49K25 
(39%,0%,49%,25%)
(0.39/0.00/0.49/0.25)	

CMYK percentages

%39.06
%0
%49.48
%24.71

Codes

Color #75C061 in popluar color models

75C061
RGB11719297
HSL107°42.99%56.67%
HSB/HSV107°49.48%75.29%
CMYK39.06%0.00%49.48%
24.71%

Color #75C061 in popluar number systems.

HEX75C061
Decimal11719297
Binary1110101110000001100001
Octal165300141

Shades and tints

Shades of #75C061

#75C061
(117,192,97)
#6BAF59
(107,175,89)
#619E51
(97,158,81)
#578D49
(87,141,73)
#4D7C41
(77,124,65)
#436B39
(67,107,57)
#395A31
(57,90,49)
#2F4929
(47,73,41)
#253821
(37,56,33)
#1B2719
(27,39,25)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #75C061

#75C061
(117,192,97)
#81C56F
(129,197,111)
#8DCA7D
(141,202,125)
#99CF8B
(153,207,139)
#A5D499
(165,212,153)
#B1D9A7
(177,217,167)
#BDDEB5
(189,222,181)
#C9E3C3
(201,227,195)
#D5E8D1
(213,232,209)
#E1EDDF
(225,237,223)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75C061; }

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

This text font color is #75C061.


Background Color

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

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

This div background color is #75C061.


Border color

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

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

This div border color is #75C061.


Opacity

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

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

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

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

This text has shadow with #75C061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C061 on black background.


Color preview on white background

This text has color #75C061 on white background.



Black color preview on #75C061 background

This text has black color on #75C061 background.


White color preview on #75C061 background

This text has white color on #75C061 background.