COLOR #75963A

HEX: #75963A
RGB: (117,150,58)

Color info

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

RGB color model

#75963A color RGB value is (117,150,58).

  • red value is 117;
  • green value is 150;
  • blue value is 58.
RGB:
(117,150,58)
(46%,59%,23%)

RGB channels and saturation

R 117 of 255 = 46%
G 150 of 255 = 59%
B 58 of 255 = 23%

117
150
58

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

Portions of RGB colors in percentages

R + G + B =
117 + 150 + 58 = 325 (100%)
R 117 of 325 ~ 36%
G 150 of 325 ~ 46.15%
B 58 of 325 ~ 17.85%

%36
%46.15
%17.85

CMYK color model

#75963A color CMYK value is (22,0,61,41).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 61.33%
  • key color value is 41.18%
CMYK:
(22,0,61,41)
C22M0Y61K41 
(22%,0%,61%,41%)
(0.22/0.00/0.61/0.41)	

CMYK percentages

%22
%0
%61.33
%41.18

Codes

Color #75963A in popluar color models

75963A
RGB11715058
HSL82°44.23%40.78%
HSB/HSV82°61.33%58.82%
CMYK22.00%0.00%61.33%
41.18%

Color #75963A in popluar number systems.

HEX75963A
Decimal11715058
Binary111010110010110111010
Octal16522672

Shades and tints

Shades of #75963A

#75963A
(117,150,58)
#6B8935
(107,137,53)
#617C30
(97,124,48)
#576F2B
(87,111,43)
#4D6226
(77,98,38)
#435521
(67,85,33)
#39481C
(57,72,28)
#2F3B17
(47,59,23)
#252E12
(37,46,18)
#1B210D
(27,33,13)
#111408
(17,20,8)
#000000
(0,0,0)

Tints of #75963A

#75963A
(117,150,58)
#819F4B
(129,159,75)
#8DA85C
(141,168,92)
#99B16D
(153,177,109)
#A5BA7E
(165,186,126)
#B1C38F
(177,195,143)
#BDCCA0
(189,204,160)
#C9D5B1
(201,213,177)
#D5DEC2
(213,222,194)
#E1E7D3
(225,231,211)
#EDF0E4
(237,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75963A color. Also use rgb(117,150,58) instead hex code.

Text Font Color

.myTextColor { color: #75963A; }

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

This text font color is #75963A.


Background Color

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

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

This div background color is #75963A.


Border color

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

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

This div border color is #75963A.


Opacity

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

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

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

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

This text has shadow with #75963A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75963A on black background.


Color preview on white background

This text has color #75963A on white background.



Black color preview on #75963A background

This text has black color on #75963A background.


White color preview on #75963A background

This text has white color on #75963A background.