COLOR #75C788

HEX: #75C788 RGB: (117,199,136)

Color info

#75C788 contains mainly green color. Web safe color of #75C788 is #66CC99 (or #6C9).

RGB color model

#75C788 color RGB value is (117,199,136).

RGB: (117,199,136) (46%, 78%, 53%)

RGB channels and saturation

R 117 of 255 = 46%
G 199 of 255 = 78%
B 136 of 255 = 53%

117
199
136

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

Portions of RGB colors in percentages

R + G + B = 117 + 199 + 136 = 452 (100%)
R 117 of 452 ~ 25.88%
G 199 of 452 ~ 44.03%
B 136 of 452 ~ 30.09'%

%25.88
%44.03
%30.09

CMYK color model

#75C788 color CMYK value is (41,0,32,22).

  • cyan value is 41.21%
  • magenta value is 0.00%
  • yellow value is 31.66%
  • key color value is 21.96%

CMYK: (41,0,32,22)
C41M0Y32K22 (41%, 0%, 32%, 22%)
(0.41 / 0.00 / 0.32 / 0.22)

CMYK percentages

%41.21
%0
%31.66
%21.96

Codes

Color #75C788 in popluar color models

75 C7 88
RGB 117 199 136
HSL 134° 42.27% 61.96%
HSB/HSV 134° 41.21% 78.04%
CMYK 41.21% 0.00% 31.66%
21.96%

Color #75C788 in popluar number systems.

HEX 75 C7 88
Decimal 117 199 136
Binary 1110101 11000111 10001000
Octal 165 307 210

Shades and tints

Shades of #75C788

#75C788
(117,199,136)
#6BB57C
(107,181,124)
#61A370
(97,163,112)
#579164
(87,145,100)
#4D7F58
(77,127,88)
#436D4C
(67,109,76)
#395B40
(57,91,64)
#2F4934
(47,73,52)
#253728
(37,55,40)
#1B251C
(27,37,28)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #75C788

#75C788
(117,199,136)
#81CC92
(129,204,146)
#8DD19C
(141,209,156)
#99D6A6
(153,214,166)
#A5DBB0
(165,219,176)
#B1E0BA
(177,224,186)
#BDE5C4
(189,229,196)
#C9EACE
(201,234,206)
#D5EFD8
(213,239,216)
#E1F4E2
(225,244,226)
#EDF9EC
(237,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C788 color. Also use rgb(117,199,136) instead hex code.

Text Font Color

.myTextColor { color: #75C788; }

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

This text font color is #75C788.

Background Color

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

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

This div background color is #75C788.

Border color

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

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

This div border color is #75C788.

Opacity

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

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

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

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

This text has shadow with #75C788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75C788.

Preview

Color preview on black background

This text has color #75C788 on black background.


Color preview on white background

This text has color #75C788 on white background.


Black color preview on #75C788 background

This text has black color on #75C788 background.


White color preview on #75C788 background

This text has white color on #75C788 background.


Related colors

Complementary color

Complementary color for #hex is #8A3877.


I love getcolorcode.com

Triadic colors

1 #8875C7 and #C78875 with #75C788 are triadic colors.

2 #88C775 and #C77588 with #75C788 are triadic colors.