COLOR #75B74E

HEX: #75B74E
RGB: (117,183,78)

Color info

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

RGB color model

#75B74E color RGB value is (117,183,78).

  • red value is 117;
  • green value is 183;
  • blue value is 78.
RGB:
(117,183,78)
(46%,72%,31%)

RGB channels and saturation

R 117 of 255 = 46%
G 183 of 255 = 72%
B 78 of 255 = 31%

117
183
78

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

Portions of RGB colors in percentages

R + G + B =
117 + 183 + 78 = 378 (100%)
R 117 of 378 ~ 30.95%
G 183 of 378 ~ 48.41%
B 78 of 378 ~ 20.63%

%30.95
%48.41
%20.63

CMYK color model

#75B74E color CMYK value is (36,0,57,28).

  • cyan value is 36.07%
  • magenta value is 0.00%
  • yellow value is 57.38%
  • key color value is 28.24%
CMYK:
(36,0,57,28)
C36M0Y57K28 
(36%,0%,57%,28%)
(0.36/0.00/0.57/0.28)	

CMYK percentages

%36.07
%0
%57.38
%28.24

Codes

Color #75B74E in popluar color models

75B74E
RGB11718378
HSL98°42.17%51.18%
HSB/HSV98°57.38%71.76%
CMYK36.07%0.00%57.38%
28.24%

Color #75B74E in popluar number systems.

HEX75B74E
Decimal11718378
Binary1110101101101111001110
Octal165267116

Shades and tints

Shades of #75B74E

#75B74E
(117,183,78)
#6BA747
(107,167,71)
#619740
(97,151,64)
#578739
(87,135,57)
#4D7732
(77,119,50)
#43672B
(67,103,43)
#395724
(57,87,36)
#2F471D
(47,71,29)
#253716
(37,55,22)
#1B270F
(27,39,15)
#111708
(17,23,8)
#000000
(0,0,0)

Tints of #75B74E

#75B74E
(117,183,78)
#81BD5E
(129,189,94)
#8DC36E
(141,195,110)
#99C97E
(153,201,126)
#A5CF8E
(165,207,142)
#B1D59E
(177,213,158)
#BDDBAE
(189,219,174)
#C9E1BE
(201,225,190)
#D5E7CE
(213,231,206)
#E1EDDE
(225,237,222)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B74E color. Also use rgb(117,183,78) instead hex code.

Text Font Color

.myTextColor { color: #75B74E; }

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

This text font color is #75B74E.


Background Color

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

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

This div background color is #75B74E.


Border color

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

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

This div border color is #75B74E.


Opacity

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

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

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

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

This text has shadow with #75B74E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B74E on black background.


Color preview on white background

This text has color #75B74E on white background.



Black color preview on #75B74E background

This text has black color on #75B74E background.


White color preview on #75B74E background

This text has white color on #75B74E background.