#868A76

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

Shades of Bitter #868A76

Tints of Bitter #868A76

Color information

#868A76 (or 0x868A76) is unknown color: approx Bitter. HEX triplet: 86, 8A and 76. RGB value is (134,138,118). Sum of RGB (Red+Green+Blue) = 134+138+118=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #868A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A76 is #797589. Grayscale: #868686. Windows color (decimal): -7959946 or 7768710. OLE color: 7768710.

HSL color Cylindrical-coordinate representation of color #868A76: hue angle of 72º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #868A76 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB134138118-
CMYK0.0300.140.46
HSL72º7.87%50.2%-
HSV(B)72º14.49%54.12%-
XYZ22.1924.5520.71-
YUV134.52118.67127.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=34.36%
G=35.38%
B=30.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341381180.0300.140.46727.8750.2
Hex868A7630E2E48832
Octal2062121663016561101062
Binary10000110100010101110110110111010111010010001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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