#868D71

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

Shades of Bitter #868D71

Tints of Bitter #868D71

Color information

#868D71 (or 0x868D71) is unknown color: approx Bitter. HEX triplet: 86, 8D and 71. RGB value is (134,141,113). Sum of RGB (Red+Green+Blue) = 134+141+113=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 141 - color contains mainly: green. Hex color #868D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868D71 is #79728E. Grayscale: #878787. Windows color (decimal): -7959183 or 7441798. OLE color: 7441798.

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

Color convert

RGB134141113-
CMYK0.0500.200.45
HSL75º11.02%49.8%-
HSV(B)75º19.86%55.29%-
XYZ22.3425.3119.33-
YUV135.72115.18126.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 141 (55.47% from 255) = 36.34%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=34.54%
G=36.34%
B=29.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341411130.0500.200.457511.0249.8
Hex868D7150142D4bb32
Octal2062151615024551131362
Binary1000011010001101111000110101010010110110010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,141,113); }

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

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

 a { background-color: rgb(134,141,113); }

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

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

 span { border-color: rgb(134,141,113); }

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