COLOR #75B794

HEX: #75B794 RGB: (117,183,148)

Color info

#75B794 contains mainly green and blue colors. Web safe color of #75B794 is #66CC99 (or #6C9).

RGB color model

#75B794 color RGB value is (117,183,148).

RGB: (117,183,148) (46%, 72%, 58%)

RGB channels and saturation

R 117 of 255 = 46%
G 183 of 255 = 72%
B 148 of 255 = 58%

117
183
148

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

Portions of RGB colors in percentages

R + G + B = 117 + 183 + 148 = 448 (100%)
R 117 of 448 ~ 26.12%
G 183 of 448 ~ 40.85%
B 148 of 448 ~ 33.04'%

%26.12
%40.85
%33.04

CMYK color model

#75B794 color CMYK value is (36,0,19,28).

  • cyan value is 36.07%
  • magenta value is 0.00%
  • yellow value is 19.13%
  • key color value is 28.24%

CMYK: (36,0,19,28)
C36M0Y19K28 (36%, 0%, 19%, 28%)
(0.36 / 0.00 / 0.19 / 0.28)

CMYK percentages

%36.07
%0
%19.13
%28.24

Codes

Color #75B794 in popluar color models

75 B7 94
RGB 117 183 148
HSL 148° 31.43% 58.82%
HSB/HSV 148° 36.07% 71.76%
CMYK 36.07% 0.00% 19.13%
28.24%

Color #75B794 in popluar number systems.

HEX 75 B7 94
Decimal 117 183 148
Binary 1110101 10110111 10010100
Octal 165 267 224

Shades and tints

Shades of #75B794

#75B794
(117,183,148)
#6BA787
(107,167,135)
#61977A
(97,151,122)
#57876D
(87,135,109)
#4D7760
(77,119,96)
#436753
(67,103,83)
#395746
(57,87,70)
#2F4739
(47,71,57)
#25372C
(37,55,44)
#1B271F
(27,39,31)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #75B794

#75B794
(117,183,148)
#81BD9D
(129,189,157)
#8DC3A6
(141,195,166)
#99C9AF
(153,201,175)
#A5CFB8
(165,207,184)
#B1D5C1
(177,213,193)
#BDDBCA
(189,219,202)
#C9E1D3
(201,225,211)
#D5E7DC
(213,231,220)
#E1EDE5
(225,237,229)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B794 color. Also use rgb(117,183,148) instead hex code.

Text Font Color

.myTextColor { color: #75B794; }

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

This text font color is #75B794.

Background Color

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

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

This div background color is #75B794.

Border color

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

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

This div border color is #75B794.

Opacity

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

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

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

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

This text has shadow with #75B794 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B794.

Preview

Color preview on black background

This text has color #75B794 on black background.


Color preview on white background

This text has color #75B794 on white background.


Black color preview on #75B794 background

This text has black color on #75B794 background.


White color preview on #75B794 background

This text has white color on #75B794 background.


Related colors

Complementary color

Complementary color for #hex is #8A486B.


I love getcolorcode.com

Triadic colors

1 #9475B7 and #B79475 with #75B794 are triadic colors.

2 #94B775 and #B77594 with #75B794 are triadic colors.