#868968

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

Shades of Bitter #868968

Tints of Bitter #868968

Color information

#868968 (or 0x868968) is unknown color: approx Bitter. HEX triplet: 86, 89 and 68. RGB value is (134,137,104). Sum of RGB (Red+Green+Blue) = 134+137+104=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #868968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868968 is #797697. Grayscale: #848484. Windows color (decimal): -7960216 or 6850950. OLE color: 6850950.

HSL color Cylindrical-coordinate representation of color #868968: hue angle of 65.45º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #868968 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB134137104-
CMYK0.0200.240.46
HSL65.45º13.69%47.25%-
HSV(B)65.45º24.09%53.73%-
XYZ21.2823.9616.6-
YUV132.34112.01129.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=35.73%
G=36.53%
B=27.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341371040.0200.240.4665.4513.6947.25
Hex86896820182E41e2f
Octal2062111502030561011657
Binary100001101000100111010001001100010111010000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868968; }

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

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

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

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

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

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

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

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