COLOR #75C572

HEX: #75C572 RGB: (117,197,114)

Color info

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

RGB color model

#75C572 color RGB value is (117,197,114).

RGB: (117,197,114) (46%, 77%, 45%)

RGB channels and saturation

R 117 of 255 = 46%
G 197 of 255 = 77%
B 114 of 255 = 45%

117
197
114

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

Portions of RGB colors in percentages

R + G + B = 117 + 197 + 114 = 428 (100%)
R 117 of 428 ~ 27.34%
G 197 of 428 ~ 46.03%
B 114 of 428 ~ 26.64'%

%27.34
%46.03
%26.64

CMYK color model

#75C572 color CMYK value is (41,0,42,23).

  • cyan value is 40.61%
  • magenta value is 0.00%
  • yellow value is 42.13%
  • key color value is 22.75%

CMYK: (41,0,42,23)
C41M0Y42K23 (41%, 0%, 42%, 23%)
(0.41 / 0.00 / 0.42 / 0.23)

CMYK percentages

%40.61
%0
%42.13
%22.75

Codes

Color #75C572 in popluar color models

75 C5 72
RGB 117 197 114
HSL 118° 41.71% 60.98%
HSB/HSV 118° 42.13% 77.25%
CMYK 40.61% 0.00% 42.13%
22.75%

Color #75C572 in popluar number systems.

HEX 75 C5 72
Decimal 117 197 114
Binary 1110101 11000101 1110010
Octal 165 305 162

Shades and tints

Shades of #75C572

#75C572
(117,197,114)
#6BB468
(107,180,104)
#61A35E
(97,163,94)
#579254
(87,146,84)
#4D814A
(77,129,74)
#437040
(67,112,64)
#395F36
(57,95,54)
#2F4E2C
(47,78,44)
#253D22
(37,61,34)
#1B2C18
(27,44,24)
#111B0E
(17,27,14)
#000000
(0,0,0)

Tints of #75C572

#75C572
(117,197,114)
#81CA7E
(129,202,126)
#8DCF8A
(141,207,138)
#99D496
(153,212,150)
#A5D9A2
(165,217,162)
#B1DEAE
(177,222,174)
#BDE3BA
(189,227,186)
#C9E8C6
(201,232,198)
#D5EDD2
(213,237,210)
#E1F2DE
(225,242,222)
#EDF7EA
(237,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C572 color. Also use rgb(117,197,114) instead hex code.

Text Font Color

.myTextColor { color: #75C572; }

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

This text font color is #75C572.

Background Color

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

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

This div background color is #75C572.

Border color

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

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

This div border color is #75C572.

Opacity

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

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

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

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

This text has shadow with #75C572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75C572.

Preview

Color preview on black background

This text has color #75C572 on black background.


Color preview on white background

This text has color #75C572 on white background.


Black color preview on #75C572 background

This text has black color on #75C572 background.


White color preview on #75C572 background

This text has white color on #75C572 background.


Related colors

Complementary color

Complementary color for #hex is #8A3A8D.


I love getcolorcode.com

Triadic colors

1 #7275C5 and #C57275 with #75C572 are triadic colors.

2 #72C575 and #C57572 with #75C572 are triadic colors.