COLOR #75A952

HEX: #75A952
RGB: (117,169,82)

Color info

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

RGB color model

#75A952 color RGB value is (117,169,82).

  • red value is 117;
  • green value is 169;
  • blue value is 82.
RGB:
(117,169,82)
(46%,66%,32%)

RGB channels and saturation

R 117 of 255 = 46%
G 169 of 255 = 66%
B 82 of 255 = 32%

117
169
82

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

Portions of RGB colors in percentages

R + G + B =
117 + 169 + 82 = 368 (100%)
R 117 of 368 ~ 31.79%
G 169 of 368 ~ 45.92%
B 82 of 368 ~ 22.28%

%31.79
%45.92
%22.28

CMYK color model

#75A952 color CMYK value is (31,0,51,34).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 51.48%
  • key color value is 33.73%
CMYK:
(31,0,51,34)
C31M0Y51K34 
(31%,0%,51%,34%)
(0.31/0.00/0.51/0.34)	

CMYK percentages

%30.77
%0
%51.48
%33.73

Codes

Color #75A952 in popluar color models

75A952
RGB11716982
HSL96°34.66%49.22%
HSB/HSV96°51.48%66.27%
CMYK30.77%0.00%51.48%
33.73%

Color #75A952 in popluar number systems.

HEX75A952
Decimal11716982
Binary1110101101010011010010
Octal165251122

Shades and tints

Shades of #75A952

#75A952
(117,169,82)
#6B9A4B
(107,154,75)
#618B44
(97,139,68)
#577C3D
(87,124,61)
#4D6D36
(77,109,54)
#435E2F
(67,94,47)
#394F28
(57,79,40)
#2F4021
(47,64,33)
#25311A
(37,49,26)
#1B2213
(27,34,19)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #75A952

#75A952
(117,169,82)
#81B061
(129,176,97)
#8DB770
(141,183,112)
#99BE7F
(153,190,127)
#A5C58E
(165,197,142)
#B1CC9D
(177,204,157)
#BDD3AC
(189,211,172)
#C9DABB
(201,218,187)
#D5E1CA
(213,225,202)
#E1E8D9
(225,232,217)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A952 color. Also use rgb(117,169,82) instead hex code.

Text Font Color

.myTextColor { color: #75A952; }

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

This text font color is #75A952.


Background Color

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

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

This div background color is #75A952.


Border color

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

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

This div border color is #75A952.


Opacity

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

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

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

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

This text has shadow with #75A952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A952 on black background.


Color preview on white background

This text has color #75A952 on white background.



Black color preview on #75A952 background

This text has black color on #75A952 background.


White color preview on #75A952 background

This text has white color on #75A952 background.