#868D5E

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

Shades of Bitter #868D5E

Tints of Bitter #868D5E

Color information

#868D5E (or 0x868D5E) is unknown color: approx Bitter. HEX triplet: 86, 8D and 5E. RGB value is (134,141,94). Sum of RGB (Red+Green+Blue) = 134+141+94=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #868D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868D5E is #7972A1. Grayscale: #858585. Windows color (decimal): -7959202 or 6196614. OLE color: 6196614.

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

Color convert

RGB13414194-
CMYK0.0500.330.45
HSL68.94º20%46.08%-
HSV(B)68.94º33.33%55.29%-
XYZ21.3824.9314.27-
YUV133.55105.68128.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 141 (55.47% from 255) = 38.21%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=36.31%
G=38.21%
B=25.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134141940.0500.330.4568.942046.08
Hex868D5E50212D45142e
Octal2062151365041551052456
Binary100001101000110110111101010100001101101100010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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