COLOR #75B076

HEX: #75B076 RGB: (117,176,118)

Color info

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

RGB color model

#75B076 color RGB value is (117,176,118).

RGB: (117,176,118) (46%, 69%, 46%)

RGB channels and saturation

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

117
176
118

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

Portions of RGB colors in percentages

R + G + B = 117 + 176 + 118 = 411 (100%)
R 117 of 411 ~ 28.47%
G 176 of 411 ~ 42.82%
B 118 of 411 ~ 28.71'%

%28.47
%42.82
%28.71

CMYK color model

#75B076 color CMYK value is (34,0,33,31).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%

CMYK: (34,0,33,31)
C34M0Y33K31 (34%, 0%, 33%, 31%)
(0.34 / 0.00 / 0.33 / 0.31)

CMYK percentages

%33.52
%0
%32.95
%30.98

Codes

Color #75B076 in popluar color models

75 B0 76
RGB 117 176 118
HSL 121° 27.19% 57.45%
HSB/HSV 121° 33.52% 69.02%
CMYK 33.52% 0.00% 32.95%
30.98%

Color #75B076 in popluar number systems.

HEX 75 B0 76
Decimal 117 176 118
Binary 1110101 10110000 1110110
Octal 165 260 166

Shades and tints

Shades of #75B076

#75B076
(117,176,118)
#6BA06C
(107,160,108)
#619062
(97,144,98)
#578058
(87,128,88)
#4D704E
(77,112,78)
#436044
(67,96,68)
#39503A
(57,80,58)
#2F4030
(47,64,48)
#253026
(37,48,38)
#1B201C
(27,32,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #75B076

#75B076
(117,176,118)
#81B782
(129,183,130)
#8DBE8E
(141,190,142)
#99C59A
(153,197,154)
#A5CCA6
(165,204,166)
#B1D3B2
(177,211,178)
#BDDABE
(189,218,190)
#C9E1CA
(201,225,202)
#D5E8D6
(213,232,214)
#E1EFE2
(225,239,226)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B076; }

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

This text font color is #75B076.

Background Color

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

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

This div background color is #75B076.

Border color

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

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

This div border color is #75B076.

Opacity

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

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

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

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

This text has shadow with #75B076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B076.

Preview

Color preview on black background

This text has color #75B076 on black background.


Color preview on white background

This text has color #75B076 on white background.


Black color preview on #75B076 background

This text has black color on #75B076 background.


White color preview on #75B076 background

This text has white color on #75B076 background.


Related colors

Complementary color

Complementary color for #hex is #8A4F89.


I love getcolorcode.com

Triadic colors

1 #7675B0 and #B07675 with #75B076 are triadic colors.

2 #76B075 and #B07576 with #75B076 are triadic colors.