#84806D

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

Shades of Olive Haze #84806D

Tints of Olive Haze #84806D

Color information

#84806D (or 0x84806D) is unknown color: approx Olive Haze. HEX triplet: 84, 80 and 6D. RGB value is (132,128,109). Sum of RGB (Red+Green+Blue) = 132+128+109=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #84806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84806D is #7B7F92. Grayscale: #7F7F7F. Windows color (decimal): -8093587 or 7176324. OLE color: 7176324.

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

Color convert

RGB132128109-
CMYK00.030.170.48
HSL49.57º9.54%47.25%-
HSV(B)49.57º17.42%51.76%-
XYZ2021.4517.55-
YUV127.03117.83131.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=35.77%
G=34.69%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212810900.030.170.4849.579.5447.25
Hex84806D03113032a2f
Octal204200155032160621257
Binary10000100100000001101101011100011100001100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84806D; }

 p { color: rgb(132,128,109); }

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

<style>
 a { background-color: #84806D; }

 a { background-color: rgb(132,128,109); }

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

<style>
 span { border-color: #84806D; }

 span { border-color: rgb(132,128,109); }

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