#868C60

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

Shades of Bitter #868C60

Tints of Bitter #868C60

Color information

#868C60 (or 0x868C60) is unknown color: approx Bitter. HEX triplet: 86, 8C and 60. RGB value is (134,140,96). Sum of RGB (Red+Green+Blue) = 134+140+96=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 140 - color contains mainly: green. Hex color #868C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868C60 is #79739F. Grayscale: #858585. Windows color (decimal): -7959456 or 6327430. OLE color: 6327430.

HSL color Cylindrical-coordinate representation of color #868C60: hue angle of 68.18º degrees, saturation: 0.19, 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 #868C60 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB13414096-
CMYK0.0400.310.45
HSL68.18º18.64%46.27%-
HSV(B)68.18º31.43%54.9%-
XYZ21.3224.6714.7-
YUV133.19107.01128.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 140 (55.08% from 255) = 37.84%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=36.22%
G=37.84%
B=25.95%

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
Decimal134140960.0400.310.4568.1818.6446.27
Hex868C60401F2D44132e
Octal2062141404037551042356
Binary10000110100011001100000100011111101101100010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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