#878964

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

Shades of Bitter #878964

Tints of Bitter #878964

Color information

#878964 (or 0x878964) is unknown color: approx Bitter. HEX triplet: 87, 89 and 64. RGB value is (135,137,100). Sum of RGB (Red+Green+Blue) = 135+137+100=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #878964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878964 is #78769B. Grayscale: #848484. Windows color (decimal): -7894684 or 6588807. OLE color: 6588807.

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

Color convert

RGB135137100-
CMYK0.0100.270.46
HSL63.24º15.61%46.47%-
HSV(B)63.24º27.01%53.73%-
XYZ21.2423.9615.56-
YUV132.18109.84130.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=36.29%
G=36.83%
B=26.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351371000.0100.270.4663.2415.6146.47
Hex878964101B2E3f102e
Octal207211144103356772056
Binary10000111100010011100100101101110111011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878964; }

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

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

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

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

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

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

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

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