COLOR #88B070

HEX: #88B070 RGB: (136,176,112)

Color info

#88B070 contains mainly red and green colors. Web safe color of #88B070 is #999966 (or #996).

RGB color model

#88B070 color RGB value is (136,176,112).

RGB: (136,176,112) (53%, 69%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 176 of 255 = 69%
B 112 of 255 = 44%

136
176
112

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

Portions of RGB colors in percentages

R + G + B = 136 + 176 + 112 = 424 (100%)
R 136 of 424 ~ 32.08%
G 176 of 424 ~ 41.51%
B 112 of 424 ~ 26.42'%

%32.08
%41.51
%26.42

CMYK color model

#88B070 color CMYK value is (23,0,36,31).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 30.98%
CMYK: (23,0,36,31) C23M0Y36K31 (23%,0%,36%,31%) (0.23/0.00/0.36/0.31) 

CMYK percentages

%22.73
%0
%36.36
%30.98

Codes

Color #88B070 in popluar color models

88 B0 70
RGB 136 176 112
HSL 98° 28.83% 56.47%
HSB/HSV 98° 36.36% 69.02%
CMYK 22.73% 0.00% 36.36%
30.98%

Color #88B070 in popluar number systems.

HEX 88 B0 70
Decimal 136 176 112
Binary 10001000 10110000 1110000
Octal 210 260 160

Shades and tints

Shades of #88B070

#88B070
(136,176,112)
#7CA066
(124,160,102)
#70905C
(112,144,92)
#648052
(100,128,82)
#587048
(88,112,72)
#4C603E
(76,96,62)
#405034
(64,80,52)
#34402A
(52,64,42)
#283020
(40,48,32)
#1C2016
(28,32,22)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #88B070

#88B070
(136,176,112)
#92B77D
(146,183,125)
#9CBE8A
(156,190,138)
#A6C597
(166,197,151)
#B0CCA4
(176,204,164)
#BAD3B1
(186,211,177)
#C4DABE
(196,218,190)
#CEE1CB
(206,225,203)
#D8E8D8
(216,232,216)
#E2EFE5
(226,239,229)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B070; }

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

This text font color is #88B070.

Background Color

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

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

This div background color is #88B070.

Border color

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

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

This div border color is #88B070.

Opacity

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

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

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

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

This text has shadow with #88B070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B070.

Preview

Color preview on black background

This text has color #88B070 on black background.


Color preview on white background

This text has color #88B070 on white background.


Black color preview on #88B070 background

This text has black color on #88B070 background.


White color preview on #88B070 background

This text has white color on #88B070 background.


Related colors

Complementary color

Complementary color for #hex is #774F8F.


I love getcolorcode.com

Triadic colors

1 #7088B0 and #B07088 with #88B070 are triadic colors.

2 #70B088 and #B08870 with #88B070 are triadic colors.