#887D60

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

Shades of Olive Haze #887D60

Tints of Olive Haze #887D60

Color information

#887D60 (or 0x887D60) is unknown color: approx Olive Haze. HEX triplet: 88, 7D and 60. RGB value is (136,125,96). Sum of RGB (Red+Green+Blue) = 136+125+96=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #887D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D60 is #77829F. Grayscale: #7D7D7D. Windows color (decimal): -7832224 or 6323592. OLE color: 6323592.

HSL color Cylindrical-coordinate representation of color #887D60: hue angle of 43.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 #887D60 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13612596-
CMYK00.080.290.47
HSL43.5º17.24%45.49%-
HSV(B)43.5º29.41%53.33%-
XYZ19.620.7514.04-
YUV124.98111.64135.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=38.10%
G=35.01%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361259600.080.290.4743.517.2445.49
Hex887D60081D2F2b112d
Octal2101751400103557532155
Binary1000100011111011100000010001110110111110101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887D60; }

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

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

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

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

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

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

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

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