#888064

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

Shades of Olive Haze #888064

Tints of Olive Haze #888064

Color information

#888064 (or 0x888064) is unknown color: approx Olive Haze. HEX triplet: 88, 80 and 64. RGB value is (136,128,100). Sum of RGB (Red+Green+Blue) = 136+128+100=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #888064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888064 is #777F9B. Grayscale: #7F7F7F. Windows color (decimal): -7831452 or 6586504. OLE color: 6586504.

HSL color Cylindrical-coordinate representation of color #888064: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #888064 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB136128100-
CMYK00.060.260.47
HSL46.67º15.25%46.27%-
HSV(B)46.67º26.47%53.33%-
XYZ20.1721.5915.16-
YUV127.2112.65134.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=37.36%
G=35.16%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612810000.060.260.4746.6715.2546.27
Hex888064061A2F2ff2e
Octal210200144063257571756
Binary100010001000000011001000110110101011111011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888064; }

 p { color: rgb(136,128,100); }

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

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

 a { background-color: rgb(136,128,100); }

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

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

 span { border-color: rgb(136,128,100); }

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