#888068

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

Shades of Olive Haze #888068

Tints of Olive Haze #888068

Color information

#888068 (or 0x888068) is unknown color: approx Olive Haze. HEX triplet: 88, 80 and 68. RGB value is (136,128,104). Sum of RGB (Red+Green+Blue) = 136+128+104=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #888068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888068 is #777F97. Grayscale: #7F7F7F. Windows color (decimal): -7831448 or 6848648. OLE color: 6848648.

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

Color convert

RGB136128104-
CMYK00.060.240.47
HSL45º13.33%47.06%-
HSV(B)45º23.53%53.33%-
XYZ20.3721.6716.21-
YUV127.66114.65133.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=36.96%
G=34.78%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612810400.060.240.474513.3347.06
Hex88806806182F2dd2f
Octal210200150063057551557
Binary100010001000000011010000110110001011111011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888068; }

 p { color: rgb(136,128,104); }

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

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

 a { background-color: rgb(136,128,104); }

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

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

 span { border-color: rgb(136,128,104); }

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