#837F6B

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

Shades of Olive Haze #837F6B

Tints of Olive Haze #837F6B

Color information

#837F6B (or 0x837F6B) is unknown color: approx Olive Haze. HEX triplet: 83, 7F and 6B. RGB value is (131,127,107). Sum of RGB (Red+Green+Blue) = 131+127+107=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 131 - color contains mainly: red. Hex color #837F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F6B is #7C8094. Grayscale: #7D7D7D. Windows color (decimal): -8159381 or 7044995. OLE color: 7044995.

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

Color convert

RGB131127107-
CMYK00.030.180.49
HSL50º10.08%46.67%-
HSV(B)50º18.32%51.37%-
XYZ19.621.0716.94-
YUV125.92117.33131.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=35.89%
G=34.79%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112710700.030.180.495010.0846.67
Hex837F6B03123132a2f
Octal203177153032261621257
Binary1000001111111111101011011100101100011100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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