#879068

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

Shades of Bitter #879068

Tints of Bitter #879068

Color information

#879068 (or 0x879068) is unknown color: approx Bitter. HEX triplet: 87, 90 and 68. RGB value is (135,144,104). Sum of RGB (Red+Green+Blue) = 135+144+104=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #879068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879068 is #786F97. Grayscale: #888888. Windows color (decimal): -7892888 or 6852743. OLE color: 6852743.

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

Color convert

RGB135144104-
CMYK0.0600.280.44
HSL73.5º16.13%48.63%-
HSV(B)73.5º27.78%56.47%-
XYZ22.4626.116.95-
YUV136.75109.52126.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=35.25%
G=37.60%
B=27.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351441040.0600.280.4473.516.1348.63
Hex879068601C2C4a1031
Octal2072201506034541122061
Binary10000111100100001101000110011100101100100101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879068; }

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

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

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

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

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

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

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

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