#888169

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

Shades of Olive Haze #888169

Tints of Olive Haze #888169

Color information

#888169 (or 0x888169) is unknown color: approx Olive Haze. HEX triplet: 88, 81 and 69. RGB value is (136,129,105). Sum of RGB (Red+Green+Blue) = 136+129+105=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #888169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888169 is #777E96. Grayscale: #808080. Windows color (decimal): -7831191 or 6914440. OLE color: 6914440.

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

Color convert

RGB136129105-
CMYK00.050.230.47
HSL46.45º12.86%47.25%-
HSV(B)46.45º22.79%53.33%-
XYZ20.5521.9516.52-
YUV128.36114.82133.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=36.76%
G=34.86%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612910500.050.230.4746.4512.8647.25
Hex88816905172F2ed2f
Octal210201151052757561557
Binary100010001000000111010010101101111011111011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888169; }

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

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

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

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

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

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

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

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