#867D65

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

Shades of Olive Haze #867D65

Tints of Olive Haze #867D65

Color information

#867D65 (or 0x867D65) is unknown color: approx Olive Haze. HEX triplet: 86, 7D and 65. RGB value is (134,125,101). Sum of RGB (Red+Green+Blue) = 134+125+101=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #867D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D65 is #79829A. Grayscale: #7D7D7D. Windows color (decimal): -7963291 or 6651270. OLE color: 6651270.

HSL color Cylindrical-coordinate representation of color #867D65: hue angle of 43.64º 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 #867D65 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB134125101-
CMYK00.070.250.47
HSL43.64º14.04%46.08%-
HSV(B)43.64º24.63%52.55%-
XYZ19.5120.6815.27-
YUV124.96114.48134.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 101 (39.84% from 255) = 28.06%
R=37.22%
G=34.72%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412510100.070.250.4743.6414.0446.08
Hex867D6507192F2ce2e
Octal206175145073157541656
Binary10000110111110111001010111110011011111011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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