#878960

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

Shades of Bitter #878960

Tints of Bitter #878960

Color information

#878960 (or 0x878960) is unknown color: approx Bitter. HEX triplet: 87, 89 and 60. RGB value is (135,137,96). Sum of RGB (Red+Green+Blue) = 135+137+96=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #878960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878960 is #78769F. Grayscale: #838383. Windows color (decimal): -7894688 or 6326663. OLE color: 6326663.

HSL color Cylindrical-coordinate representation of color #878960: hue angle of 62.93º 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 #878960 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13513796-
CMYK0.0100.300.46
HSL62.93º17.6%45.69%-
HSV(B)62.93º29.93%53.73%-
XYZ21.0523.8914.57-
YUV131.73107.84130.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=36.68%
G=37.23%
B=26.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135137960.0100.300.4662.9317.645.69
Hex878960101E2E3f122e
Octal207211140103656772256
Binary10000111100010011100000101111010111011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878960; }

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

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

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

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

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

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

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

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