#868169

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

Shades of Olive Haze #868169

Tints of Olive Haze #868169

Color information

#868169 (or 0x868169) is unknown color: approx Olive Haze. HEX triplet: 86, 81 and 69. RGB value is (134,129,105). Sum of RGB (Red+Green+Blue) = 134+129+105=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #868169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868169 is #797E96. Grayscale: #7F7F7F. Windows color (decimal): -7962263 or 6914438. OLE color: 6914438.

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

Color convert

RGB134129105-
CMYK00.040.220.47
HSL49.66º12.13%46.86%-
HSV(B)49.66º21.64%52.55%-
XYZ20.2321.7916.5-
YUV127.76115.16132.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=36.41%
G=35.05%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412910500.040.220.4749.6612.1346.86
Hex86816904162F32c2f
Octal206201151042657621457
Binary100001101000000111010010100101101011111100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868169; }

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

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

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

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

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

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

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

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