COLOR #75954B

HEX: #75954B
RGB: (117,149,75)

Color info

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

RGB color model

#75954B color RGB value is (117,149,75).

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

RGB channels and saturation

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

117
149
75

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

Portions of RGB colors in percentages

R + G + B =
117 + 149 + 75 = 341 (100%)
R 117 of 341 ~ 34.31%
G 149 of 341 ~ 43.7%
B 75 of 341 ~ 21.99%

%34.31
%43.7
%21.99

CMYK color model

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

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 49.66%
  • 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
%49.66
%41.57

Codes

Color #75954B in popluar color models

75954B
RGB11714975
HSL86°33.04%43.92%
HSB/HSV86°49.66%58.43%
CMYK21.48%0.00%49.66%
41.57%

Color #75954B in popluar number systems.

HEX75954B
Decimal11714975
Binary1110101100101011001011
Octal165225113

Shades and tints

Shades of #75954B

#75954B
(117,149,75)
#6B8845
(107,136,69)
#617B3F
(97,123,63)
#576E39
(87,110,57)
#4D6133
(77,97,51)
#43542D
(67,84,45)
#394727
(57,71,39)
#2F3A21
(47,58,33)
#252D1B
(37,45,27)
#1B2015
(27,32,21)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #75954B

#75954B
(117,149,75)
#819E5B
(129,158,91)
#8DA76B
(141,167,107)
#99B07B
(153,176,123)
#A5B98B
(165,185,139)
#B1C29B
(177,194,155)
#BDCBAB
(189,203,171)
#C9D4BB
(201,212,187)
#D5DDCB
(213,221,203)
#E1E6DB
(225,230,219)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75954B; }

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

This text font color is #75954B.


Background Color

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

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

This div background color is #75954B.


Border color

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

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

This div border color is #75954B.


Opacity

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

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

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

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

This text has shadow with #75954B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75954B on black background.


Color preview on white background

This text has color #75954B on white background.



Black color preview on #75954B background

This text has black color on #75954B background.


White color preview on #75954B background

This text has white color on #75954B background.