#878B6F

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

Shades of Bitter #878B6F

Tints of Bitter #878B6F

Color information

#878B6F (or 0x878B6F) is unknown color: approx Bitter. HEX triplet: 87, 8B and 6F. RGB value is (135,139,111). Sum of RGB (Red+Green+Blue) = 135+139+111=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #878B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B6F is #787490. Grayscale: #868686. Windows color (decimal): -7894161 or 7310215. OLE color: 7310215.

HSL color Cylindrical-coordinate representation of color #878B6F: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #878B6F is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB135139111-
CMYK0.0300.200.45
HSL68.57º11.2%49.02%-
HSV(B)68.57º20.14%54.51%-
XYZ22.0924.7618.65-
YUV134.61114.67128.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=35.06%
G=36.10%
B=28.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351391110.0300.200.4568.5711.249.02
Hex878B6F30142D45b31
Octal2072131573024551051361
Binary100001111000101111011111101010010110110001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,139,111); }

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

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

 a { background-color: rgb(135,139,111); }

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

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

 span { border-color: rgb(135,139,111); }

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