COLOR #75BB45

HEX: #75BB45
RGB: (117,187,69)

Color info

#75BB45 contains mainly green color. Web safe color of #75BB45 is #66CC33 (or #6C3).

RGB color model

#75BB45 color RGB value is (117,187,69).

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

RGB channels and saturation

R 117 of 255 = 46%
G 187 of 255 = 73%
B 69 of 255 = 27%

117
187
69

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

Portions of RGB colors in percentages

R + G + B =
117 + 187 + 69 = 373 (100%)
R 117 of 373 ~ 31.37%
G 187 of 373 ~ 50.13%
B 69 of 373 ~ 18.5%

%31.37
%50.13
%18.5

CMYK color model

#75BB45 color CMYK value is (37,0,63,27).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 63.10%
  • key color value is 26.67%
CMYK:
(37,0,63,27)
C37M0Y63K27 
(37%,0%,63%,27%)
(0.37/0.00/0.63/0.27)	

CMYK percentages

%37.43
%0
%63.1
%26.67

Codes

Color #75BB45 in popluar color models

75BB45
RGB11718769
HSL96°46.46%50.20%
HSB/HSV96°63.10%73.33%
CMYK37.43%0.00%63.10%
26.67%

Color #75BB45 in popluar number systems.

HEX75BB45
Decimal11718769
Binary1110101101110111000101
Octal165273105

Shades and tints

Shades of #75BB45

#75BB45
(117,187,69)
#6BAA3F
(107,170,63)
#619939
(97,153,57)
#578833
(87,136,51)
#4D772D
(77,119,45)
#436627
(67,102,39)
#395521
(57,85,33)
#2F441B
(47,68,27)
#253315
(37,51,21)
#1B220F
(27,34,15)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #75BB45

#75BB45
(117,187,69)
#81C155
(129,193,85)
#8DC765
(141,199,101)
#99CD75
(153,205,117)
#A5D385
(165,211,133)
#B1D995
(177,217,149)
#BDDFA5
(189,223,165)
#C9E5B5
(201,229,181)
#D5EBC5
(213,235,197)
#E1F1D5
(225,241,213)
#EDF7E5
(237,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BB45; }

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

This text font color is #75BB45.


Background Color

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

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

This div background color is #75BB45.


Border color

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

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

This div border color is #75BB45.


Opacity

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

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

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

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

This text has shadow with #75BB45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BB45 on black background.


Color preview on white background

This text has color #75BB45 on white background.



Black color preview on #75BB45 background

This text has black color on #75BB45 background.


White color preview on #75BB45 background

This text has white color on #75BB45 background.