#868062

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

Shades of Olive Haze #868062

Tints of Olive Haze #868062

Color information

#868062 (or 0x868062) is unknown color: approx Olive Haze. HEX triplet: 86, 80 and 62. RGB value is (134,128,98). Sum of RGB (Red+Green+Blue) = 134+128+98=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #868062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868062 is #797F9D. Grayscale: #7E7E7E. Windows color (decimal): -7962526 or 6455430. OLE color: 6455430.

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

Color convert

RGB13412898-
CMYK00.040.270.47
HSL50º15.52%45.49%-
HSV(B)50º26.87%52.55%-
XYZ19.7621.3914.64-
YUV126.37111.99133.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 98 (38.67% from 255) = 27.22%
R=37.22%
G=35.56%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341289800.040.270.475015.5245.49
Hex868062041B2F32102d
Octal206200142043357622055
Binary1000011010000000110001001001101110111111001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868062; }

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

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

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

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

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

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

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

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