#868B60

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

Shades of Bitter #868B60

Tints of Bitter #868B60

Color information

#868B60 (or 0x868B60) is unknown color: approx Bitter. HEX triplet: 86, 8B and 60. RGB value is (134,139,96). Sum of RGB (Red+Green+Blue) = 134+139+96=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #868B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B60 is #79749F. Grayscale: #848484. Windows color (decimal): -7959712 or 6327174. OLE color: 6327174.

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

Color convert

RGB13413996-
CMYK0.0400.310.45
HSL66.98º18.3%46.08%-
HSV(B)66.98º30.94%54.51%-
XYZ21.1824.3814.66-
YUV132.6107.34129-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 139 (54.69% from 255) = 37.67%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=36.31%
G=37.67%
B=26.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134139960.0400.310.4566.9818.346.08
Hex868B60401F2D43122e
Octal2062131404037551032256
Binary10000110100010111100000100011111101101100001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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