COLOR #75BD61

HEX: #75BD61
RGB: (117,189,97)

Color info

#75BD61 contains mainly green color. Web safe color of #75BD61 is #66CC66 (or #6C6).

RGB color model

#75BD61 color RGB value is (117,189,97).

  • red value is 117;
  • green value is 189;
  • blue value is 97.
RGB:
(117,189,97)
(46%,74%,38%)

RGB channels and saturation

R 117 of 255 = 46%
G 189 of 255 = 74%
B 97 of 255 = 38%

117
189
97

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

Portions of RGB colors in percentages

R + G + B =
117 + 189 + 97 = 403 (100%)
R 117 of 403 ~ 29.03%
G 189 of 403 ~ 46.9%
B 97 of 403 ~ 24.07%

%29.03
%46.9
%24.07

CMYK color model

#75BD61 color CMYK value is (38,0,49,26).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 48.68%
  • key color value is 25.88%
CMYK:
(38,0,49,26)
C38M0Y49K26 
(38%,0%,49%,26%)
(0.38/0.00/0.49/0.26)	

CMYK percentages

%38.1
%0
%48.68
%25.88

Codes

Color #75BD61 in popluar color models

75BD61
RGB11718997
HSL107°41.07%56.08%
HSB/HSV107°48.68%74.12%
CMYK38.10%0.00%48.68%
25.88%

Color #75BD61 in popluar number systems.

HEX75BD61
Decimal11718997
Binary1110101101111011100001
Octal165275141

Shades and tints

Shades of #75BD61

#75BD61
(117,189,97)
#6BAC59
(107,172,89)
#619B51
(97,155,81)
#578A49
(87,138,73)
#4D7941
(77,121,65)
#436839
(67,104,57)
#395731
(57,87,49)
#2F4629
(47,70,41)
#253521
(37,53,33)
#1B2419
(27,36,25)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #75BD61

#75BD61
(117,189,97)
#81C36F
(129,195,111)
#8DC97D
(141,201,125)
#99CF8B
(153,207,139)
#A5D599
(165,213,153)
#B1DBA7
(177,219,167)
#BDE1B5
(189,225,181)
#C9E7C3
(201,231,195)
#D5EDD1
(213,237,209)
#E1F3DF
(225,243,223)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BD61 color. Also use rgb(117,189,97) instead hex code.

Text Font Color

.myTextColor { color: #75BD61; }

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

This text font color is #75BD61.


Background Color

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

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

This div background color is #75BD61.


Border color

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

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

This div border color is #75BD61.


Opacity

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

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

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

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

This text has shadow with #75BD61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BD61 on black background.


Color preview on white background

This text has color #75BD61 on white background.



Black color preview on #75BD61 background

This text has black color on #75BD61 background.


White color preview on #75BD61 background

This text has white color on #75BD61 background.