#888164

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

Shades of Olive Haze #888164

Tints of Olive Haze #888164

Color information

#888164 (or 0x888164) is unknown color: approx Olive Haze. HEX triplet: 88, 81 and 64. RGB value is (136,129,100). Sum of RGB (Red+Green+Blue) = 136+129+100=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #888164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888164 is #777E9B. Grayscale: #7F7F7F. Windows color (decimal): -7831196 or 6586760. OLE color: 6586760.

HSL color Cylindrical-coordinate representation of color #888164: hue angle of 48.33º 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 #888164 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB136129100-
CMYK00.050.260.47
HSL48.33º15.25%46.27%-
HSV(B)48.33º26.47%53.33%-
XYZ20.321.8515.2-
YUV127.79112.32133.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=37.26%
G=35.34%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612910000.050.260.4748.3315.2546.27
Hex888164051A2F30f2e
Octal210201144053257601756
Binary100010001000000111001000101110101011111100001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888164; }

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

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

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

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

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

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

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

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