#878D66

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

Shades of Bitter #878D66

Tints of Bitter #878D66

Color information

#878D66 (or 0x878D66) is unknown color: approx Bitter. HEX triplet: 87, 8D and 66. RGB value is (135,141,102). Sum of RGB (Red+Green+Blue) = 135+141+102=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 141 - color contains mainly: green. Hex color #878D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D66 is #787299. Grayscale: #868686. Windows color (decimal): -7893658 or 6720903. OLE color: 6720903.

HSL color Cylindrical-coordinate representation of color #878D66: hue angle of 69.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #878D66 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB135141102-
CMYK0.0400.280.45
HSL69.23º16.05%47.65%-
HSV(B)69.23º27.66%55.29%-
XYZ21.9125.1616.27-
YUV134.76109.51128.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 141 (55.47% from 255) = 37.30%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=35.71%
G=37.30%
B=26.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351411020.0400.280.4569.2316.0547.65
Hex878D66401C2D451030
Octal2072151464034551052060
Binary10000111100011011100110100011100101101100010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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