COLOR #75B485

HEX: #75B485
RGB: (117,180,133)

Color info

#75B485 contains mainly green and blue colors. Web safe color of #75B485 is #66CC99 (or #6C9).

RGB color model

#75B485 color RGB value is (117,180,133).

  • red value is 117;
  • green value is 180;
  • blue value is 133.
RGB:
(117,180,133)
(46%,71%,52%)

RGB channels and saturation

R 117 of 255 = 46%
G 180 of 255 = 71%
B 133 of 255 = 52%

117
180
133

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

Portions of RGB colors in percentages

R + G + B =
117 + 180 + 133 = 430 (100%)
R 117 of 430 ~ 27.21%
G 180 of 430 ~ 41.86%
B 133 of 430 ~ 30.93%

%27.21
%41.86
%30.93

CMYK color model

#75B485 color CMYK value is (35,0,26,29).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 29.41%
CMYK:
(35,0,26,29)
C35M0Y26K29 
(35%,0%,26%,29%)
(0.35/0.00/0.26/0.29)	

CMYK percentages

%35
%0
%26.11
%29.41

Codes

Color #75B485 in popluar color models

75B485
RGB117180133
HSL135°29.58%58.24%
HSB/HSV135°35.00%70.59%
CMYK35.00%0.00%26.11%
29.41%

Color #75B485 in popluar number systems.

HEX75B485
Decimal117180133
Binary11101011011010010000101
Octal165264205

Shades and tints

Shades of #75B485

#75B485
(117,180,133)
#6BA479
(107,164,121)
#61946D
(97,148,109)
#578461
(87,132,97)
#4D7455
(77,116,85)
#436449
(67,100,73)
#39543D
(57,84,61)
#2F4431
(47,68,49)
#253425
(37,52,37)
#1B2419
(27,36,25)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #75B485

#75B485
(117,180,133)
#81BA90
(129,186,144)
#8DC09B
(141,192,155)
#99C6A6
(153,198,166)
#A5CCB1
(165,204,177)
#B1D2BC
(177,210,188)
#BDD8C7
(189,216,199)
#C9DED2
(201,222,210)
#D5E4DD
(213,228,221)
#E1EAE8
(225,234,232)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B485 color. Also use rgb(117,180,133) instead hex code.

Text Font Color

.myTextColor { color: #75B485; }

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

This text font color is #75B485.


Background Color

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

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

This div background color is #75B485.


Border color

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

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

This div border color is #75B485.


Opacity

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

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

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

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

This text has shadow with #75B485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B485 on black background.


Color preview on white background

This text has color #75B485 on white background.



Black color preview on #75B485 background

This text has black color on #75B485 background.


White color preview on #75B485 background

This text has white color on #75B485 background.