#867F6A

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

Shades of Olive Haze #867F6A

Tints of Olive Haze #867F6A

Color information

#867F6A (or 0x867F6A) is unknown color: approx Olive Haze. HEX triplet: 86, 7F and 6A. RGB value is (134,127,106). Sum of RGB (Red+Green+Blue) = 134+127+106=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #867F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F6A is #798095. Grayscale: #7E7E7E. Windows color (decimal): -7962774 or 6979462. OLE color: 6979462.

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

Color convert

RGB134127106-
CMYK00.050.210.47
HSL45º11.67%47.06%-
HSV(B)45º20.9%52.55%-
XYZ20.0221.2916.69-
YUV126.7116.32133.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=36.51%
G=34.60%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412710600.050.210.474511.6747.06
Hex867F6A05152F2dc2f
Octal206177152052557551457
Binary10000110111111111010100101101011011111011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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