COLOR #75CB90

HEX: #75CB90 RGB: (117,203,144)

Color info

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

RGB color model

#75CB90 color RGB value is (117,203,144).

RGB: (117,203,144) (46%, 80%, 56%)

RGB channels and saturation

R 117 of 255 = 46%
G 203 of 255 = 80%
B 144 of 255 = 56%

117
203
144

R + G + B ~ 61%. #75CB90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 203 + 144 = 464 (100%)
R 117 of 464 ~ 25.22%
G 203 of 464 ~ 43.75%
B 144 of 464 ~ 31.03'%

%25.22
%43.75
%31.03

CMYK color model

#75CB90 color CMYK value is (42,0,29,20).

  • cyan value is 42.36%
  • magenta value is 0.00%
  • yellow value is 29.06%
  • key color value is 20.39%

CMYK: (42,0,29,20)
C42M0Y29K20 (42%, 0%, 29%, 20%)
(0.42 / 0.00 / 0.29 / 0.20)

CMYK percentages

%42.36
%0
%29.06
%20.39

Codes

Color #75CB90 in popluar color models

75 CB 90
RGB 117 203 144
HSL 139° 45.26% 62.75%
HSB/HSV 139° 42.36% 79.61%
CMYK 42.36% 0.00% 29.06%
20.39%

Color #75CB90 in popluar number systems.

HEX 75 CB 90
Decimal 117 203 144
Binary 1110101 11001011 10010000
Octal 165 313 220

Shades and tints

Shades of #75CB90

#75CB90
(117,203,144)
#6BB983
(107,185,131)
#61A776
(97,167,118)
#579569
(87,149,105)
#4D835C
(77,131,92)
#43714F
(67,113,79)
#395F42
(57,95,66)
#2F4D35
(47,77,53)
#253B28
(37,59,40)
#1B291B
(27,41,27)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #75CB90

#75CB90
(117,203,144)
#81CF9A
(129,207,154)
#8DD3A4
(141,211,164)
#99D7AE
(153,215,174)
#A5DBB8
(165,219,184)
#B1DFC2
(177,223,194)
#BDE3CC
(189,227,204)
#C9E7D6
(201,231,214)
#D5EBE0
(213,235,224)
#E1EFEA
(225,239,234)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CB90 color. Also use rgb(117,203,144) instead hex code.

Text Font Color

.myTextColor { color: #75CB90; }

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

This text font color is #75CB90.

Background Color

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

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

This div background color is #75CB90.

Border color

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

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

This div border color is #75CB90.

Opacity

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

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

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

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

This text has shadow with #75CB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75CB90.

Preview

Color preview on black background

This text has color #75CB90 on black background.


Color preview on white background

This text has color #75CB90 on white background.


Black color preview on #75CB90 background

This text has black color on #75CB90 background.


White color preview on #75CB90 background

This text has white color on #75CB90 background.


Related colors

Complementary color

Complementary color for #hex is #8A346F.


I love getcolorcode.com

Triadic colors

1 #9075CB and #CB9075 with #75CB90 are triadic colors.

2 #90CB75 and #CB7590 with #75CB90 are triadic colors.