COLOR #88B770

HEX: #88B770
RGB: (136,183,112)

Color info

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

RGB color model

#88B770 color RGB value is (136,183,112).

  • red value is 136;
  • green value is 183;
  • blue value is 112.
RGB:
(136,183,112)
(53%,72%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 183 of 255 = 72%
B 112 of 255 = 44%

136
183
112

R + G + B ~ 56%. #88B770 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 183 + 112 = 431 (100%)
R 136 of 431 ~ 31.55%
G 183 of 431 ~ 42.46%
B 112 of 431 ~ 25.99%

%31.55
%42.46
%25.99

CMYK color model

#88B770 color CMYK value is (26,0,39,28).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 38.80%
  • key color value is 28.24%
CMYK:
(26,0,39,28)
C26M0Y39K28 
(26%,0%,39%,28%)
(0.26/0.00/0.39/0.28)	

CMYK percentages

%25.68
%0
%38.8
%28.24

Codes

Color #88B770 in popluar color models

88B770
RGB136183112
HSL100°33.02%57.84%
HSB/HSV100°38.80%71.76%
CMYK25.68%0.00%38.80%
28.24%

Color #88B770 in popluar number systems.

HEX88B770
Decimal136183112
Binary10001000101101111110000
Octal210267160

Shades and tints

Shades of #88B770

#88B770
(136,183,112)
#7CA766
(124,167,102)
#70975C
(112,151,92)
#648752
(100,135,82)
#587748
(88,119,72)
#4C673E
(76,103,62)
#405734
(64,87,52)
#34472A
(52,71,42)
#283720
(40,55,32)
#1C2716
(28,39,22)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #88B770

#88B770
(136,183,112)
#92BD7D
(146,189,125)
#9CC38A
(156,195,138)
#A6C997
(166,201,151)
#B0CFA4
(176,207,164)
#BAD5B1
(186,213,177)
#C4DBBE
(196,219,190)
#CEE1CB
(206,225,203)
#D8E7D8
(216,231,216)
#E2EDE5
(226,237,229)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B770 color. Also use rgb(136,183,112) instead hex code.

Text Font Color

.myTextColor { color: #88B770; }

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

This text font color is #88B770.


Background Color

.myBgColor { background-color: #88B770; }

<div style="background-color:#88B770">Inner text</div>

This div background color is #88B770.


Border color

.myBorderColor { border: 1px solid #88B770; }

<div style="border:3px solid #88B770">Div</div>

This div border color is #88B770.


Opacity

.myOpacity80 { color: #88B770; opacity: 0.8; }

<p style="color:#88B770;opacity:0.8;">80%</p>

Text with #88B770 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 #88B770;}

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

This text has shadow with #88B770 color.

.textShadow {text-shadow: 3px 3px 1px #88B770, 3px 3px 1px red;}

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

This text has shadow with #88B770 primary color and red secondary color.


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

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

This text has shadow with #88B770 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88B770;
-webkit-box-shadow: 1px 1px 3px 2px #88B770;
box-shadow:1px 1px 3px 2px #88B770;">
Div content here</div>
This div box has shadow with color #88B770.

Preview

Color preview on black background

This text has color #88B770 on black background.


Color preview on white background

This text has color #88B770 on white background.



Black color preview on #88B770 background

This text has black color on #88B770 background.


White color preview on #88B770 background

This text has white color on #88B770 background.