#889068

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

Shades of Bitter #889068

Tints of Bitter #889068

Color information

#889068 (or 0x889068) is unknown color: approx Bitter. HEX triplet: 88, 90 and 68. RGB value is (136,144,104). Sum of RGB (Red+Green+Blue) = 136+144+104=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #889068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889068 is #776F97. Grayscale: #898989. Windows color (decimal): -7827352 or 6852744. OLE color: 6852744.

HSL color Cylindrical-coordinate representation of color #889068: hue angle of 72º 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 #889068 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB136144104-
CMYK0.0600.280.44
HSL72º16.13%48.63%-
HSV(B)72º27.78%56.47%-
XYZ22.6326.1816.96-
YUV137.05109.35127.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.42%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=35.42%
G=37.5%
B=27.08%

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
Decimal1361441040.0600.280.447216.1348.63
Hex889068601C2C481031
Octal2102201506034541102061
Binary10001000100100001101000110011100101100100100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889068; }

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

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

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

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

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

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

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

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