COLOR #75B246

HEX: #75B246
RGB: (117,178,70)

Color info

#75B246 contains mainly green color. Web safe color of #75B246 is #669933 (or #693).

RGB color model

#75B246 color RGB value is (117,178,70).

  • red value is 117;
  • green value is 178;
  • blue value is 70.
RGB:
(117,178,70)
(46%,70%,27%)

RGB channels and saturation

R 117 of 255 = 46%
G 178 of 255 = 70%
B 70 of 255 = 27%

117
178
70

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

Portions of RGB colors in percentages

R + G + B =
117 + 178 + 70 = 365 (100%)
R 117 of 365 ~ 32.05%
G 178 of 365 ~ 48.77%
B 70 of 365 ~ 19.18%

%32.05
%48.77
%19.18

CMYK color model

#75B246 color CMYK value is (34,0,61,30).

  • cyan value is 34.27%
  • magenta value is 0.00%
  • yellow value is 60.67%
  • key color value is 30.20%
CMYK:
(34,0,61,30)
C34M0Y61K30 
(34%,0%,61%,30%)
(0.34/0.00/0.61/0.30)	

CMYK percentages

%34.27
%0
%60.67
%30.2

Codes

Color #75B246 in popluar color models

75B246
RGB11717870
HSL94°43.55%48.63%
HSB/HSV94°60.67%69.80%
CMYK34.27%0.00%60.67%
30.20%

Color #75B246 in popluar number systems.

HEX75B246
Decimal11717870
Binary1110101101100101000110
Octal165262106

Shades and tints

Shades of #75B246

#75B246
(117,178,70)
#6BA240
(107,162,64)
#61923A
(97,146,58)
#578234
(87,130,52)
#4D722E
(77,114,46)
#436228
(67,98,40)
#395222
(57,82,34)
#2F421C
(47,66,28)
#253216
(37,50,22)
#1B2210
(27,34,16)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #75B246

#75B246
(117,178,70)
#81B956
(129,185,86)
#8DC066
(141,192,102)
#99C776
(153,199,118)
#A5CE86
(165,206,134)
#B1D596
(177,213,150)
#BDDCA6
(189,220,166)
#C9E3B6
(201,227,182)
#D5EAC6
(213,234,198)
#E1F1D6
(225,241,214)
#EDF8E6
(237,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B246 color. Also use rgb(117,178,70) instead hex code.

Text Font Color

.myTextColor { color: #75B246; }

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

This text font color is #75B246.


Background Color

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

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

This div background color is #75B246.


Border color

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

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

This div border color is #75B246.


Opacity

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

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

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

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

This text has shadow with #75B246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B246 on black background.


Color preview on white background

This text has color #75B246 on white background.



Black color preview on #75B246 background

This text has black color on #75B246 background.


White color preview on #75B246 background

This text has white color on #75B246 background.