#8A805F

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

Shades of Olive Haze #8A805F

Tints of Olive Haze #8A805F

Color information

#8A805F (or 0x8A805F) is unknown color: approx Olive Haze. HEX triplet: 8A, 80 and 5F. RGB value is (138,128,95). Sum of RGB (Red+Green+Blue) = 138+128+95=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A805F is #757FA0. Grayscale: #7F7F7F. Windows color (decimal): -7700385 or 6258826. OLE color: 6258826.

HSL color Cylindrical-coordinate representation of color #8A805F: hue angle of 46.05º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A805F is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13812895-
CMYK00.070.310.46
HSL46.05º18.45%45.69%-
HSV(B)46.05º31.16%54.12%-
XYZ20.2721.6713.94-
YUV127.23109.81135.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=38.23%
G=35.46%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381289500.070.310.4646.0518.4545.69
Hex8A805F071F2E2e122e
Octal212200137073756562256
Binary1000101010000000101111101111111110111010111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A805F; }

 p { color: rgb(138,128,95); }

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

<style>
 a { background-color: #8A805F; }

 a { background-color: rgb(138,128,95); }

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

<style>
 span { border-color: #8A805F; }

 span { border-color: rgb(138,128,95); }

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