#84806F

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

Shades of Olive Haze #84806F

Tints of Olive Haze #84806F

Color information

#84806F (or 0x84806F) is unknown color: approx Olive Haze. HEX triplet: 84, 80 and 6F. RGB value is (132,128,111). Sum of RGB (Red+Green+Blue) = 132+128+111=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #84806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84806F is #7B7F90. Grayscale: #7F7F7F. Windows color (decimal): -8093585 or 7307396. OLE color: 7307396.

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

Color convert

RGB132128111-
CMYK00.030.160.48
HSL48.57º8.64%47.65%-
HSV(B)48.57º15.91%51.76%-
XYZ20.121.4918.13-
YUV127.26118.83131.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=35.58%
G=34.50%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212811100.030.160.4848.578.6447.65
Hex84806F03103031930
Octal204200157032060611160
Binary10000100100000001101111011100001100001100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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