#878B64

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

Shades of Bitter #878B64

Tints of Bitter #878B64

Color information

#878B64 (or 0x878B64) is unknown color: approx Bitter. HEX triplet: 87, 8B and 64. RGB value is (135,139,100). Sum of RGB (Red+Green+Blue) = 135+139+100=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #878B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B64 is #78749B. Grayscale: #858585. Windows color (decimal): -7894172 or 6589319. OLE color: 6589319.

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

Color convert

RGB135139100-
CMYK0.0300.280.45
HSL66.15º16.32%46.86%-
HSV(B)66.15º28.06%54.51%-
XYZ21.5224.5415.66-
YUV133.36109.17129.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=36.10%
G=37.17%
B=26.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351391000.0300.280.4566.1516.3246.86
Hex878B64301C2D42102f
Octal2072131443034551022057
Binary1000011110001011110010011011100101101100001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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