#847F6C

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

Shades of Olive Haze #847F6C

Tints of Olive Haze #847F6C

Color information

#847F6C (or 0x847F6C) is unknown color: approx Olive Haze. HEX triplet: 84, 7F and 6C. RGB value is (132,127,108). Sum of RGB (Red+Green+Blue) = 132+127+108=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 132 - color contains mainly: red. Hex color #847F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F6C is #7B8093. Grayscale: #7E7E7E. Windows color (decimal): -8093844 or 7110532. OLE color: 7110532.

HSL color Cylindrical-coordinate representation of color #847F6C: hue angle of 47.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #847F6C is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB132127108-
CMYK00.040.180.48
HSL47.5º10%47.06%-
HSV(B)47.5º18.18%51.76%-
XYZ19.8121.1717.23-
YUV126.33117.66132.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=35.97%
G=34.60%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212710800.040.180.4847.51047.06
Hex847F6C0412302fa2f
Octal204177154042260571257
Binary10000100111111111011000100100101100001011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847F6C; }

 p { color: rgb(132,127,108); }

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

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

 a { background-color: rgb(132,127,108); }

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

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

 span { border-color: rgb(132,127,108); }

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