#879064

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

Shades of Bitter #879064

Tints of Bitter #879064

Color information

#879064 (or 0x879064) is unknown color: approx Bitter. HEX triplet: 87, 90 and 64. RGB value is (135,144,100). Sum of RGB (Red+Green+Blue) = 135+144+100=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #879064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879064 is #786F9B. Grayscale: #888888. Windows color (decimal): -7892892 or 6590599. OLE color: 6590599.

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

Color convert

RGB135144100-
CMYK0.0600.310.44
HSL72.27º18.03%47.84%-
HSV(B)72.27º30.56%56.47%-
XYZ22.2726.0215.9-
YUV136.29107.52127.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 100 (39.45% from 255) = 26.39%
R=35.62%
G=37.99%
B=26.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351441000.0600.310.4472.2718.0347.84
Hex879064601F2C481230
Octal2072201446037541102260
Binary10000111100100001100100110011111101100100100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879064; }

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

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

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

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

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

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

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

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