COLOR #75995A

HEX: #75995A
RGB: (117,153,90)

Color info

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

RGB color model

#75995A color RGB value is (117,153,90).

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

RGB channels and saturation

R 117 of 255 = 46%
G 153 of 255 = 60%
B 90 of 255 = 35%

117
153
90

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

Portions of RGB colors in percentages

R + G + B =
117 + 153 + 90 = 360 (100%)
R 117 of 360 ~ 32.5%
G 153 of 360 ~ 42.5%
B 90 of 360 ~ 25%

%32.5
%42.5
%25

CMYK color model

#75995A color CMYK value is (24,0,41,40).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 40.00%
CMYK:
(24,0,41,40)
C24M0Y41K40 
(24%,0%,41%,40%)
(0.24/0.00/0.41/0.40)	

CMYK percentages

%23.53
%0
%41.18
%40

Codes

Color #75995A in popluar color models

75995A
RGB11715390
HSL94°25.93%47.65%
HSB/HSV94°41.18%60.00%
CMYK23.53%0.00%41.18%
40.00%

Color #75995A in popluar number systems.

HEX75995A
Decimal11715390
Binary1110101100110011011010
Octal165231132

Shades and tints

Shades of #75995A

#75995A
(117,153,90)
#6B8C52
(107,140,82)
#617F4A
(97,127,74)
#577242
(87,114,66)
#4D653A
(77,101,58)
#435832
(67,88,50)
#394B2A
(57,75,42)
#2F3E22
(47,62,34)
#25311A
(37,49,26)
#1B2412
(27,36,18)
#11170A
(17,23,10)
#000000
(0,0,0)

Tints of #75995A

#75995A
(117,153,90)
#81A269
(129,162,105)
#8DAB78
(141,171,120)
#99B487
(153,180,135)
#A5BD96
(165,189,150)
#B1C6A5
(177,198,165)
#BDCFB4
(189,207,180)
#C9D8C3
(201,216,195)
#D5E1D2
(213,225,210)
#E1EAE1
(225,234,225)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75995A color. Also use rgb(117,153,90) instead hex code.

Text Font Color

.myTextColor { color: #75995A; }

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

This text font color is #75995A.


Background Color

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

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

This div background color is #75995A.


Border color

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

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

This div border color is #75995A.


Opacity

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

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

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

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

This text has shadow with #75995A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75995A on black background.


Color preview on white background

This text has color #75995A on white background.



Black color preview on #75995A background

This text has black color on #75995A background.


White color preview on #75995A background

This text has white color on #75995A background.