#868063

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

Shades of Olive Haze #868063

Tints of Olive Haze #868063

Color information

#868063 (or 0x868063) is unknown color: approx Olive Haze. HEX triplet: 86, 80 and 63. RGB value is (134,128,99). Sum of RGB (Red+Green+Blue) = 134+128+99=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #868063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868063 is #797F9C. Grayscale: #7E7E7E. Windows color (decimal): -7962525 or 6520966. OLE color: 6520966.

HSL color Cylindrical-coordinate representation of color #868063: hue angle of 49.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #868063 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13412899-
CMYK00.040.260.47
HSL49.71º15.02%45.69%-
HSV(B)49.71º26.12%52.55%-
XYZ19.821.4114.89-
YUV126.49112.49133.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=37.12%
G=35.46%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341289900.040.260.4749.7115.0245.69
Hex868063041A2F32f2e
Octal206200143043257621756
Binary100001101000000011000110100110101011111100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868063; }

 p { color: rgb(134,128,99); }

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

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

 a { background-color: rgb(134,128,99); }

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

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

 span { border-color: rgb(134,128,99); }

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