COLOR #75B055

HEX: #75B055
RGB: (117,176,85)

Color info

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

RGB color model

#75B055 color RGB value is (117,176,85).

  • red value is 117;
  • green value is 176;
  • blue value is 85.
RGB:
(117,176,85)
(46%,69%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 176 of 255 = 69%
B 85 of 255 = 33%

117
176
85

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

Portions of RGB colors in percentages

R + G + B =
117 + 176 + 85 = 378 (100%)
R 117 of 378 ~ 30.95%
G 176 of 378 ~ 46.56%
B 85 of 378 ~ 22.49%

%30.95
%46.56
%22.49

CMYK color model

#75B055 color CMYK value is (34,0,52,31).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 51.70%
  • key color value is 30.98%
CMYK:
(34,0,52,31)
C34M0Y52K31 
(34%,0%,52%,31%)
(0.34/0.00/0.52/0.31)	

CMYK percentages

%33.52
%0
%51.7
%30.98

Codes

Color #75B055 in popluar color models

75B055
RGB11717685
HSL99°36.55%51.18%
HSB/HSV99°51.70%69.02%
CMYK33.52%0.00%51.70%
30.98%

Color #75B055 in popluar number systems.

HEX75B055
Decimal11717685
Binary1110101101100001010101
Octal165260125

Shades and tints

Shades of #75B055

#75B055
(117,176,85)
#6BA04E
(107,160,78)
#619047
(97,144,71)
#578040
(87,128,64)
#4D7039
(77,112,57)
#436032
(67,96,50)
#39502B
(57,80,43)
#2F4024
(47,64,36)
#25301D
(37,48,29)
#1B2016
(27,32,22)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #75B055

#75B055
(117,176,85)
#81B764
(129,183,100)
#8DBE73
(141,190,115)
#99C582
(153,197,130)
#A5CC91
(165,204,145)
#B1D3A0
(177,211,160)
#BDDAAF
(189,218,175)
#C9E1BE
(201,225,190)
#D5E8CD
(213,232,205)
#E1EFDC
(225,239,220)
#EDF6EB
(237,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B055; }

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

This text font color is #75B055.


Background Color

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

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

This div background color is #75B055.


Border color

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

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

This div border color is #75B055.


Opacity

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

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

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

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

This text has shadow with #75B055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B055 on black background.


Color preview on white background

This text has color #75B055 on white background.



Black color preview on #75B055 background

This text has black color on #75B055 background.


White color preview on #75B055 background

This text has white color on #75B055 background.