COLOR #75997F

HEX: #75997F
RGB: (117,153,127)

Color info

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

RGB color model

#75997F color RGB value is (117,153,127).

  • red value is 117;
  • green value is 153;
  • blue value is 127.
RGB:
(117,153,127)
(46%,60%,50%)

RGB channels and saturation

R 117 of 255 = 46%
G 153 of 255 = 60%
B 127 of 255 = 50%

117
153
127

R + G + B ~ 52%. #75997F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 153 + 127 = 397 (100%)
R 117 of 397 ~ 29.47%
G 153 of 397 ~ 38.54%
B 127 of 397 ~ 31.99%

%29.47
%38.54
%31.99

CMYK color model

#75997F color CMYK value is (24,0,17,40).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK:
(24,0,17,40)
C24M0Y17K40 
(24%,0%,17%,40%)
(0.24/0.00/0.17/0.40)	

CMYK percentages

%23.53
%0
%16.99
%40

Codes

Color #75997F in popluar color models

75997F
RGB117153127
HSL137°15.00%52.94%
HSB/HSV137°23.53%60.00%
CMYK23.53%0.00%16.99%
40.00%

Color #75997F in popluar number systems.

HEX75997F
Decimal117153127
Binary1110101100110011111111
Octal165231177

Shades and tints

Shades of #75997F

#75997F
(117,153,127)
#6B8C74
(107,140,116)
#617F69
(97,127,105)
#57725E
(87,114,94)
#4D6553
(77,101,83)
#435848
(67,88,72)
#394B3D
(57,75,61)
#2F3E32
(47,62,50)
#253127
(37,49,39)
#1B241C
(27,36,28)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #75997F

#75997F
(117,153,127)
#81A28A
(129,162,138)
#8DAB95
(141,171,149)
#99B4A0
(153,180,160)
#A5BDAB
(165,189,171)
#B1C6B6
(177,198,182)
#BDCFC1
(189,207,193)
#C9D8CC
(201,216,204)
#D5E1D7
(213,225,215)
#E1EAE2
(225,234,226)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75997F color. Also use rgb(117,153,127) instead hex code.

Text Font Color

.myTextColor { color: #75997F; }

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

This text font color is #75997F.


Background Color

.myBgColor { background-color: #75997F; }

<div style="background-color:#75997F">Inner text</div>

This div background color is #75997F.


Border color

.myBorderColor { border: 1px solid #75997F; }

<div style="border:3px solid #75997F">Div</div>

This div border color is #75997F.


Opacity

.myOpacity80 { color: #75997F; opacity: 0.8; }

<p style="color:#75997F;opacity:0.8;">80%</p>

Text with #75997F 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 #75997F;}

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

This text has shadow with #75997F color.

.textShadow {text-shadow: 3px 3px 1px #75997F, 3px 3px 1px red;}

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

This text has shadow with #75997F primary color and red secondary color.


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

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

This text has shadow with #75997F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75997F on black background.


Color preview on white background

This text has color #75997F on white background.



Black color preview on #75997F background

This text has black color on #75997F background.


White color preview on #75997F background

This text has white color on #75997F background.