#868067

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

Shades of Olive Haze #868067

Tints of Olive Haze #868067

Color information

#868067 (or 0x868067) is unknown color: approx Olive Haze. HEX triplet: 86, 80 and 67. RGB value is (134,128,103). Sum of RGB (Red+Green+Blue) = 134+128+103=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #868067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868067 is #797F98. Grayscale: #7F7F7F. Windows color (decimal): -7962521 or 6783110. OLE color: 6783110.

HSL color Cylindrical-coordinate representation of color #868067: hue angle of 48.39º 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 #868067 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB134128103-
CMYK00.040.230.47
HSL48.39º13.08%46.47%-
HSV(B)48.39º23.13%52.55%-
XYZ2021.4915.93-
YUV126.94114.49133.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=36.71%
G=35.07%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412810300.040.230.4748.3913.0846.47
Hex86806704172F30d2e
Octal206200147042757601556
Binary100001101000000011001110100101111011111100001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868067; }

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

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

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

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

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

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

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

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