#888066

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

Shades of Olive Haze #888066

Tints of Olive Haze #888066

Color information

#888066 (or 0x888066) is unknown color: approx Olive Haze. HEX triplet: 88, 80 and 66. RGB value is (136,128,102). Sum of RGB (Red+Green+Blue) = 136+128+102=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #888066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888066 is #777F99. Grayscale: #7F7F7F. Windows color (decimal): -7831450 or 6717576. OLE color: 6717576.

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

Color convert

RGB136128102-
CMYK00.060.250.47
HSL45.88º14.29%46.67%-
HSV(B)45.88º25%53.33%-
XYZ20.2721.6315.68-
YUV127.43113.65134.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=37.16%
G=34.97%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612810200.060.250.4745.8814.2946.67
Hex88806606192F2ee2f
Octal210200146063157561657
Binary100010001000000011001100110110011011111011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888066; }

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

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

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

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

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

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

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

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