#878B6E

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

Shades of Bitter #878B6E

Tints of Bitter #878B6E

Color information

#878B6E (or 0x878B6E) is unknown color: approx Bitter. HEX triplet: 87, 8B and 6E. RGB value is (135,139,110). Sum of RGB (Red+Green+Blue) = 135+139+110=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 139 - color contains mainly: green. Hex color #878B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B6E is #787491. Grayscale: #868686. Windows color (decimal): -7894162 or 7244679. OLE color: 7244679.

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

Color convert

RGB135139110-
CMYK0.0300.210.45
HSL68.28º11.65%48.82%-
HSV(B)68.28º20.86%54.51%-
XYZ22.0424.7418.37-
YUV134.5114.17128.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 139 (54.69% from 255) = 36.20%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=35.16%
G=36.20%
B=28.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351391100.0300.210.4568.2811.6548.82
Hex878B6E30152D44c31
Octal2072131563025551041461
Binary100001111000101111011101101010110110110001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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