#878D70

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

Shades of Bitter #878D70

Tints of Bitter #878D70

Color information

#878D70 (or 0x878D70) is unknown color: approx Bitter. HEX triplet: 87, 8D and 70. RGB value is (135,141,112). Sum of RGB (Red+Green+Blue) = 135+141+112=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 141 - color contains mainly: green. Hex color #878D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D70 is #78728F. Grayscale: #888888. Windows color (decimal): -7893648 or 7376263. OLE color: 7376263.

HSL color Cylindrical-coordinate representation of color #878D70: hue angle of 72.41º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #878D70 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB135141112-
CMYK0.0400.210.45
HSL72.41º11.46%49.61%-
HSV(B)72.41º20.57%55.29%-
XYZ22.4425.3719.04-
YUV135.9114.51127.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 141 (55.47% from 255) = 36.34%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=34.79%
G=36.34%
B=28.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351411120.0400.210.4572.4111.4649.61
Hex878D7040152D48b32
Octal2072151604025551101362
Binary1000011110001101111000010001010110110110010001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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