#878F68

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

Shades of Bitter #878F68

Tints of Bitter #878F68

Color information

#878F68 (or 0x878F68) is unknown color: approx Bitter. HEX triplet: 87, 8F and 68. RGB value is (135,143,104). Sum of RGB (Red+Green+Blue) = 135+143+104=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 143 - color contains mainly: green. Hex color #878F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878F68 is #787097. Grayscale: #888888. Windows color (decimal): -7893144 or 6852487. OLE color: 6852487.

HSL color Cylindrical-coordinate representation of color #878F68: hue angle of 72.31º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #878F68 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB135143104-
CMYK0.0600.270.44
HSL72.31º15.79%48.43%-
HSV(B)72.31º27.27%56.08%-
XYZ22.3125.816.9-
YUV136.16109.85127.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=35.34%
G=37.43%
B=27.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351431040.0600.270.4472.3115.7948.43
Hex878F68601B2C481030
Octal2072171506033541102060
Binary10000111100011111101000110011011101100100100010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,143,104); }

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

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

 a { background-color: rgb(135,143,104); }

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

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

 span { border-color: rgb(135,143,104); }

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