COLOR #75B382

HEX: #75B382 RGB: (117,179,130)

Color info

#75B382 contains mainly green and blue colors. Web safe color of #75B382 is #669999 (or #699).

RGB color model

#75B382 color RGB value is (117,179,130).

RGB: (117,179,130) (46%, 70%, 51%)

RGB channels and saturation

R 117 of 255 = 46%
G 179 of 255 = 70%
B 130 of 255 = 51%

117
179
130

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

Portions of RGB colors in percentages

R + G + B = 117 + 179 + 130 = 426 (100%)
R 117 of 426 ~ 27.46%
G 179 of 426 ~ 42.02%
B 130 of 426 ~ 30.52'%

%27.46
%42.02
%30.52

CMYK color model

#75B382 color CMYK value is (35,0,27,30).

  • cyan value is 34.64%
  • magenta value is 0.00%
  • yellow value is 27.37%
  • key color value is 29.80%
CMYK: (35,0,27,30) C35M0Y27K30 (35%,0%,27%,30%) (0.35/0.00/0.27/0.30) 

CMYK percentages

%34.64
%0
%27.37
%29.8

Codes

Color #75B382 in popluar color models

75 B3 82
RGB 117 179 130
HSL 133° 28.97% 58.04%
HSB/HSV 133° 34.64% 70.20%
CMYK 34.64% 0.00% 27.37%
29.80%

Color #75B382 in popluar number systems.

HEX 75 B3 82
Decimal 117 179 130
Binary 1110101 10110011 10000010
Octal 165 263 202

Shades and tints

Shades of #75B382

#75B382
(117,179,130)
#6BA377
(107,163,119)
#61936C
(97,147,108)
#578361
(87,131,97)
#4D7356
(77,115,86)
#43634B
(67,99,75)
#395340
(57,83,64)
#2F4335
(47,67,53)
#25332A
(37,51,42)
#1B231F
(27,35,31)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #75B382

#75B382
(117,179,130)
#81B98D
(129,185,141)
#8DBF98
(141,191,152)
#99C5A3
(153,197,163)
#A5CBAE
(165,203,174)
#B1D1B9
(177,209,185)
#BDD7C4
(189,215,196)
#C9DDCF
(201,221,207)
#D5E3DA
(213,227,218)
#E1E9E5
(225,233,229)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B382; }

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

This text font color is #75B382.

Background Color

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

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

This div background color is #75B382.

Border color

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

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

This div border color is #75B382.

Opacity

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

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

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

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

This text has shadow with #75B382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B382.

Preview

Color preview on black background

This text has color #75B382 on black background.


Color preview on white background

This text has color #75B382 on white background.


Black color preview on #75B382 background

This text has black color on #75B382 background.


White color preview on #75B382 background

This text has white color on #75B382 background.


Related colors

Complementary color

Complementary color for #hex is #8A4C7D.


I love getcolorcode.com

Triadic colors

1 #8275B3 and #B38275 with #75B382 are triadic colors.

2 #82B375 and #B37582 with #75B382 are triadic colors.