#878D55

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

Shades of Bitter #878D55

Tints of Bitter #878D55

Color information

#878D55 (or 0x878D55) is unknown color: approx Bitter. HEX triplet: 87, 8D and 55. RGB value is (135,141,85). Sum of RGB (Red+Green+Blue) = 135+141+85=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 141 - color contains mainly: green. Hex color #878D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D55 is #7872AA. Grayscale: #858585. Windows color (decimal): -7893675 or 5606791. OLE color: 5606791.

HSL color Cylindrical-coordinate representation of color #878D55: hue angle of 66.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #878D55 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB13514185-
CMYK0.0400.400.45
HSL66.43º24.78%44.31%-
HSV(B)66.43º39.72%55.29%-
XYZ21.1624.8612.28-
YUV132.82101.01129.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 141 (55.47% from 255) = 39.06%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=37.40%
G=39.06%
B=23.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135141850.0400.400.4566.4324.7844.31
Hex878D5540282D42192c
Octal2072151254050551023154
Binary100001111000110110101011000101000101101100001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,141,85); }

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

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

 a { background-color: rgb(135,141,85); }

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

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

 span { border-color: rgb(135,141,85); }

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