COLOR #75954A

HEX: #75954A
RGB: (117,149,74)

Color info

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

RGB color model

#75954A color RGB value is (117,149,74).

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

RGB channels and saturation

R 117 of 255 = 46%
G 149 of 255 = 58%
B 74 of 255 = 29%

117
149
74

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

Portions of RGB colors in percentages

R + G + B =
117 + 149 + 74 = 340 (100%)
R 117 of 340 ~ 34.41%
G 149 of 340 ~ 43.82%
B 74 of 340 ~ 21.76%

%34.41
%43.82
%21.76

CMYK color model

#75954A color CMYK value is (21,0,50,42).

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 50.34%
  • key color value is 41.57%
CMYK:
(21,0,50,42)
C21M0Y50K42 
(21%,0%,50%,42%)
(0.21/0.00/0.50/0.42)	

CMYK percentages

%21.48
%0
%50.34
%41.57

Codes

Color #75954A in popluar color models

75954A
RGB11714974
HSL86°33.63%43.73%
HSB/HSV86°50.34%58.43%
CMYK21.48%0.00%50.34%
41.57%

Color #75954A in popluar number systems.

HEX75954A
Decimal11714974
Binary1110101100101011001010
Octal165225112

Shades and tints

Shades of #75954A

#75954A
(117,149,74)
#6B8844
(107,136,68)
#617B3E
(97,123,62)
#576E38
(87,110,56)
#4D6132
(77,97,50)
#43542C
(67,84,44)
#394726
(57,71,38)
#2F3A20
(47,58,32)
#252D1A
(37,45,26)
#1B2014
(27,32,20)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #75954A

#75954A
(117,149,74)
#819E5A
(129,158,90)
#8DA76A
(141,167,106)
#99B07A
(153,176,122)
#A5B98A
(165,185,138)
#B1C29A
(177,194,154)
#BDCBAA
(189,203,170)
#C9D4BA
(201,212,186)
#D5DDCA
(213,221,202)
#E1E6DA
(225,230,218)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75954A; }

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

This text font color is #75954A.


Background Color

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

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

This div background color is #75954A.


Border color

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

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

This div border color is #75954A.


Opacity

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

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

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

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

This text has shadow with #75954A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75954A on black background.


Color preview on white background

This text has color #75954A on white background.



Black color preview on #75954A background

This text has black color on #75954A background.


White color preview on #75954A background

This text has white color on #75954A background.