#888161

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

Shades of Olive Haze #888161

Tints of Olive Haze #888161

Color information

#888161 (or 0x888161) is unknown color: approx Olive Haze. HEX triplet: 88, 81 and 61. RGB value is (136,129,97). Sum of RGB (Red+Green+Blue) = 136+129+97=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #888161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888161 is #777E9E. Grayscale: #7F7F7F. Windows color (decimal): -7831199 or 6390152. OLE color: 6390152.

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

Color convert

RGB13612997-
CMYK00.050.290.47
HSL49.23º16.74%45.69%-
HSV(B)49.23º28.68%53.33%-
XYZ20.1621.814.45-
YUV127.44110.82134.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=37.57%
G=35.64%
B=26.80%

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
Decimal1361299700.050.290.4749.2316.7445.69
Hex888161051D2F31112e
Octal210201141053557612156
Binary1000100010000001110000101011110110111111000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888161; }

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

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

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

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

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

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

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

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