COLOR #75996A

HEX: #75996A RGB: (117,153,106)

Color info

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

RGB color model

#75996A color RGB value is (117,153,106).

RGB: (117,153,106) (46%, 60%, 42%)

RGB channels and saturation

R 117 of 255 = 46%
G 153 of 255 = 60%
B 106 of 255 = 42%

117
153
106

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

Portions of RGB colors in percentages

R + G + B = 117 + 153 + 106 = 376 (100%)
R 117 of 376 ~ 31.12%
G 153 of 376 ~ 40.69%
B 106 of 376 ~ 28.19'%

%31.12
%40.69
%28.19

CMYK color model

#75996A color CMYK value is (24,0,31,40).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 40.00%

CMYK: (24,0,31,40)
C24M0Y31K40 (24%, 0%, 31%, 40%)
(0.24 / 0.00 / 0.31 / 0.40)

CMYK percentages

%23.53
%0
%30.72
%40

Codes

Color #75996A in popluar color models

75 99 6A
RGB 117 153 106
HSL 106° 18.73% 50.78%
HSB/HSV 106° 30.72% 60.00%
CMYK 23.53% 0.00% 30.72%
40.00%

Color #75996A in popluar number systems.

HEX 75 99 6A
Decimal 117 153 106
Binary 1110101 10011001 1101010
Octal 165 231 152

Shades and tints

Shades of #75996A

#75996A
(117,153,106)
#6B8C61
(107,140,97)
#617F58
(97,127,88)
#57724F
(87,114,79)
#4D6546
(77,101,70)
#43583D
(67,88,61)
#394B34
(57,75,52)
#2F3E2B
(47,62,43)
#253122
(37,49,34)
#1B2419
(27,36,25)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #75996A

#75996A
(117,153,106)
#81A277
(129,162,119)
#8DAB84
(141,171,132)
#99B491
(153,180,145)
#A5BD9E
(165,189,158)
#B1C6AB
(177,198,171)
#BDCFB8
(189,207,184)
#C9D8C5
(201,216,197)
#D5E1D2
(213,225,210)
#E1EADF
(225,234,223)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75996A; }

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

This text font color is #75996A.

Background Color

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

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

This div background color is #75996A.

Border color

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

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

This div border color is #75996A.

Opacity

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

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

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

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

This text has shadow with #75996A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75996A.

Preview

Color preview on black background

This text has color #75996A on black background.


Color preview on white background

This text has color #75996A on white background.


Black color preview on #75996A background

This text has black color on #75996A background.


White color preview on #75996A background

This text has white color on #75996A background.


Related colors

Complementary color

Complementary color for #hex is #8A6695.


I love getcolorcode.com

Triadic colors

1 #6A7599 and #996A75 with #75996A are triadic colors.

2 #6A9975 and #99756A with #75996A are triadic colors.