COLOR #75B280

HEX: #75B280
RGB: (117,178,128)

Color info

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

RGB color model

#75B280 color RGB value is (117,178,128).

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

RGB channels and saturation

R 117 of 255 = 46%
G 178 of 255 = 70%
B 128 of 255 = 50%

117
178
128

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

Portions of RGB colors in percentages

R + G + B =
117 + 178 + 128 = 423 (100%)
R 117 of 423 ~ 27.66%
G 178 of 423 ~ 42.08%
B 128 of 423 ~ 30.26%

%27.66
%42.08
%30.26

CMYK color model

#75B280 color CMYK value is (34,0,28,30).

  • cyan value is 34.27%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 30.20%
CMYK:
(34,0,28,30)
C34M0Y28K30 
(34%,0%,28%,30%)
(0.34/0.00/0.28/0.30)	

CMYK percentages

%34.27
%0
%28.09
%30.2

Codes

Color #75B280 in popluar color models

75B280
RGB117178128
HSL131°28.37%57.84%
HSB/HSV131°34.27%69.80%
CMYK34.27%0.00%28.09%
30.20%

Color #75B280 in popluar number systems.

HEX75B280
Decimal117178128
Binary11101011011001010000000
Octal165262200

Shades and tints

Shades of #75B280

#75B280
(117,178,128)
#6BA275
(107,162,117)
#61926A
(97,146,106)
#57825F
(87,130,95)
#4D7254
(77,114,84)
#436249
(67,98,73)
#39523E
(57,82,62)
#2F4233
(47,66,51)
#253228
(37,50,40)
#1B221D
(27,34,29)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #75B280

#75B280
(117,178,128)
#81B98B
(129,185,139)
#8DC096
(141,192,150)
#99C7A1
(153,199,161)
#A5CEAC
(165,206,172)
#B1D5B7
(177,213,183)
#BDDCC2
(189,220,194)
#C9E3CD
(201,227,205)
#D5EAD8
(213,234,216)
#E1F1E3
(225,241,227)
#EDF8EE
(237,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B280; }

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

This text font color is #75B280.


Background Color

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

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

This div background color is #75B280.


Border color

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

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

This div border color is #75B280.


Opacity

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

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

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

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

This text has shadow with #75B280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B280 on black background.


Color preview on white background

This text has color #75B280 on white background.



Black color preview on #75B280 background

This text has black color on #75B280 background.


White color preview on #75B280 background

This text has white color on #75B280 background.