COLOR #88B578

HEX: #88B578
RGB: (136,181,120)

Color info

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

RGB color model

#88B578 color RGB value is (136,181,120).

  • red value is 136;
  • green value is 181;
  • blue value is 120.
RGB:
(136,181,120)
(53%,71%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 181 of 255 = 71%
B 120 of 255 = 47%

136
181
120

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

Portions of RGB colors in percentages

R + G + B =
136 + 181 + 120 = 437 (100%)
R 136 of 437 ~ 31.12%
G 181 of 437 ~ 41.42%
B 120 of 437 ~ 27.46%

%31.12
%41.42
%27.46

CMYK color model

#88B578 color CMYK value is (25,0,34,29).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 33.70%
  • key color value is 29.02%
CMYK:
(25,0,34,29)
C25M0Y34K29 
(25%,0%,34%,29%)
(0.25/0.00/0.34/0.29)	

CMYK percentages

%24.86
%0
%33.7
%29.02

Codes

Color #88B578 in popluar color models

88B578
RGB136181120
HSL104°29.19%59.02%
HSB/HSV104°33.70%70.98%
CMYK24.86%0.00%33.70%
29.02%

Color #88B578 in popluar number systems.

HEX88B578
Decimal136181120
Binary10001000101101011111000
Octal210265170

Shades and tints

Shades of #88B578

#88B578
(136,181,120)
#7CA56E
(124,165,110)
#709564
(112,149,100)
#64855A
(100,133,90)
#587550
(88,117,80)
#4C6546
(76,101,70)
#40553C
(64,85,60)
#344532
(52,69,50)
#283528
(40,53,40)
#1C251E
(28,37,30)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #88B578

#88B578
(136,181,120)
#92BB84
(146,187,132)
#9CC190
(156,193,144)
#A6C79C
(166,199,156)
#B0CDA8
(176,205,168)
#BAD3B4
(186,211,180)
#C4D9C0
(196,217,192)
#CEDFCC
(206,223,204)
#D8E5D8
(216,229,216)
#E2EBE4
(226,235,228)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B578 color. Also use rgb(136,181,120) instead hex code.

Text Font Color

.myTextColor { color: #88B578; }

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

This text font color is #88B578.


Background Color

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

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

This div background color is #88B578.


Border color

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

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

This div border color is #88B578.


Opacity

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

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

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

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

This text has shadow with #88B578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B578 on black background.


Color preview on white background

This text has color #88B578 on white background.



Black color preview on #88B578 background

This text has black color on #88B578 background.


White color preview on #88B578 background

This text has white color on #88B578 background.