#867F6B

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

Shades of Olive Haze #867F6B

Tints of Olive Haze #867F6B

Color information

#867F6B (or 0x867F6B) is unknown color: approx Olive Haze. HEX triplet: 86, 7F and 6B. RGB value is (134,127,107). Sum of RGB (Red+Green+Blue) = 134+127+107=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #867F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F6B is #798094. Grayscale: #7E7E7E. Windows color (decimal): -7962773 or 7044998. OLE color: 7044998.

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

Color convert

RGB134127107-
CMYK00.050.200.47
HSL44.44º11.2%47.25%-
HSV(B)44.44º20.15%52.55%-
XYZ20.0721.3116.96-
YUV126.81116.82133.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=36.41%
G=34.51%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412710700.050.200.4744.4411.247.25
Hex867F6B05142F2cb2f
Octal206177153052457541357
Binary10000110111111111010110101101001011111011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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