#868060

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

Shades of Olive Haze #868060

Tints of Olive Haze #868060

Color information

#868060 (or 0x868060) is unknown color: approx Olive Haze. HEX triplet: 86, 80 and 60. RGB value is (134,128,96). Sum of RGB (Red+Green+Blue) = 134+128+96=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #868060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868060 is #797F9F. Grayscale: #7E7E7E. Windows color (decimal): -7962528 or 6324358. OLE color: 6324358.

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

Color convert

RGB13412896-
CMYK00.040.280.47
HSL50.53º16.52%45.1%-
HSV(B)50.53º28.36%52.55%-
XYZ19.6621.3514.15-
YUV126.15110.99133.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=37.43%
G=35.75%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341289600.040.280.4750.5316.5245.1
Hex868060041C2F33112d
Octal206200140043457632155
Binary1000011010000000110000001001110010111111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868060; }

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

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

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

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

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

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

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

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