#868D68

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

Shades of Bitter #868D68

Tints of Bitter #868D68

Color information

#868D68 (or 0x868D68) is unknown color: approx Bitter. HEX triplet: 86, 8D and 68. RGB value is (134,141,104). Sum of RGB (Red+Green+Blue) = 134+141+104=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 141 - color contains mainly: green. Hex color #868D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868D68 is #797297. Grayscale: #868686. Windows color (decimal): -7959192 or 6851974. OLE color: 6851974.

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

Color convert

RGB134141104-
CMYK0.0500.260.45
HSL71.35º15.1%48.04%-
HSV(B)71.35º26.24%55.29%-
XYZ21.8625.1216.79-
YUV134.69110.68127.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=35.36%
G=37.20%
B=27.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341411040.0500.260.4571.3515.148.04
Hex868D68501A2D47f30
Octal2062151505032551071760
Binary1000011010001101110100010101101010110110001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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