#868B76

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

Shades of Bitter #868B76

Tints of Bitter #868B76

Color information

#868B76 (or 0x868B76) is unknown color: approx Bitter. HEX triplet: 86, 8B and 76. RGB value is (134,139,118). Sum of RGB (Red+Green+Blue) = 134+139+118=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 139 - color contains mainly: green. Hex color #868B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B76 is #797489. Grayscale: #878787. Windows color (decimal): -7959690 or 7768966. OLE color: 7768966.

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

Color convert

RGB134139118-
CMYK0.0400.150.45
HSL74.29º8.3%50.39%-
HSV(B)74.29º15.11%54.51%-
XYZ22.3324.8420.76-
YUV135.11118.34127.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=34.27%
G=35.55%
B=30.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341391180.0400.150.4574.298.350.39
Hex868B7640F2D4a832
Octal2062131664017551121062
Binary100001101000101111101101000111110110110010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868B76; }

 p { color: rgb(134,139,118); }

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

<style>
 a { background-color: #868B76; }

 a { background-color: rgb(134,139,118); }

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

<style>
 span { border-color: #868B76; }

 span { border-color: rgb(134,139,118); }

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