COLOR #75914A

HEX: #75914A
RGB: (117,145,74)

Color info

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

RGB color model

#75914A color RGB value is (117,145,74).

  • red value is 117;
  • green value is 145;
  • blue value is 74.
RGB:
(117,145,74)
(46%,57%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 145 of 255 = 57%
B 74 of 255 = 29%

117
145
74

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

Portions of RGB colors in percentages

R + G + B =
117 + 145 + 74 = 336 (100%)
R 117 of 336 ~ 34.82%
G 145 of 336 ~ 43.15%
B 74 of 336 ~ 22.02%

%34.82
%43.15
%22.02

CMYK color model

#75914A color CMYK value is (19,0,49,43).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 48.97%
  • key color value is 43.14%
CMYK:
(19,0,49,43)
C19M0Y49K43 
(19%,0%,49%,43%)
(0.19/0.00/0.49/0.43)	

CMYK percentages

%19.31
%0
%48.97
%43.14

Codes

Color #75914A in popluar color models

75914A
RGB11714574
HSL84°32.42%42.94%
HSB/HSV84°48.97%56.86%
CMYK19.31%0.00%48.97%
43.14%

Color #75914A in popluar number systems.

HEX75914A
Decimal11714574
Binary1110101100100011001010
Octal165221112

Shades and tints

Shades of #75914A

#75914A
(117,145,74)
#6B8444
(107,132,68)
#61773E
(97,119,62)
#576A38
(87,106,56)
#4D5D32
(77,93,50)
#43502C
(67,80,44)
#394326
(57,67,38)
#2F3620
(47,54,32)
#25291A
(37,41,26)
#1B1C14
(27,28,20)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #75914A

#75914A
(117,145,74)
#819B5A
(129,155,90)
#8DA56A
(141,165,106)
#99AF7A
(153,175,122)
#A5B98A
(165,185,138)
#B1C39A
(177,195,154)
#BDCDAA
(189,205,170)
#C9D7BA
(201,215,186)
#D5E1CA
(213,225,202)
#E1EBDA
(225,235,218)
#EDF5EA
(237,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75914A color. Also use rgb(117,145,74) instead hex code.

Text Font Color

.myTextColor { color: #75914A; }

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

This text font color is #75914A.


Background Color

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

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

This div background color is #75914A.


Border color

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

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

This div border color is #75914A.


Opacity

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

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

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

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

This text has shadow with #75914A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75914A on black background.


Color preview on white background

This text has color #75914A on white background.



Black color preview on #75914A background

This text has black color on #75914A background.


White color preview on #75914A background

This text has white color on #75914A background.