#868B68

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

Shades of Bitter #868B68

Tints of Bitter #868B68

Color information

#868B68 (or 0x868B68) is unknown color: approx Bitter. HEX triplet: 86, 8B and 68. RGB value is (134,139,104). Sum of RGB (Red+Green+Blue) = 134+139+104=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #868B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B68 is #797497. Grayscale: #858585. Windows color (decimal): -7959704 or 6851462. OLE color: 6851462.

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

Color convert

RGB134139104-
CMYK0.0400.250.45
HSL68.57º14.4%47.65%-
HSV(B)68.57º25.18%54.51%-
XYZ21.5624.5316.7-
YUV133.51111.34128.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=35.54%
G=36.87%
B=27.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341391040.0400.250.4568.5714.447.65
Hex868B6840192D45e30
Octal2062131504031551051660
Binary1000011010001011110100010001100110110110001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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