#888065

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

Shades of Olive Haze #888065

Tints of Olive Haze #888065

Color information

#888065 (or 0x888065) is unknown color: approx Olive Haze. HEX triplet: 88, 80 and 65. RGB value is (136,128,101). Sum of RGB (Red+Green+Blue) = 136+128+101=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #888065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888065 is #777F9A. Grayscale: #7F7F7F. Windows color (decimal): -7831451 or 6652040. OLE color: 6652040.

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

Color convert

RGB136128101-
CMYK00.060.260.47
HSL46.29º14.77%46.47%-
HSV(B)46.29º25.74%53.33%-
XYZ20.2221.6115.42-
YUV127.31113.15134.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=37.26%
G=35.07%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612810100.060.260.4746.2914.7746.47
Hex888065061A2F2ef2e
Octal210200145063257561756
Binary100010001000000011001010110110101011111011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888065; }

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

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

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

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

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

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

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

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