COLOR #75A055

HEX: #75A055 RGB: (117,160,85)

Color info

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

RGB color model

#75A055 color RGB value is (117,160,85).

RGB: (117,160,85) (46%, 63%, 33%)

RGB channels and saturation

R 117 of 255 = 46%
G 160 of 255 = 63%
B 85 of 255 = 33%

117
160
85

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

Portions of RGB colors in percentages

R + G + B = 117 + 160 + 85 = 362 (100%)
R 117 of 362 ~ 32.32%
G 160 of 362 ~ 44.2%
B 85 of 362 ~ 23.48'%

%32.32
%44.2
%23.48

CMYK color model

#75A055 color CMYK value is (27,0,47,37).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 46.88%
  • key color value is 37.25%
CMYK: (27,0,47,37) C27M0Y47K37 (27%,0%,47%,37%) (0.27/0.00/0.47/0.37) 

CMYK percentages

%26.88
%0
%46.88
%37.25

Codes

Color #75A055 in popluar color models

75 A0 55
RGB 117 160 85
HSL 94° 30.61% 48.04%
HSB/HSV 94° 46.88% 62.75%
CMYK 26.88% 0.00% 46.88%
37.25%

Color #75A055 in popluar number systems.

HEX 75 A0 55
Decimal 117 160 85
Binary 1110101 10100000 1010101
Octal 165 240 125

Shades and tints

Shades of #75A055

#75A055
(117,160,85)
#6B924E
(107,146,78)
#618447
(97,132,71)
#577640
(87,118,64)
#4D6839
(77,104,57)
#435A32
(67,90,50)
#394C2B
(57,76,43)
#2F3E24
(47,62,36)
#25301D
(37,48,29)
#1B2216
(27,34,22)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #75A055

#75A055
(117,160,85)
#81A864
(129,168,100)
#8DB073
(141,176,115)
#99B882
(153,184,130)
#A5C091
(165,192,145)
#B1C8A0
(177,200,160)
#BDD0AF
(189,208,175)
#C9D8BE
(201,216,190)
#D5E0CD
(213,224,205)
#E1E8DC
(225,232,220)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A055 color. Also use rgb(117,160,85) instead hex code.

Text Font Color

.myTextColor { color: #75A055; }

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

This text font color is #75A055.

Background Color

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

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

This div background color is #75A055.

Border color

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

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

This div border color is #75A055.

Opacity

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

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

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

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

This text has shadow with #75A055 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A055.

Preview

Color preview on black background

This text has color #75A055 on black background.


Color preview on white background

This text has color #75A055 on white background.


Black color preview on #75A055 background

This text has black color on #75A055 background.


White color preview on #75A055 background

This text has white color on #75A055 background.


Related colors

Complementary color

Complementary color for #hex is #8A5FAA.


I love getcolorcode.com

Triadic colors

1 #5575A0 and #A05575 with #75A055 are triadic colors.

2 #55A075 and #A07555 with #75A055 are triadic colors.