COLOR #75B574

HEX: #75B574
RGB: (117,181,116)

Color info

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

RGB color model

#75B574 color RGB value is (117,181,116).

  • red value is 117;
  • green value is 181;
  • blue value is 116.
RGB: (117,181,116) (46%,71%,45%)

RGB channels and saturation

R 117 of 255 = 46%
G 181 of 255 = 71%
B 116 of 255 = 45%

117
181
116

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

Portions of RGB colors in percentages

R + G + B =
117 + 181 + 116 = 414 (100%)
R 117 of 414 ~ 28.26%
G 181 of 414 ~ 43.72%
B 116 of 414 ~ 28.02%

%28.26
%43.72
%28.02

CMYK color model

#75B574 color CMYK value is (35,0,36,29).

  • cyan value is 35.36%
  • magenta value is 0.00%
  • yellow value is 35.91%
  • key color value is 29.02%
CMYK: (35,0,36,29) C35M0Y36K29 (35%,0%,36%,29%) (0.35/0.00/0.36/0.29)

CMYK percentages

%35.36
%0
%35.91
%29.02

Codes

Color #75B574 in popluar color models

75B574
RGB117181116
HSL119°30.52%58.24%
HSB/HSV119°35.91%70.98%
CMYK35.36%0.00%35.91%
29.02%

Color #75B574 in popluar number systems.

HEX75B574
Decimal117181116
Binary1110101101101011110100
Octal165265164

Shades and tints

Shades of #75B574

#75B574
(117,181,116)
#6BA56A
(107,165,106)
#619560
(97,149,96)
#578556
(87,133,86)
#4D754C
(77,117,76)
#436542
(67,101,66)
#395538
(57,85,56)
#2F452E
(47,69,46)
#253524
(37,53,36)
#1B251A
(27,37,26)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #75B574

#75B574
(117,181,116)
#81BB80
(129,187,128)
#8DC18C
(141,193,140)
#99C798
(153,199,152)
#A5CDA4
(165,205,164)
#B1D3B0
(177,211,176)
#BDD9BC
(189,217,188)
#C9DFC8
(201,223,200)
#D5E5D4
(213,229,212)
#E1EBE0
(225,235,224)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B574 color. Also use rgb(117,181,116) instead hex code.

Text Font Color

.myTextColor { color: #75B574; }

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

This text font color is #75B574.


Background Color

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

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

This div background color is #75B574.


Border color

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

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

This div border color is #75B574.


Opacity

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

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

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

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

This text has shadow with #75B574 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #75B574 on black background.


Color preview on white background

This text has color #75B574 on white background.



Black color preview on #75B574 background

This text has black color on #75B574 background.


White color preview on #75B574 background

This text has white color on #75B574 background.