COLOR #75A750

HEX: #75A750 RGB: (117,167,80)

Color info

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

RGB color model

#75A750 color RGB value is (117,167,80).

RGB: (117,167,80) (46%, 65%, 31%)

RGB channels and saturation

R 117 of 255 = 46%
G 167 of 255 = 65%
B 80 of 255 = 31%

117
167
80

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

Portions of RGB colors in percentages

R + G + B = 117 + 167 + 80 = 364 (100%)
R 117 of 364 ~ 32.14%
G 167 of 364 ~ 45.88%
B 80 of 364 ~ 21.98'%

%32.14
%45.88
%21.98

CMYK color model

#75A750 color CMYK value is (30,0,52,35).

  • cyan value is 29.94%
  • magenta value is 0.00%
  • yellow value is 52.10%
  • key color value is 34.51%

CMYK: (30,0,52,35)
C30M0Y52K35 (30%, 0%, 52%, 35%)
(0.30 / 0.00 / 0.52 / 0.35)

CMYK percentages

%29.94
%0
%52.1
%34.51

Codes

Color #75A750 in popluar color models

75 A7 50
RGB 117 167 80
HSL 94° 35.22% 48.43%
HSB/HSV 94° 52.10% 65.49%
CMYK 29.94% 0.00% 52.10%
34.51%

Color #75A750 in popluar number systems.

HEX 75 A7 50
Decimal 117 167 80
Binary 1110101 10100111 1010000
Octal 165 247 120

Shades and tints

Shades of #75A750

#75A750
(117,167,80)
#6B9849
(107,152,73)
#618942
(97,137,66)
#577A3B
(87,122,59)
#4D6B34
(77,107,52)
#435C2D
(67,92,45)
#394D26
(57,77,38)
#2F3E1F
(47,62,31)
#252F18
(37,47,24)
#1B2011
(27,32,17)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #75A750

#75A750
(117,167,80)
#81AF5F
(129,175,95)
#8DB76E
(141,183,110)
#99BF7D
(153,191,125)
#A5C78C
(165,199,140)
#B1CF9B
(177,207,155)
#BDD7AA
(189,215,170)
#C9DFB9
(201,223,185)
#D5E7C8
(213,231,200)
#E1EFD7
(225,239,215)
#EDF7E6
(237,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A750 color. Also use rgb(117,167,80) instead hex code.

Text Font Color

.myTextColor { color: #75A750; }

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

This text font color is #75A750.

Background Color

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

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

This div background color is #75A750.

Border color

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

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

This div border color is #75A750.

Opacity

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

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

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

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

This text has shadow with #75A750 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A750.

Preview

Color preview on black background

This text has color #75A750 on black background.


Color preview on white background

This text has color #75A750 on white background.


Black color preview on #75A750 background

This text has black color on #75A750 background.


White color preview on #75A750 background

This text has white color on #75A750 background.


Related colors

Complementary color

Complementary color for #hex is #8A58AF.


I love getcolorcode.com

Triadic colors

1 #5075A7 and #A75075 with #75A750 are triadic colors.

2 #50A775 and #A77550 with #75A750 are triadic colors.