COLOR #75973D

HEX: #75973D RGB: (117,151,61)

Color info

#75973D contains mainly red and green colors. Web safe color of #75973D is #669933 (or #693).

RGB color model

#75973D color RGB value is (117,151,61).

RGB: (117,151,61) (46%, 59%, 24%)

RGB channels and saturation

R 117 of 255 = 46%
G 151 of 255 = 59%
B 61 of 255 = 24%

117
151
61

R + G + B ~ 43%. #75973D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 151 + 61 = 329 (100%)
R 117 of 329 ~ 35.56%
G 151 of 329 ~ 45.9%
B 61 of 329 ~ 18.54'%

%35.56
%45.9
%18.54

CMYK color model

#75973D color CMYK value is (23,0,60,41).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 59.60%
  • key color value is 40.78%
CMYK: (23,0,60,41) C23M0Y60K41 (23%,0%,60%,41%) (0.23/0.00/0.60/0.41) 

CMYK percentages

%22.52
%0
%59.6
%40.78

Codes

Color #75973D in popluar color models

75 97 3D
RGB 117 151 61
HSL 83° 42.45% 41.57%
HSB/HSV 83° 59.60% 59.22%
CMYK 22.52% 0.00% 59.60%
40.78%

Color #75973D in popluar number systems.

HEX 75 97 3D
Decimal 117 151 61
Binary 1110101 10010111 111101
Octal 165 227 75

Shades and tints

Shades of #75973D

#75973D
(117,151,61)
#6B8A38
(107,138,56)
#617D33
(97,125,51)
#57702E
(87,112,46)
#4D6329
(77,99,41)
#435624
(67,86,36)
#39491F
(57,73,31)
#2F3C1A
(47,60,26)
#252F15
(37,47,21)
#1B2210
(27,34,16)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #75973D

#75973D
(117,151,61)
#81A04E
(129,160,78)
#8DA95F
(141,169,95)
#99B270
(153,178,112)
#A5BB81
(165,187,129)
#B1C492
(177,196,146)
#BDCDA3
(189,205,163)
#C9D6B4
(201,214,180)
#D5DFC5
(213,223,197)
#E1E8D6
(225,232,214)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75973D color. Also use rgb(117,151,61) instead hex code.

Text Font Color

.myTextColor { color: #75973D; }

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

This text font color is #75973D.

Background Color

.myBgColor { background-color: #75973D; }

<div style="background-color:#75973D">Inner text</div>

This div background color is #75973D.

Border color

.myBorderColor { border: 1px solid #75973D; }

<div style="border:3px solid #75973D">Div</div>

This div border color is #75973D.

Opacity

.myOpacity80 { color: #75973D; opacity: 0.8; }

<p style="color:#75973D;opacity:0.8;">80%</p>

Text with #75973D 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 #75973D;}

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

This text has shadow with #75973D color.


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

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

This text has shadow with #75973D primary color and red secondary color.


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

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

This text has shadow with #75973D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75973D.

Preview

Color preview on black background

This text has color #75973D on black background.


Color preview on white background

This text has color #75973D on white background.


Black color preview on #75973D background

This text has black color on #75973D background.


White color preview on #75973D background

This text has white color on #75973D background.


Related colors

Complementary color

Complementary color for #hex is #8A68C2.


I love getcolorcode.com

Triadic colors

1 #3D7597 and #973D75 with #75973D are triadic colors.

2 #3D9775 and #97753D with #75973D are triadic colors.