#817B5F

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

Shades of Olive Haze #817B5F

Tints of Olive Haze #817B5F

Color information

#817B5F (or 0x817B5F) is unknown color: approx Olive Haze. HEX triplet: 81, 7B and 5F. RGB value is (129,123,95). Sum of RGB (Red+Green+Blue) = 129+123+95=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #817B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B5F is #7E84A0. Grayscale: #797979. Windows color (decimal): -8291489 or 6257537. OLE color: 6257537.

HSL color Cylindrical-coordinate representation of color #817B5F: hue angle of 49.41º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #817B5F is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12912395-
CMYK00.050.260.49
HSL49.41º15.18%43.92%-
HSV(B)49.41º26.36%50.59%-
XYZ18.219.6613.66-
YUV121.6112.99133.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=37.18%
G=35.45%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291239500.050.260.4949.4115.1843.92
Hex817B5F051A3131f2c
Octal201173137053261611754
Binary10000001111101110111110101110101100011100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817B5F; }

 p { color: rgb(129,123,95); }

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

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

 a { background-color: rgb(129,123,95); }

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

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

 span { border-color: rgb(129,123,95); }

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