#8A8162

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

Shades of Olive Haze #8A8162

Tints of Olive Haze #8A8162

Color information

#8A8162 (or 0x8A8162) is unknown color: approx Olive Haze. HEX triplet: 8A, 81 and 62. RGB value is (138,129,98). Sum of RGB (Red+Green+Blue) = 138+129+98=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8162 is #757E9D. Grayscale: #808080. Windows color (decimal): -7700126 or 6455690. OLE color: 6455690.

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

Color convert

RGB13812998-
CMYK00.070.290.46
HSL46.5º16.95%46.27%-
HSV(B)46.5º28.99%54.12%-
XYZ20.5421.9914.72-
YUV128.16110.98135.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=37.81%
G=35.34%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381299800.070.290.4646.516.9546.27
Hex8A8162071D2E2f112e
Octal212201142073556572156
Binary1000101010000001110001001111110110111010111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,129,98); }

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

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

 a { background-color: rgb(138,129,98); }

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

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

 span { border-color: rgb(138,129,98); }

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