#837F6D

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

Shades of Olive Haze #837F6D

Tints of Olive Haze #837F6D

Color information

#837F6D (or 0x837F6D) is unknown color: approx Olive Haze. HEX triplet: 83, 7F and 6D. RGB value is (131,127,109). Sum of RGB (Red+Green+Blue) = 131+127+109=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #837F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F6D is #7C8092. Grayscale: #7E7E7E. Windows color (decimal): -8159379 or 7176067. OLE color: 7176067.

HSL color Cylindrical-coordinate representation of color #837F6D: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #837F6D is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB131127109-
CMYK00.030.170.49
HSL49.09º9.17%47.06%-
HSV(B)49.09º16.79%51.37%-
XYZ19.7121.1117.5-
YUV126.14118.33131.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=35.69%
G=34.60%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112710900.030.170.4949.099.1747.06
Hex837F6D0311313192f
Octal203177155032161611157
Binary1000001111111111101101011100011100011100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837F6D; }

 p { color: rgb(131,127,109); }

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

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

 a { background-color: rgb(131,127,109); }

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

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

 span { border-color: rgb(131,127,109); }

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