COLOR #75987A

HEX: #75987A RGB: (117,152,122)

Color info

#75987A contains red, green and blue colors in about the same proportion. Web safe color of #75987A is #669966 (or #696).

RGB color model

#75987A color RGB value is (117,152,122).

RGB: (117,152,122) (46%, 60%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 152 of 255 = 60%
B 122 of 255 = 48%

117
152
122

R + G + B ~ 51%. #75987A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 152 + 122 = 391 (100%)
R 117 of 391 ~ 29.92%
G 152 of 391 ~ 38.87%
B 122 of 391 ~ 31.2'%

%29.92
%38.87
%31.2

CMYK color model

#75987A color CMYK value is (23,0,20,40).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 40.39%
CMYK: (23,0,20,40) C23M0Y20K40 (23%,0%,20%,40%) (0.23/0.00/0.20/0.40) 

CMYK percentages

%23.03
%0
%19.74
%40.39

Codes

Color #75987A in popluar color models

75 98 7A
RGB 117 152 122
HSL 129° 14.52% 52.75%
HSB/HSV 129° 23.03% 59.61%
CMYK 23.03% 0.00% 19.74%
40.39%

Color #75987A in popluar number systems.

HEX 75 98 7A
Decimal 117 152 122
Binary 1110101 10011000 1111010
Octal 165 230 172

Shades and tints

Shades of #75987A

#75987A
(117,152,122)
#6B8B6F
(107,139,111)
#617E64
(97,126,100)
#577159
(87,113,89)
#4D644E
(77,100,78)
#435743
(67,87,67)
#394A38
(57,74,56)
#2F3D2D
(47,61,45)
#253022
(37,48,34)
#1B2317
(27,35,23)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #75987A

#75987A
(117,152,122)
#81A186
(129,161,134)
#8DAA92
(141,170,146)
#99B39E
(153,179,158)
#A5BCAA
(165,188,170)
#B1C5B6
(177,197,182)
#BDCEC2
(189,206,194)
#C9D7CE
(201,215,206)
#D5E0DA
(213,224,218)
#E1E9E6
(225,233,230)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75987A color. Also use rgb(117,152,122) instead hex code.

Text Font Color

.myTextColor { color: #75987A; }

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

This text font color is #75987A.

Background Color

.myBgColor { background-color: #75987A; }

<div style="background-color:#75987A">Inner text</div>

This div background color is #75987A.

Border color

.myBorderColor { border: 1px solid #75987A; }

<div style="border:3px solid #75987A">Div</div>

This div border color is #75987A.

Opacity

.myOpacity80 { color: #75987A; opacity: 0.8; }

<p style="color:#75987A;opacity:0.8;">80%</p>

Text with #75987A 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 #75987A;}

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

This text has shadow with #75987A color.


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

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

This text has shadow with #75987A primary color and red secondary color.


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

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

This text has shadow with #75987A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75987A.

Preview

Color preview on black background

This text has color #75987A on black background.


Color preview on white background

This text has color #75987A on white background.


Black color preview on #75987A background

This text has black color on #75987A background.


White color preview on #75987A background

This text has white color on #75987A background.


Related colors

Complementary color

Complementary color for #hex is #8A6785.


I love getcolorcode.com

Triadic colors

1 #7A7598 and #987A75 with #75987A are triadic colors.

2 #7A9875 and #98757A with #75987A are triadic colors.