#867E65

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

Shades of Olive Haze #867E65

Tints of Olive Haze #867E65

Color information

#867E65 (or 0x867E65) is unknown color: approx Olive Haze. HEX triplet: 86, 7E and 65. RGB value is (134,126,101). Sum of RGB (Red+Green+Blue) = 134+126+101=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #867E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E65 is #79819A. Grayscale: #7D7D7D. Windows color (decimal): -7963035 or 6651526. OLE color: 6651526.

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

Color convert

RGB134126101-
CMYK00.060.250.47
HSL45.45º14.04%46.08%-
HSV(B)45.45º24.63%52.55%-
XYZ19.6420.9315.32-
YUV125.54114.15134.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=37.12%
G=34.90%
B=27.98%

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
Decimal13412610100.060.250.4745.4514.0446.08
Hex867E6506192F2de2e
Octal206176145063157551656
Binary10000110111111011001010110110011011111011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E65; }

 p { color: rgb(134,126,101); }

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

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

 a { background-color: rgb(134,126,101); }

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

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

 span { border-color: rgb(134,126,101); }

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