#847F6A

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

Shades of Olive Haze #847F6A

Tints of Olive Haze #847F6A

Color information

#847F6A (or 0x847F6A) is unknown color: approx Olive Haze. HEX triplet: 84, 7F and 6A. RGB value is (132,127,106). Sum of RGB (Red+Green+Blue) = 132+127+106=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #847F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F6A is #7B8095. Grayscale: #7E7E7E. Windows color (decimal): -8093846 or 6979460. OLE color: 6979460.

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

Color convert

RGB132127106-
CMYK00.040.200.48
HSL48.46º10.92%46.67%-
HSV(B)48.46º19.7%51.76%-
XYZ19.7121.1216.67-
YUV126.1116.66132.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=36.16%
G=34.79%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212710600.040.200.4848.4610.9246.67
Hex847F6A04143030b2f
Octal204177152042460601357
Binary10000100111111111010100100101001100001100001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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