COLOR #90B785

HEX: #90B785 RGB: (144,183,133)

Color info

#90B785 contains red, green and blue colors in about the same proportion. Web safe color of #90B785 is #99CC99 (or #9C9).

RGB color model

#90B785 color RGB value is (144,183,133).

RGB: (144,183,133) (56%, 72%, 52%)

RGB channels and saturation

R 144 of 255 = 56%
G 183 of 255 = 72%
B 133 of 255 = 52%

144
183
133

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

Portions of RGB colors in percentages

R + G + B = 144 + 183 + 133 = 460 (100%)
R 144 of 460 ~ 31.3%
G 183 of 460 ~ 39.78%
B 133 of 460 ~ 28.91'%

%31.3
%39.78
%28.91

CMYK color model

#90B785 color CMYK value is (21,0,27,28).

  • cyan value is 21.31%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 28.24%

CMYK: (21,0,27,28)
C21M0Y27K28 (21%, 0%, 27%, 28%)
(0.21 / 0.00 / 0.27 / 0.28)

CMYK percentages

%21.31
%0
%27.32
%28.24

Codes

Color #90B785 in popluar color models

90 B7 85
RGB 144 183 133
HSL 107° 25.77% 61.96%
HSB/HSV 107° 27.32% 71.76%
CMYK 21.31% 0.00% 27.32%
28.24%

Color #90B785 in popluar number systems.

HEX 90 B7 85
Decimal 144 183 133
Binary 10010000 10110111 10000101
Octal 220 267 205

Shades and tints

Shades of #90B785

#90B785
(144,183,133)
#83A779
(131,167,121)
#76976D
(118,151,109)
#698761
(105,135,97)
#5C7755
(92,119,85)
#4F6749
(79,103,73)
#42573D
(66,87,61)
#354731
(53,71,49)
#283725
(40,55,37)
#1B2719
(27,39,25)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #90B785

#90B785
(144,183,133)
#9ABD90
(154,189,144)
#A4C39B
(164,195,155)
#AEC9A6
(174,201,166)
#B8CFB1
(184,207,177)
#C2D5BC
(194,213,188)
#CCDBC7
(204,219,199)
#D6E1D2
(214,225,210)
#E0E7DD
(224,231,221)
#EAEDE8
(234,237,232)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B785 color. Also use rgb(144,183,133) instead hex code.

Text Font Color

.myTextColor { color: #90B785; }

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

This text font color is #90B785.

Background Color

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

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

This div background color is #90B785.

Border color

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

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

This div border color is #90B785.

Opacity

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

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

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

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

This text has shadow with #90B785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90B785.

Preview

Color preview on black background

This text has color #90B785 on black background.


Color preview on white background

This text has color #90B785 on white background.


Black color preview on #90B785 background

This text has black color on #90B785 background.


White color preview on #90B785 background

This text has white color on #90B785 background.


Related colors

Complementary color

Complementary color for #hex is #6F487A.


I love getcolorcode.com

Triadic colors

1 #8590B7 and #B78590 with #90B785 are triadic colors.

2 #85B790 and #B79085 with #90B785 are triadic colors.