#868167

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

Shades of Olive Haze #868167

Tints of Olive Haze #868167

Color information

#868167 (or 0x868167) is unknown color: approx Olive Haze. HEX triplet: 86, 81 and 67. RGB value is (134,129,103). Sum of RGB (Red+Green+Blue) = 134+129+103=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #868167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868167 is #797E98. Grayscale: #7F7F7F. Windows color (decimal): -7962265 or 6783366. OLE color: 6783366.

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

Color convert

RGB134129103-
CMYK00.040.230.47
HSL50.32º13.08%46.47%-
HSV(B)50.32º23.13%52.55%-
XYZ20.1321.7515.97-
YUV127.53114.16132.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 103 (40.62% from 255) = 28.14%
R=36.61%
G=35.25%
B=28.14%

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
Decimal13412910300.040.230.4750.3213.0846.47
Hex86816704172F32d2e
Octal206201147042757621556
Binary100001101000000111001110100101111011111100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868167; }

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

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

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

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

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

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

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

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