COLOR #90B676

HEX: #90B676 RGB: (144,182,118)

Color info

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

RGB color model

#90B676 color RGB value is (144,182,118).

RGB: (144,182,118) (56%, 71%, 46%)

RGB channels and saturation

R 144 of 255 = 56%
G 182 of 255 = 71%
B 118 of 255 = 46%

144
182
118

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

Portions of RGB colors in percentages

R + G + B = 144 + 182 + 118 = 444 (100%)
R 144 of 444 ~ 32.43%
G 182 of 444 ~ 40.99%
B 118 of 444 ~ 26.58'%

%32.43
%40.99
%26.58

CMYK color model

#90B676 color CMYK value is (21,0,35,29).

  • cyan value is 20.88%
  • magenta value is 0.00%
  • yellow value is 35.16%
  • key color value is 28.63%

CMYK: (21,0,35,29)
C21M0Y35K29 (21%, 0%, 35%, 29%)
(0.21 / 0.00 / 0.35 / 0.29)

CMYK percentages

%20.88
%0
%35.16
%28.63

Codes

Color #90B676 in popluar color models

90 B6 76
RGB 144 182 118
HSL 96° 30.48% 58.82%
HSB/HSV 96° 35.16% 71.37%
CMYK 20.88% 0.00% 35.16%
28.63%

Color #90B676 in popluar number systems.

HEX 90 B6 76
Decimal 144 182 118
Binary 10010000 10110110 1110110
Octal 220 266 166

Shades and tints

Shades of #90B676

#90B676
(144,182,118)
#83A66C
(131,166,108)
#769662
(118,150,98)
#698658
(105,134,88)
#5C764E
(92,118,78)
#4F6644
(79,102,68)
#42563A
(66,86,58)
#354630
(53,70,48)
#283626
(40,54,38)
#1B261C
(27,38,28)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #90B676

#90B676
(144,182,118)
#9ABC82
(154,188,130)
#A4C28E
(164,194,142)
#AEC89A
(174,200,154)
#B8CEA6
(184,206,166)
#C2D4B2
(194,212,178)
#CCDABE
(204,218,190)
#D6E0CA
(214,224,202)
#E0E6D6
(224,230,214)
#EAECE2
(234,236,226)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B676 color. Also use rgb(144,182,118) instead hex code.

Text Font Color

.myTextColor { color: #90B676; }

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

This text font color is #90B676.

Background Color

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

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

This div background color is #90B676.

Border color

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

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

This div border color is #90B676.

Opacity

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

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

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

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

This text has shadow with #90B676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90B676.

Preview

Color preview on black background

This text has color #90B676 on black background.


Color preview on white background

This text has color #90B676 on white background.


Black color preview on #90B676 background

This text has black color on #90B676 background.


White color preview on #90B676 background

This text has white color on #90B676 background.


Related colors

Complementary color

Complementary color for #hex is #6F4989.


I love getcolorcode.com

Triadic colors

1 #7690B6 and #B67690 with #90B676 are triadic colors.

2 #76B690 and #B69076 with #90B676 are triadic colors.