#888166

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

Shades of Olive Haze #888166

Tints of Olive Haze #888166

Color information

#888166 (or 0x888166) is unknown color: approx Olive Haze. HEX triplet: 88, 81 and 66. RGB value is (136,129,102). Sum of RGB (Red+Green+Blue) = 136+129+102=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #888166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888166 is #777E99. Grayscale: #808080. Windows color (decimal): -7831194 or 6717832. OLE color: 6717832.

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

Color convert

RGB136129102-
CMYK00.050.250.47
HSL47.65º14.29%46.67%-
HSV(B)47.65º25%53.33%-
XYZ20.421.8915.72-
YUV128.01113.32133.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=37.06%
G=35.15%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612910200.050.250.4747.6514.2946.67
Hex88816605192F30e2f
Octal210201146053157601657
Binary100010001000000111001100101110011011111100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888166; }

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

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

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

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

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

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

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

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