#867F67

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

Shades of Olive Haze #867F67

Tints of Olive Haze #867F67

Color information

#867F67 (or 0x867F67) is unknown color: approx Olive Haze. HEX triplet: 86, 7F and 67. RGB value is (134,127,103). Sum of RGB (Red+Green+Blue) = 134+127+103=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #867F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F67 is #798098. Grayscale: #7E7E7E. Windows color (decimal): -7962777 or 6782854. OLE color: 6782854.

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

Color convert

RGB134127103-
CMYK00.050.230.47
HSL46.45º13.08%46.47%-
HSV(B)46.45º23.13%52.55%-
XYZ19.8721.2315.88-
YUV126.36114.82133.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=36.81%
G=34.89%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412710300.050.230.4746.4513.0846.47
Hex867F6705172F2ed2e
Octal206177147052757561556
Binary10000110111111111001110101101111011111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,127,103); }

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

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

 a { background-color: rgb(134,127,103); }

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

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

 span { border-color: rgb(134,127,103); }

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