#888160

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

Shades of Olive Haze #888160

Tints of Olive Haze #888160

Color information

#888160 (or 0x888160) is unknown color: approx Olive Haze. HEX triplet: 88, 81 and 60. RGB value is (136,129,96). Sum of RGB (Red+Green+Blue) = 136+129+96=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #888160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888160 is #777E9F. Grayscale: #7F7F7F. Windows color (decimal): -7831200 or 6324616. OLE color: 6324616.

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

Color convert

RGB13612996-
CMYK00.050.290.47
HSL49.5º17.24%45.49%-
HSV(B)49.5º29.41%53.33%-
XYZ20.1121.7814.21-
YUV127.33110.32134.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=37.67%
G=35.73%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361299600.050.290.4749.517.2445.49
Hex888160051D2F32112d
Octal210201140053557622155
Binary1000100010000001110000001011110110111111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888160; }

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

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

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

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

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

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

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

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