#868065

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

Shades of Olive Haze #868065

Tints of Olive Haze #868065

Color information

#868065 (or 0x868065) is unknown color: approx Olive Haze. HEX triplet: 86, 80 and 65. RGB value is (134,128,101). Sum of RGB (Red+Green+Blue) = 134+128+101=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #868065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868065 is #797F9A. Grayscale: #7E7E7E. Windows color (decimal): -7962523 or 6652038. OLE color: 6652038.

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

Color convert

RGB134128101-
CMYK00.040.250.47
HSL49.09º14.04%46.08%-
HSV(B)49.09º24.63%52.55%-
XYZ19.921.4515.4-
YUV126.72113.49133.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=36.91%
G=35.26%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412810100.040.250.4749.0914.0446.08
Hex86806504192F31e2e
Octal206200145043157611656
Binary100001101000000011001010100110011011111100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868065; }

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

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

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

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

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

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

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

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