COLOR #75B378

HEX: #75B378
RGB: (117,179,120)

Color info

#75B378 contains mainly green and blue colors. Web safe color of #75B378 is #669966 (or #696).

RGB color model

#75B378 color RGB value is (117,179,120).

  • red value is 117;
  • green value is 179;
  • blue value is 120.
RGB:
(117,179,120)
(46%,70%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 179 of 255 = 70%
B 120 of 255 = 47%

117
179
120

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

Portions of RGB colors in percentages

R + G + B =
117 + 179 + 120 = 416 (100%)
R 117 of 416 ~ 28.13%
G 179 of 416 ~ 43.03%
B 120 of 416 ~ 28.85%

%28.13
%43.03
%28.85

CMYK color model

#75B378 color CMYK value is (35,0,33,30).

  • cyan value is 34.64%
  • magenta value is 0.00%
  • yellow value is 32.96%
  • key color value is 29.80%
CMYK:
(35,0,33,30)
C35M0Y33K30 
(35%,0%,33%,30%)
(0.35/0.00/0.33/0.30)	

CMYK percentages

%34.64
%0
%32.96
%29.8

Codes

Color #75B378 in popluar color models

75B378
RGB117179120
HSL123°28.97%58.04%
HSB/HSV123°34.64%70.20%
CMYK34.64%0.00%32.96%
29.80%

Color #75B378 in popluar number systems.

HEX75B378
Decimal117179120
Binary1110101101100111111000
Octal165263170

Shades and tints

Shades of #75B378

#75B378
(117,179,120)
#6BA36E
(107,163,110)
#619364
(97,147,100)
#57835A
(87,131,90)
#4D7350
(77,115,80)
#436346
(67,99,70)
#39533C
(57,83,60)
#2F4332
(47,67,50)
#253328
(37,51,40)
#1B231E
(27,35,30)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #75B378

#75B378
(117,179,120)
#81B984
(129,185,132)
#8DBF90
(141,191,144)
#99C59C
(153,197,156)
#A5CBA8
(165,203,168)
#B1D1B4
(177,209,180)
#BDD7C0
(189,215,192)
#C9DDCC
(201,221,204)
#D5E3D8
(213,227,216)
#E1E9E4
(225,233,228)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B378 color. Also use rgb(117,179,120) instead hex code.

Text Font Color

.myTextColor { color: #75B378; }

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

This text font color is #75B378.


Background Color

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

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

This div background color is #75B378.


Border color

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

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

This div border color is #75B378.


Opacity

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

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

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

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

This text has shadow with #75B378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B378 on black background.


Color preview on white background

This text has color #75B378 on white background.



Black color preview on #75B378 background

This text has black color on #75B378 background.


White color preview on #75B378 background

This text has white color on #75B378 background.