COLOR #75B045

HEX: #75B045
RGB: (117,176,69)

Color info

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

RGB color model

#75B045 color RGB value is (117,176,69).

  • red value is 117;
  • green value is 176;
  • blue value is 69.
RGB:
(117,176,69)
(46%,69%,27%)

RGB channels and saturation

R 117 of 255 = 46%
G 176 of 255 = 69%
B 69 of 255 = 27%

117
176
69

R + G + B ~ 47%. #75B045 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 176 + 69 = 362 (100%)
R 117 of 362 ~ 32.32%
G 176 of 362 ~ 48.62%
B 69 of 362 ~ 19.06%

%32.32
%48.62
%19.06

CMYK color model

#75B045 color CMYK value is (34,0,61,31).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 60.80%
  • key color value is 30.98%
CMYK:
(34,0,61,31)
C34M0Y61K31 
(34%,0%,61%,31%)
(0.34/0.00/0.61/0.31)	

CMYK percentages

%33.52
%0
%60.8
%30.98

Codes

Color #75B045 in popluar color models

75B045
RGB11717669
HSL93°43.67%48.04%
HSB/HSV93°60.80%69.02%
CMYK33.52%0.00%60.80%
30.98%

Color #75B045 in popluar number systems.

HEX75B045
Decimal11717669
Binary1110101101100001000101
Octal165260105

Shades and tints

Shades of #75B045

#75B045
(117,176,69)
#6BA03F
(107,160,63)
#619039
(97,144,57)
#578033
(87,128,51)
#4D702D
(77,112,45)
#436027
(67,96,39)
#395021
(57,80,33)
#2F401B
(47,64,27)
#253015
(37,48,21)
#1B200F
(27,32,15)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #75B045

#75B045
(117,176,69)
#81B755
(129,183,85)
#8DBE65
(141,190,101)
#99C575
(153,197,117)
#A5CC85
(165,204,133)
#B1D395
(177,211,149)
#BDDAA5
(189,218,165)
#C9E1B5
(201,225,181)
#D5E8C5
(213,232,197)
#E1EFD5
(225,239,213)
#EDF6E5
(237,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B045 color. Also use rgb(117,176,69) instead hex code.

Text Font Color

.myTextColor { color: #75B045; }

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

This text font color is #75B045.


Background Color

.myBgColor { background-color: #75B045; }

<div style="background-color:#75B045">Inner text</div>

This div background color is #75B045.


Border color

.myBorderColor { border: 1px solid #75B045; }

<div style="border:3px solid #75B045">Div</div>

This div border color is #75B045.


Opacity

.myOpacity80 { color: #75B045; opacity: 0.8; }

<p style="color:#75B045;opacity:0.8;">80%</p>

Text with #75B045 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 #75B045;}

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

This text has shadow with #75B045 color.

.textShadow {text-shadow: 3px 3px 1px #75B045, 3px 3px 1px red;}

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

This text has shadow with #75B045 primary color and red secondary color.


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

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

This text has shadow with #75B045 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B045 on black background.


Color preview on white background

This text has color #75B045 on white background.



Black color preview on #75B045 background

This text has black color on #75B045 background.


White color preview on #75B045 background

This text has white color on #75B045 background.