COLOR #75A65A

HEX: #75A65A
RGB: (117,166,90)

Color info

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

RGB color model

#75A65A color RGB value is (117,166,90).

  • red value is 117;
  • green value is 166;
  • blue value is 90.
RGB:
(117,166,90)
(46%,65%,35%)

RGB channels and saturation

R 117 of 255 = 46%
G 166 of 255 = 65%
B 90 of 255 = 35%

117
166
90

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

Portions of RGB colors in percentages

R + G + B =
117 + 166 + 90 = 373 (100%)
R 117 of 373 ~ 31.37%
G 166 of 373 ~ 44.5%
B 90 of 373 ~ 24.13%

%31.37
%44.5
%24.13

CMYK color model

#75A65A color CMYK value is (30,0,46,35).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 34.90%
CMYK:
(30,0,46,35)
C30M0Y46K35 
(30%,0%,46%,35%)
(0.30/0.00/0.46/0.35)	

CMYK percentages

%29.52
%0
%45.78
%34.9

Codes

Color #75A65A in popluar color models

75A65A
RGB11716690
HSL99°29.92%50.20%
HSB/HSV99°45.78%65.10%
CMYK29.52%0.00%45.78%
34.90%

Color #75A65A in popluar number systems.

HEX75A65A
Decimal11716690
Binary1110101101001101011010
Octal165246132

Shades and tints

Shades of #75A65A

#75A65A
(117,166,90)
#6B9752
(107,151,82)
#61884A
(97,136,74)
#577942
(87,121,66)
#4D6A3A
(77,106,58)
#435B32
(67,91,50)
#394C2A
(57,76,42)
#2F3D22
(47,61,34)
#252E1A
(37,46,26)
#1B1F12
(27,31,18)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #75A65A

#75A65A
(117,166,90)
#81AE69
(129,174,105)
#8DB678
(141,182,120)
#99BE87
(153,190,135)
#A5C696
(165,198,150)
#B1CEA5
(177,206,165)
#BDD6B4
(189,214,180)
#C9DEC3
(201,222,195)
#D5E6D2
(213,230,210)
#E1EEE1
(225,238,225)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A65A color. Also use rgb(117,166,90) instead hex code.

Text Font Color

.myTextColor { color: #75A65A; }

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

This text font color is #75A65A.


Background Color

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

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

This div background color is #75A65A.


Border color

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

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

This div border color is #75A65A.


Opacity

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

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

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

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

This text has shadow with #75A65A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A65A on black background.


Color preview on white background

This text has color #75A65A on white background.



Black color preview on #75A65A background

This text has black color on #75A65A background.


White color preview on #75A65A background

This text has white color on #75A65A background.