#878A60

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

Shades of Bitter #878A60

Tints of Bitter #878A60

Color information

#878A60 (or 0x878A60) is unknown color: approx Bitter. HEX triplet: 87, 8A and 60. RGB value is (135,138,96). Sum of RGB (Red+Green+Blue) = 135+138+96=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 138 - color contains mainly: green. Hex color #878A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878A60 is #78759F. Grayscale: #848484. Windows color (decimal): -7894432 or 6326919. OLE color: 6326919.

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

Color convert

RGB13513896-
CMYK0.0200.300.46
HSL64.29º17.95%45.88%-
HSV(B)64.29º30.43%54.12%-
XYZ21.1924.1714.62-
YUV132.32107.51129.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 138 (54.30% from 255) = 37.40%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=36.59%
G=37.40%
B=26.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135138960.0200.300.4664.2917.9545.88
Hex878A60201E2E40122e
Octal2072121402036561002256
Binary1000011110001010110000010011110101110100000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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