#878E70

Color #878E70 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #878E70

Tints of Bitter #878E70

Color information

#878E70 (or 0x878E70) is unknown color: approx Bitter. HEX triplet: 87, 8E and 70. RGB value is (135,142,112). Sum of RGB (Red+Green+Blue) = 135+142+112=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 142 - color contains mainly: green. Hex color #878E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E70 is #78718F. Grayscale: #888888. Windows color (decimal): -7893392 or 7376519. OLE color: 7376519.

HSL color Cylindrical-coordinate representation of color #878E70: hue angle of 74º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #878E70 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB135142112-
CMYK0.0500.210.44
HSL74º11.81%49.8%-
HSV(B)74º21.13%55.69%-
XYZ22.5925.6719.09-
YUV136.49114.18126.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=34.70%
G=36.50%
B=28.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351421120.0500.210.447411.8149.8
Hex878E7050152C4ac32
Octal2072161605025541121462
Binary1000011110001110111000010101010110110010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878E70; }

 p { color: rgb(135,142,112); }

 H1.HeaderClassName
 {
   color: #878E70;
 }
 .AnyTagClassName
 {
   color: #878E70;
 }
</style>
background-color css

<style>
 a { background-color: #878E70; }

 a { background-color: rgb(135,142,112); }

 div.DivClassName
 {
   background-color: #878E70;
 }
 .BgClassName
 {
   background-color: #878E70;
 }
</style>
border-color css

<style>
 span { border-color: #878E70; }

 span { border-color: rgb(135,142,112); }

 td.TdClassName
 {
   border-color: #878E70;
 }
 .TagClassName
 {
   border-color: #878E70;
 }
</style>