#837D67

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

Shades of Olive Haze #837D67

Tints of Olive Haze #837D67

Color information

#837D67 (or 0x837D67) is unknown color: approx Olive Haze. HEX triplet: 83, 7D and 67. RGB value is (131,125,103). Sum of RGB (Red+Green+Blue) = 131+125+103=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #837D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D67 is #7C8298. Grayscale: #7C7C7C. Windows color (decimal): -8159897 or 6782339. OLE color: 6782339.

HSL color Cylindrical-coordinate representation of color #837D67: hue angle of 47.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837D67 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB131125103-
CMYK00.050.210.49
HSL47.14º11.97%45.88%-
HSV(B)47.14º21.37%51.37%-
XYZ19.1420.4715.77-
YUV124.29115.99132.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 103 (40.62% from 255) = 28.69%
R=36.49%
G=34.82%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112510300.050.210.4947.1411.9745.88
Hex837D670515312fc2e
Octal203175147052561571456
Binary10000011111110111001110101101011100011011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,125,103); }

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

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

 a { background-color: rgb(131,125,103); }

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

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

 span { border-color: rgb(131,125,103); }

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