#888162

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

Shades of Olive Haze #888162

Tints of Olive Haze #888162

Color information

#888162 (or 0x888162) is unknown color: approx Olive Haze. HEX triplet: 88, 81 and 62. RGB value is (136,129,98). Sum of RGB (Red+Green+Blue) = 136+129+98=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #888162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888162 is #777E9D. Grayscale: #7F7F7F. Windows color (decimal): -7831198 or 6455688. OLE color: 6455688.

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

Color convert

RGB13612998-
CMYK00.050.280.47
HSL48.95º16.24%45.88%-
HSV(B)48.95º27.94%53.33%-
XYZ20.2121.8214.7-
YUV127.56111.32134.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=37.47%
G=35.54%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361299800.050.280.4748.9516.2445.88
Hex888162051C2F31102e
Octal210201142053457612056
Binary1000100010000001110001001011110010111111000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888162; }

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

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

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

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

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

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

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

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