COLOR #75AB65

HEX: #75AB65
RGB: (117,171,101)

Color info

#75AB65 contains mainly red and green colors. Web safe color of #75AB65 is #669966 (or #696).

RGB color model

#75AB65 color RGB value is (117,171,101).

  • red value is 117;
  • green value is 171;
  • blue value is 101.
RGB:
(117,171,101)
(46%,67%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 171 of 255 = 67%
B 101 of 255 = 40%

117
171
101

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

Portions of RGB colors in percentages

R + G + B =
117 + 171 + 101 = 389 (100%)
R 117 of 389 ~ 30.08%
G 171 of 389 ~ 43.96%
B 101 of 389 ~ 25.96%

%30.08
%43.96
%25.96

CMYK color model

#75AB65 color CMYK value is (32,0,41,33).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 32.94%
CMYK:
(32,0,41,33)
C32M0Y41K33 
(32%,0%,41%,33%)
(0.32/0.00/0.41/0.33)	

CMYK percentages

%31.58
%0
%40.94
%32.94

Codes

Color #75AB65 in popluar color models

75AB65
RGB117171101
HSL106°29.41%53.33%
HSB/HSV106°40.94%67.06%
CMYK31.58%0.00%40.94%
32.94%

Color #75AB65 in popluar number systems.

HEX75AB65
Decimal117171101
Binary1110101101010111100101
Octal165253145

Shades and tints

Shades of #75AB65

#75AB65
(117,171,101)
#6B9C5C
(107,156,92)
#618D53
(97,141,83)
#577E4A
(87,126,74)
#4D6F41
(77,111,65)
#436038
(67,96,56)
#39512F
(57,81,47)
#2F4226
(47,66,38)
#25331D
(37,51,29)
#1B2414
(27,36,20)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #75AB65

#75AB65
(117,171,101)
#81B273
(129,178,115)
#8DB981
(141,185,129)
#99C08F
(153,192,143)
#A5C79D
(165,199,157)
#B1CEAB
(177,206,171)
#BDD5B9
(189,213,185)
#C9DCC7
(201,220,199)
#D5E3D5
(213,227,213)
#E1EAE3
(225,234,227)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AB65 color. Also use rgb(117,171,101) instead hex code.

Text Font Color

.myTextColor { color: #75AB65; }

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

This text font color is #75AB65.


Background Color

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

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

This div background color is #75AB65.


Border color

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

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

This div border color is #75AB65.


Opacity

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

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

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

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

This text has shadow with #75AB65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AB65 on black background.


Color preview on white background

This text has color #75AB65 on white background.



Black color preview on #75AB65 background

This text has black color on #75AB65 background.


White color preview on #75AB65 background

This text has white color on #75AB65 background.