#888168

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

Shades of Olive Haze #888168

Tints of Olive Haze #888168

Color information

#888168 (or 0x888168) is unknown color: approx Olive Haze. HEX triplet: 88, 81 and 68. RGB value is (136,129,104). Sum of RGB (Red+Green+Blue) = 136+129+104=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 136 - color contains mainly: red. Hex color #888168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888168 is #777E97. Grayscale: #808080. Windows color (decimal): -7831192 or 6848904. OLE color: 6848904.

HSL color Cylindrical-coordinate representation of color #888168: hue angle of 46.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #888168 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB136129104-
CMYK00.050.240.47
HSL46.88º13.33%47.06%-
HSV(B)46.88º23.53%53.33%-
XYZ20.521.9316.25-
YUV128.24114.32133.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=36.86%
G=34.96%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612910400.050.240.4746.8813.3347.06
Hex88816805182F2fd2f
Octal210201150053057571557
Binary100010001000000111010000101110001011111011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888168; }

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

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

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

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

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

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

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

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