COLOR #90BA75

HEX: #90BA75 RGB: (144,186,117)

Color info

#90BA75 contains mainly red and green colors. Web safe color of #90BA75 is #99CC66 (or #9C6).

RGB color model

#90BA75 color RGB value is (144,186,117).

RGB: (144,186,117) (56%, 73%, 46%)

RGB channels and saturation

R 144 of 255 = 56%
G 186 of 255 = 73%
B 117 of 255 = 46%

144
186
117

R + G + B ~ 58%. #90BA75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 186 + 117 = 447 (100%)
R 144 of 447 ~ 32.21%
G 186 of 447 ~ 41.61%
B 117 of 447 ~ 26.17'%

%32.21
%41.61
%26.17

CMYK color model

#90BA75 color CMYK value is (23,0,37,27).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 37.10%
  • key color value is 27.06%

CMYK: (23,0,37,27)
C23M0Y37K27 (23%, 0%, 37%, 27%)
(0.23 / 0.00 / 0.37 / 0.27)

CMYK percentages

%22.58
%0
%37.1
%27.06

Codes

Color #90BA75 in popluar color models

90 BA 75
RGB 144 186 117
HSL 97° 33.33% 59.41%
HSB/HSV 97° 37.10% 72.94%
CMYK 22.58% 0.00% 37.10%
27.06%

Color #90BA75 in popluar number systems.

HEX 90 BA 75
Decimal 144 186 117
Binary 10010000 10111010 1110101
Octal 220 272 165

Shades and tints

Shades of #90BA75

#90BA75
(144,186,117)
#83AA6B
(131,170,107)
#769A61
(118,154,97)
#698A57
(105,138,87)
#5C7A4D
(92,122,77)
#4F6A43
(79,106,67)
#425A39
(66,90,57)
#354A2F
(53,74,47)
#283A25
(40,58,37)
#1B2A1B
(27,42,27)
#0E1A11
(14,26,17)
#000000
(0,0,0)

Tints of #90BA75

#90BA75
(144,186,117)
#9AC081
(154,192,129)
#A4C68D
(164,198,141)
#AECC99
(174,204,153)
#B8D2A5
(184,210,165)
#C2D8B1
(194,216,177)
#CCDEBD
(204,222,189)
#D6E4C9
(214,228,201)
#E0EAD5
(224,234,213)
#EAF0E1
(234,240,225)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BA75 color. Also use rgb(144,186,117) instead hex code.

Text Font Color

.myTextColor { color: #90BA75; }

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

This text font color is #90BA75.

Background Color

.myBgColor { background-color: #90BA75; }

<div style="background-color:#90BA75">Inner text</div>

This div background color is #90BA75.

Border color

.myBorderColor { border: 1px solid #90BA75; }

<div style="border:3px solid #90BA75">Div</div>

This div border color is #90BA75.

Opacity

.myOpacity80 { color: #90BA75; opacity: 0.8; }

<p style="color:#90BA75;opacity:0.8;">80%</p>

Text with #90BA75 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 #90BA75;}

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

This text has shadow with #90BA75 color.


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

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

This text has shadow with #90BA75 primary color and red secondary color.


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

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

This text has shadow with #90BA75 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90BA75.

Preview

Color preview on black background

This text has color #90BA75 on black background.


Color preview on white background

This text has color #90BA75 on white background.


Black color preview on #90BA75 background

This text has black color on #90BA75 background.


White color preview on #90BA75 background

This text has white color on #90BA75 background.


Related colors

Complementary color

Complementary color for #hex is #6F458A.


I love getcolorcode.com

Triadic colors

1 #7590BA and #BA7590 with #90BA75 are triadic colors.

2 #75BA90 and #BA9075 with #90BA75 are triadic colors.