#878A65

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

Shades of Bitter #878A65

Tints of Bitter #878A65

Color information

#878A65 (or 0x878A65) is unknown color: approx Bitter. HEX triplet: 87, 8A and 65. RGB value is (135,138,101). Sum of RGB (Red+Green+Blue) = 135+138+101=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 138 - color contains mainly: green. Hex color #878A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878A65 is #78759A. Grayscale: #858585. Windows color (decimal): -7894427 or 6654599. OLE color: 6654599.

HSL color Cylindrical-coordinate representation of color #878A65: hue angle of 64.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #878A65 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB135138101-
CMYK0.0200.270.46
HSL64.86º15.48%46.86%-
HSV(B)64.86º26.81%54.12%-
XYZ21.4324.2715.87-
YUV132.88110.01129.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=36.10%
G=36.90%
B=27.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351381010.0200.270.4664.8615.4846.86
Hex878A65201B2E41f2f
Octal2072121452033561011757
Binary100001111000101011001011001101110111010000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878A65; }

 p { color: rgb(135,138,101); }

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

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

 a { background-color: rgb(135,138,101); }

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

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

 span { border-color: rgb(135,138,101); }

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