COLOR #75B471

HEX: #75B471
RGB: (117,180,113)

Color info

#75B471 contains mainly green color. Web safe color of #75B471 is #66CC66 (or #6C6).

RGB color model

#75B471 color RGB value is (117,180,113).

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

RGB channels and saturation

R 117 of 255 = 46%
G 180 of 255 = 71%
B 113 of 255 = 44%

117
180
113

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

Portions of RGB colors in percentages

R + G + B =
117 + 180 + 113 = 410 (100%)
R 117 of 410 ~ 28.54%
G 180 of 410 ~ 43.9%
B 113 of 410 ~ 27.56%

%28.54
%43.9
%27.56

CMYK color model

#75B471 color CMYK value is (35,0,37,29).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 37.22%
  • key color value is 29.41%
CMYK:
(35,0,37,29)
C35M0Y37K29 
(35%,0%,37%,29%)
(0.35/0.00/0.37/0.29)	

CMYK percentages

%35
%0
%37.22
%29.41

Codes

Color #75B471 in popluar color models

75B471
RGB117180113
HSL116°30.88%57.45%
HSB/HSV116°37.22%70.59%
CMYK35.00%0.00%37.22%
29.41%

Color #75B471 in popluar number systems.

HEX75B471
Decimal117180113
Binary1110101101101001110001
Octal165264161

Shades and tints

Shades of #75B471

#75B471
(117,180,113)
#6BA467
(107,164,103)
#61945D
(97,148,93)
#578453
(87,132,83)
#4D7449
(77,116,73)
#43643F
(67,100,63)
#395435
(57,84,53)
#2F442B
(47,68,43)
#253421
(37,52,33)
#1B2417
(27,36,23)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #75B471

#75B471
(117,180,113)
#81BA7D
(129,186,125)
#8DC089
(141,192,137)
#99C695
(153,198,149)
#A5CCA1
(165,204,161)
#B1D2AD
(177,210,173)
#BDD8B9
(189,216,185)
#C9DEC5
(201,222,197)
#D5E4D1
(213,228,209)
#E1EADD
(225,234,221)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B471; }

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

This text font color is #75B471.


Background Color

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

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

This div background color is #75B471.


Border color

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

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

This div border color is #75B471.


Opacity

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

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

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

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

This text has shadow with #75B471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B471 on black background.


Color preview on white background

This text has color #75B471 on white background.



Black color preview on #75B471 background

This text has black color on #75B471 background.


White color preview on #75B471 background

This text has white color on #75B471 background.