COLOR #75A67B

HEX: #75A67B
RGB: (117,166,123)

Color info

#75A67B contains red, green and blue colors in about the same proportion. Web safe color of #75A67B is #669966 (or #696).

RGB color model

#75A67B color RGB value is (117,166,123).

  • red value is 117;
  • green value is 166;
  • blue value is 123.
RGB: (117,166,123) (46%,65%,48%)

RGB channels and saturation

R 117 of 255 = 46%
G 166 of 255 = 65%
B 123 of 255 = 48%

117
166
123

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

Portions of RGB colors in percentages

R + G + B =
117 + 166 + 123 = 406 (100%)
R 117 of 406 ~ 28.82%
G 166 of 406 ~ 40.89%
B 123 of 406 ~ 30.3%

%28.82
%40.89
%30.3

CMYK color model

#75A67B color CMYK value is (30,0,26,35).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 25.90%
  • key color value is 34.90%
CMYK: (30,0,26,35) C30M0Y26K35 (30%,0%,26%,35%) (0.30/0.00/0.26/0.35)

CMYK percentages

%29.52
%0
%25.9
%34.9

Codes

Color #75A67B in popluar color models

75A67B
RGB117166123
HSL127°21.59%55.49%
HSB/HSV127°29.52%65.10%
CMYK29.52%0.00%25.90%
34.90%

Color #75A67B in popluar number systems.

HEX75A67B
Decimal117166123
Binary1110101101001101111011
Octal165246173

Shades and tints

Shades of #75A67B

#75A67B
(117,166,123)
#6B9770
(107,151,112)
#618865
(97,136,101)
#57795A
(87,121,90)
#4D6A4F
(77,106,79)
#435B44
(67,91,68)
#394C39
(57,76,57)
#2F3D2E
(47,61,46)
#252E23
(37,46,35)
#1B1F18
(27,31,24)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #75A67B

#75A67B
(117,166,123)
#81AE87
(129,174,135)
#8DB693
(141,182,147)
#99BE9F
(153,190,159)
#A5C6AB
(165,198,171)
#B1CEB7
(177,206,183)
#BDD6C3
(189,214,195)
#C9DECF
(201,222,207)
#D5E6DB
(213,230,219)
#E1EEE7
(225,238,231)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A67B color. Also use rgb(117,166,123) instead hex code.

Text Font Color

.myTextColor { color: #75A67B; }

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

This text font color is #75A67B.


Background Color

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

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

This div background color is #75A67B.


Border color

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

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

This div border color is #75A67B.


Opacity

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

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

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

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

This text has shadow with #75A67B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #75A67B on black background.


Color preview on white background

This text has color #75A67B on white background.



Black color preview on #75A67B background

This text has black color on #75A67B background.


White color preview on #75A67B background

This text has white color on #75A67B background.