#879368

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

Shades of Bitter #879368

Tints of Bitter #879368

Color information

#879368 (or 0x879368) is unknown color: approx Bitter. HEX triplet: 87, 93 and 68. RGB value is (135,147,104). Sum of RGB (Red+Green+Blue) = 135+147+104=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #879368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879368 is #786C97. Grayscale: #8A8A8A. Windows color (decimal): -7892120 or 6853511. OLE color: 6853511.

HSL color Cylindrical-coordinate representation of color #879368: hue angle of 76.74º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #879368 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB135147104-
CMYK0.0800.290.42
HSL76.74º17.13%49.22%-
HSV(B)76.74º29.25%57.65%-
XYZ22.9227.0217.1-
YUV138.51108.52125.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=34.97%
G=38.08%
B=26.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351471040.0800.290.4276.7417.1349.22
Hex879368801D2A4d1131
Octal20722315010035521152161
Binary100001111001001111010001000011101101010100110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879368; }

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

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

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

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

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

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

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

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