#868757

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

Shades of Bandicoot #868757

Tints of Bandicoot #868757

Color information

#868757 (or 0x868757) is unknown color: approx Bandicoot. HEX triplet: 86, 87 and 57. RGB value is (134,135,87). Sum of RGB (Red+Green+Blue) = 134+135+87=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #868757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868757 is #7978A8. Grayscale: #818181. Windows color (decimal): -7960745 or 5736326. OLE color: 5736326.

HSL color Cylindrical-coordinate representation of color #868757: hue angle of 61.25º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #868757 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13413587-
CMYK0.0100.360.47
HSL61.25º21.62%43.53%-
HSV(B)61.25º35.56%52.94%-
XYZ20.2223.0812.41-
YUV129.23104.17131.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 87 (34.38% from 255) = 24.44%
R=37.64%
G=37.92%
B=24.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134135870.0100.360.4761.2521.6243.53
Hex86875710242F3d162c
Octal206207127104457752654
Binary100001101000011110101111010010010111111110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868757; }

 p { color: rgb(134,135,87); }

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

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

 a { background-color: rgb(134,135,87); }

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

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

 span { border-color: rgb(134,135,87); }

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